index.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. @import "../../submission/wxss/detePicker.scss";
  2. .header {
  3. display: flex;
  4. width: 100vw;
  5. height: 154rpx;
  6. background-color: #ffffff;
  7. margin-bottom: 20rpx;
  8. >view {
  9. width: 33.33%;
  10. height: 100%;
  11. text-align: center;
  12. flex-shrink: 0;
  13. .label {
  14. height: 34rpx;
  15. line-height: 34rpx;
  16. font-size: 24rpx;
  17. font-family: PingFang SC-Regular, PingFang SC;
  18. color: #666666;
  19. margin-top: 30rpx;
  20. }
  21. .con {
  22. width: 100%;
  23. height: 40rpx;
  24. font-size: 28rpx;
  25. font-family: PingFang SC-Regular, PingFang SC;
  26. color: #333333;
  27. line-height: 40rpx;
  28. margin-top: 20rpx;
  29. }
  30. }
  31. }
  32. .tab-class {
  33. font-size: 28rpx;
  34. font-family: PingFang SC-Bold, PingFang SC !important;
  35. font-weight: bold !important;
  36. color: #999999;
  37. }
  38. .filtrate {
  39. display: flex;
  40. justify-content: space-between;
  41. width: 100vw;
  42. height: 90rpx;
  43. padding: 0 30rpx;
  44. box-sizing: border-box;
  45. margin-bottom: -20rpx;
  46. .date {
  47. display: flex;
  48. align-items: center;
  49. font-size: 28rpx;
  50. font-family: PingFang SC-Regular, PingFang SC;
  51. color: #333333;
  52. }
  53. .sort {
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. height: 90rpx;
  58. width: 90rpx;
  59. }
  60. }