123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .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);
- }
- }
- }
|