index.scss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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: 0;
  20. margin-top: 30rpx;
  21. }
  22. .con {
  23. width: 100%;
  24. height: 40rpx;
  25. font-size: 28rpx;
  26. font-family: PingFang SC-Regular, PingFang SC;
  27. color: #333333;
  28. line-height: 40rpx;
  29. margin-top: 20rpx;
  30. }
  31. }
  32. }
  33. .tab-class {
  34. font-size: 28rpx;
  35. font-family: PingFang SC-Bold, PingFang SC !important;
  36. font-weight: bold !important;
  37. color: #999999;
  38. }
  39. .filtrate {
  40. display: flex;
  41. justify-content: space-between;
  42. width: 100vw;
  43. height: 90rpx;
  44. padding: 0 30rpx;
  45. box-sizing: border-box;
  46. margin-bottom: -20rpx;
  47. .date {
  48. display: flex;
  49. align-items: center;
  50. font-size: 28rpx;
  51. font-family: PingFang SC-Regular, PingFang SC;
  52. color: #333333;
  53. }
  54. .sort {
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. height: 90rpx;
  59. width: 90rpx;
  60. }
  61. }
  62. .footer {
  63. display: flex;
  64. justify-content: space-around;
  65. position: fixed;
  66. left: 0;
  67. bottom: 0;
  68. width: 100vw;
  69. height: 132rpx;
  70. background-color: #ffffff;
  71. box-shadow: 0px -2rpx 10rpx 2rpx #DDDDDD;
  72. padding: 0 80rpx;
  73. box-sizing: border-box;
  74. >navigator {
  75. height: 100%;
  76. width: 160rpx;
  77. text-align: center;
  78. .iconfont {
  79. font-size: 36rpx;
  80. margin-top: 20rpx;
  81. }
  82. .text {
  83. font-size: 28rpx;
  84. font-family: PingFang SC-Regular, PingFang SC;
  85. color: #333333;
  86. margin-top: 16rpx;
  87. }
  88. }
  89. }