batch-adjust.module.less 694 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .batchAdjust {
  2. margin-top: 12px;
  3. :global {
  4. .van-cell {
  5. font-size: 16px;
  6. padding: 18px 12px;
  7. }
  8. .van-cell__value {
  9. color: #333;
  10. font-weight: 400;
  11. }
  12. .van-radio-group,
  13. .van-checkbox-group {
  14. justify-content: flex-end;
  15. }
  16. }
  17. .tips {
  18. color: #c8c9cc;
  19. }
  20. .radioSection {
  21. position: relative;
  22. min-width: 32px;
  23. justify-content: center;
  24. }
  25. .radioItem {
  26. position: absolute;
  27. top: 0;
  28. left: 0;
  29. right: 0;
  30. bottom: 0;
  31. opacity: 0;
  32. }
  33. .radioSection + .radioSection {
  34. margin-left: 12px;
  35. }
  36. }
  37. .adjustDay {
  38. :global {
  39. .van-field__control {
  40. color: var(--van-primary-color);
  41. }
  42. }
  43. }