index.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .header {
  2. height: 90rpx;
  3. line-height: 90rpx;
  4. width: 100vw;
  5. text-align: center;
  6. font-size: 28rpx;
  7. font-family: PingFang SC-Bold, PingFang SC;
  8. font-weight: bold;
  9. color: #333333;
  10. border-bottom: 1rpx solid #dddddd;
  11. box-sizing: border-box;
  12. position: fixed;
  13. top: 0;
  14. }
  15. /* 过滤 */
  16. .filtrate {
  17. display: flex;
  18. width: 100vw;
  19. height: 86rpx;
  20. box-sizing: border-box;
  21. align-items: center;
  22. >view,
  23. >picker,
  24. .picker {
  25. flex: 1;
  26. display: flex;
  27. justify-content: center;
  28. align-items: center;
  29. font-size: 28rpx;
  30. font-family: PingFang SC-Regular, PingFang SC;
  31. color: #333333;
  32. .icon-daoruxialajiantou {
  33. display: block;
  34. color: #999999;
  35. font-size: 16rpx;
  36. margin-left: 10rpx;
  37. transform: rotateX(180deg);
  38. }
  39. }
  40. }
  41. /* 内容 */
  42. .box {
  43. width: 100vw;
  44. background-color: #fff;
  45. margin-bottom: 20rpx;
  46. padding-top: 20rpx;
  47. box-sizing: border-box;
  48. .label {
  49. display: flex;
  50. height: 40rpx;
  51. padding-left: 30rpx;
  52. align-items: center;
  53. font-family: PingFang SC-Regular, PingFang SC;
  54. color: #333333;
  55. font-size: 28rpx;
  56. .iconfont {
  57. color: #3874F6;
  58. font-size: 32rpx;
  59. margin-right: 10rpx;
  60. }
  61. }
  62. .content {
  63. display: flex;
  64. margin-top: 20rpx;
  65. .col1 {
  66. padding: 0 30rpx;
  67. width: 60rpx;
  68. font-size: 20rpx;
  69. font-family: PingFang SC-Regular, PingFang SC;
  70. color: #666666;
  71. >view {
  72. margin-top: 42rpx;
  73. }
  74. }
  75. .col2 {
  76. flex: 1;
  77. height: 100%;
  78. .title {
  79. display: flex;
  80. font-size: 20rpx;
  81. font-family: PingFang SC-Regular, PingFang SC;
  82. color: #666666;
  83. >view {
  84. width: 33.33%;
  85. text-align: center;
  86. }
  87. }
  88. .row {
  89. display: flex;
  90. height: 50rpx;
  91. font-size: 36rpx;
  92. font-family: PingFang SC-Bold, PingFang SC;
  93. font-weight: bold;
  94. color: #444444;
  95. padding: 10rpx 0;
  96. >view {
  97. width: 33.33%;
  98. text-align: center;
  99. text {
  100. color: #3874F6;
  101. }
  102. }
  103. }
  104. }
  105. }
  106. }
  107. .footer {
  108. position: fixed;
  109. width: 100vw;
  110. height: 130rpx;
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. bottom: 0;
  115. background-color: #fff;
  116. z-index: 9;
  117. .but {
  118. width: 500rpx;
  119. height: 90rpx;
  120. background: #3874F6;
  121. border-radius: 100rpx;
  122. font-size: 28rpx;
  123. font-family: PingFang SC-Bold, PingFang SC;
  124. font-weight: bold;
  125. color: #FFFFFF;
  126. }
  127. }
  128. .content-item-class {
  129. font-size: 28rpx !important;
  130. font-family: PingFang SC-Regular, PingFang SC !important;
  131. color: #000000;
  132. }
  133. .content-active-class {
  134. color: #3874F6 !important;
  135. }