timeRange.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. @import "../../pages/submission/wxss/detePicker.scss";
  2. .time-range {
  3. display: flex;
  4. .default {
  5. font-family: PingFang SC, PingFang SC;
  6. font-size: 24rpx;
  7. color: #999999;
  8. }
  9. .left {
  10. display: flex;
  11. align-items: center;
  12. flex-shrink: 0;
  13. .iconfont {
  14. font-family: PingFang SC, PingFang SC;
  15. font-size: 24rpx;
  16. color: #333333;
  17. }
  18. .iconfont::before {
  19. font-size: 28rpx;
  20. margin-right: 20rpx;
  21. }
  22. .dateType {
  23. min-width: 128rpx;
  24. font-family: PingFang SC, PingFang SC;
  25. font-size: 24rpx;
  26. color: #999999;
  27. text-align: center;
  28. }
  29. .blue {
  30. color: #3874F6;
  31. }
  32. }
  33. .right {
  34. display: flex;
  35. flex: 1;
  36. width: 0;
  37. flex-shrink: 0;
  38. justify-content: space-between;
  39. .iconfont {
  40. transform: rotate(-90deg);
  41. color: #999999;
  42. }
  43. .range {
  44. display: flex;
  45. align-items: center;
  46. font-family: PingFang SC, PingFang SC;
  47. font-size: 24rpx;
  48. color: #3874F6;
  49. .middle {
  50. color: #999999;
  51. padding: 0 15rpx;
  52. }
  53. }
  54. }
  55. }