index.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. .footer {
  2. display: flex;
  3. justify-content: space-around;
  4. width: 100%;
  5. box-sizing: border-box;
  6. padding: 10rpx;
  7. // border-top: 1rpx solid #ddd;
  8. box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 8rpx;
  9. .v-but {
  10. width: 190rpx;
  11. height: 90rpx;
  12. background: #FFFFFF;
  13. border-radius: 8rpx;
  14. border: 1px solid #CCCCCC;
  15. font-size: 28rpx;
  16. font-family: PingFang SC-Regular, PingFang SC;
  17. color: #666666;
  18. }
  19. .confirm {
  20. border: none;
  21. background: #3874F6;
  22. font-size: 28rpx;
  23. font-family: PingFang SC-Bold, PingFang SC;
  24. font-weight: bold;
  25. color: #FFFFFF;
  26. }
  27. }
  28. .groud {
  29. width: 100%;
  30. padding: 30rpx;
  31. border-bottom: 1px solid #DDDDDD;
  32. .label {
  33. height: 40rpx;
  34. font-size: 28rpx;
  35. font-family: PingFang SC-Regular, PingFang SC;
  36. color: #333333;
  37. }
  38. .content {
  39. display: flex;
  40. flex-wrap: wrap;
  41. width: 100%;
  42. .but {
  43. width: 188rpx;
  44. height: 72rpx;
  45. background: #F5F5F5;
  46. border-radius: 8rpx;
  47. font-size: 28rpx;
  48. font-family: PingFang SC-Regular, PingFang SC;
  49. color: #333333;
  50. box-sizing: border-box;
  51. margin-right: 20rpx;
  52. margin-top: 20rpx;
  53. padding: 0;
  54. }
  55. .active {
  56. border: 1px solid #3874F6;
  57. color: #3874F6;
  58. font-weight: bold;
  59. background-color: #F5F5F5;
  60. }
  61. }
  62. .time {
  63. .partition {
  64. margin-right: 20rpx;
  65. display: flex;
  66. align-items: center;
  67. }
  68. .tbox {
  69. width: 220rpx;
  70. height: 72rpx;
  71. text-align: center;
  72. line-height: 72rpx;
  73. background: #F5F5F5;
  74. border-radius: 8rpx;
  75. font-size: 28rpx;
  76. font-family: PingFang SC-Regular, PingFang SC;
  77. color: #333333;
  78. box-sizing: border-box;
  79. margin-right: 20rpx;
  80. margin-top: 20rpx;
  81. }
  82. }
  83. }
  84. .Yl_nav_box {
  85. display: flex;
  86. width: 100vw;
  87. height: 90rpx;
  88. background-color: #fff;
  89. position: sticky;
  90. top: 0;
  91. border-bottom: 1px solid #ddd;
  92. .mian {
  93. flex: 1;
  94. display: flex;
  95. justify-content: space-around;
  96. .item {
  97. width: 216rpx;
  98. height: 90rpx;
  99. line-height: 90rpx;
  100. text-align: center;
  101. font-size: 28rpx;
  102. font-family: PingFang SC-Regular, PingFang SC;
  103. color: #666666;
  104. .iconfont {
  105. font-size: 28rpx;
  106. margin-right: 4rpx;
  107. }
  108. }
  109. }
  110. .search {
  111. width: 90rpx;
  112. height: 90rpx;
  113. line-height: 90rpx;
  114. text-align: center;
  115. flex-shrink: 0;
  116. }
  117. }
  118. .Yl_head_1 {
  119. display: flex;
  120. height: 100rpx;
  121. width: 100vw;
  122. background-color: #fff;
  123. box-sizing: border-box;
  124. padding: 20rpx 0 20rpx 30rpx;
  125. .search {
  126. display: flex;
  127. align-items: center;
  128. font-size: 28rpx;
  129. width: 438rpx;
  130. height: 58rpx;
  131. border-radius: 29rpx;
  132. background: #F4F5F7;
  133. color: #BBBBBB;
  134. overflow: hidden;
  135. margin-right: 10rpx;
  136. .input {
  137. color: #333;
  138. }
  139. navigator {
  140. display: flex;
  141. height: 100%;
  142. align-items: center;
  143. padding-left: 10rpx;
  144. padding-right: 15rpx;
  145. }
  146. }
  147. >navigator {
  148. display: flex;
  149. align-items: center;
  150. justify-content: center;
  151. width: 130rpx;
  152. height: 100%;
  153. font-size: 28rpx;
  154. color: #666666;
  155. >text {
  156. margin-right: 6rpx;
  157. }
  158. }
  159. }
  160. .Yl_search {
  161. height: 80rpx !important;
  162. align-items: flex-start;
  163. }
  164. .Yl_history {
  165. width: 100vw;
  166. background-color: #fff;
  167. box-sizing: border-box;
  168. padding: 6rpx 30rpx 15rpx;
  169. .label {
  170. display: flex;
  171. justify-content: space-between;
  172. height: 50rpx;
  173. line-height: 58rpx;
  174. font-size: 24rpx;
  175. font-family: PingFang SC-Regular, PingFang SC;
  176. color: #666666;
  177. .iconfont {
  178. display: inline-block;
  179. width: 80rpx;
  180. text-align: center;
  181. margin-right: -30rpx;
  182. }
  183. }
  184. }
  185. .content .iconfont {
  186. color: rgb(63, 62, 62);
  187. margin-right: 8rpx;
  188. }
  189. .active .iconfont {
  190. color: #3874F6 !important;
  191. }
  192. .footer {
  193. align-items: center !important;
  194. box-sizing: border-box;
  195. padding-left: 30rpx;
  196. padding-right: 30rpx;
  197. .v-but {
  198. width: 250rpx !important;
  199. }
  200. }