index.scss 3.0 KB

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