index.wxss 753 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .btn-box {
  2. display: flex;
  3. justify-content: space-between;
  4. font-size: 30rpx;
  5. height: 80rpx;
  6. line-height: 80rpx;
  7. padding: 0 40rpx;
  8. font-weight: 600;
  9. }
  10. .commons-time-box {
  11. display: flex;
  12. height: 50rpx;
  13. line-height: 50rpx;
  14. font-size: 24rpx;
  15. margin: 30rpx 30rpx;
  16. border: 1px solid #dcdcdc;
  17. border-radius: 8rpx;
  18. }
  19. .commons-time-box .modal-select-box {
  20. width: 16.66%;
  21. text-align: center;
  22. }
  23. .commons-time-box .time-box {
  24. width: 15%;
  25. text-align: center;
  26. }
  27. .commons-time-box .time-box-icon {
  28. width: 10%;
  29. }
  30. .commons-time-box .time-box.active {
  31. background-color: #487CFF;
  32. color: #fff;
  33. }
  34. .commons-time-box .active {
  35. background-color: #487CFF;
  36. color: #fff;
  37. }
  38. .commons-time-box .active text {
  39. color: #fff !important;
  40. }