.batchAdjust { margin-top: 12px; :global { .van-cell { font-size: 16px; padding: 18px 12px; } .van-cell__value { color: #333; font-weight: 400; } .van-radio-group, .van-checkbox-group { justify-content: flex-end; } } .tips { color: #c8c9cc; } .radioSection { position: relative; min-width: 32px; justify-content: center; } .radioItem { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; } .radioSection + .radioSection { margin-left: 12px; } } .adjustDay { :global { .van-field__control { color: var(--van-primary-color); } } }