.unitDetail { overflow: hidden; } .unitSection { margin: 12px 13px; padding: 13px 15px; width: auto; overflow: hidden; border-radius: 10px; .unitTitle { font-size: 16px; font-weight: 500; color: #333333; } :global { .van-cell__value { flex: 0 auto; } } .unitCount { padding-top: 10px; padding-left: 8px; display: flex; align-items: center; justify-content: space-between; } .countSection { display: flex; align-items: center; font-size: 12px; line-height: 17px; color: #333333; flex-direction: column; .nums { font-family: 'DIAN'; font-weight: bold; color: #333333; font-size: 20px; padding-bottom: 3px; } & + .countSection { margin-left: 25px; } } } .wapList { width: 44px; height: 44px; flex-shrink: 0; margin-left: 18px; }