index.scss 3.5 KB

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