index.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. /**index.wxss**/
  2. page {
  3. background: #EDF1F4;
  4. }
  5. .index{
  6. height: 100vh;
  7. overflow: hidden;
  8. }
  9. .scroll-box{
  10. height: 100%;
  11. }
  12. .box {
  13. /* background-color: #1677FF; */
  14. height: 350rpx;
  15. }
  16. .address-img {
  17. width: 40rpx;
  18. height: 40rpx;
  19. vertical-align: middle;
  20. }
  21. .address-text {
  22. font-size: 40rpx;
  23. color: #FFF;
  24. }
  25. .job-text {
  26. color: rgba(255, 255, 255, 0.5);
  27. margin: 10rpx 0 0 104rpx;
  28. }
  29. .last-site {
  30. width: 638rpx;
  31. margin: auto;
  32. height: 74rpx;
  33. background: #FFFFFF;
  34. border-radius: 10rpx 10rpx 10rpx 10rpx;
  35. opacity: 1;
  36. justify-content: space-between;
  37. }
  38. .update-img {
  39. width: 24rpx;
  40. height: 24rpx;
  41. vertical-align: middle;
  42. }
  43. .update-site-text {
  44. color: #1677FF;
  45. }
  46. .serve-box {
  47. width: 686rpx;
  48. margin: auto;
  49. }
  50. .serve-t {
  51. width: 140rpx;
  52. height: 56rpx;
  53. background: #FF9600;
  54. border-radius: 10rpx 10rpx 10rpx 10rpx;
  55. opacity: 1;
  56. font-size: 26rpx;
  57. font-weight: 500;
  58. color: #FFFFFF;
  59. line-height: 56rpx;
  60. text-align: center;
  61. }
  62. .switch {
  63. color: #FFF;
  64. }
  65. .circle {
  66. width: 750rpx;
  67. height: 53rpx;
  68. border-radius: 50rpx 50rpx 0 0;
  69. background: #EDF1F4;
  70. position: relative;
  71. top: -50rpx;
  72. }
  73. .notice-box {
  74. width: 638rpx;
  75. margin: auto;
  76. background-color: #FFF;
  77. position: relative;
  78. top: -56rpx;
  79. }
  80. .notice{
  81. }
  82. .notice-img {
  83. width: 32rpx;
  84. height: 32rpx;
  85. vertical-align: middle;
  86. }
  87. .go-img {
  88. width: 24rpx;
  89. height: 24rpx;
  90. }
  91. .list-box {
  92. width: 686rpx;
  93. margin: auto;
  94. background: #FFFFFF;
  95. }
  96. .train-img-box {
  97. width: 686rpx;
  98. height: 100rpx;
  99. background: linear-gradient(90deg, #E1EEFF 0%, rgba(225, 238, 255, 0) 100%);
  100. border-radius: 20rpx 20rpx 0rpx 0rpx;
  101. opacity: 1;
  102. margin: auto;
  103. }
  104. .train-img {
  105. width: 388rpx;
  106. height: 100rpx;
  107. }
  108. .train-t {
  109. color: #6B738B;
  110. }
  111. .item-text {
  112. width: 363rpx;
  113. line-height: 48rpx;
  114. }
  115. .item-img {
  116. width: 200rpx;
  117. height: 150rpx;
  118. opacity: 1;
  119. }
  120. .underway {
  121. position: relative;
  122. top: -15rpx;
  123. right: 10rpx;
  124. }
  125. .waiting-box {
  126. /* overflow: hidden;
  127. overflow-x: auto;
  128. white-space: nowrap; */
  129. }
  130. .waiting-each {
  131. width: 213rpx;
  132. height: 117rpx;
  133. background: #FFFFFF;
  134. border-radius: 10rpx 10rpx 10rpx 10rpx;
  135. opacity: 1;
  136. font-size: 24rpx;
  137. font-weight: 500;
  138. color: #6B738B;
  139. }
  140. .time-text {
  141. font-size: 32rpx;
  142. font-weight: bold;
  143. color: #1C274C;
  144. }
  145. .item-each {
  146. width: 622rpx;
  147. height: 300rpx;
  148. background: #FFFFFF;
  149. border-radius: 20rpx 20rpx 20rpx 20rpx;
  150. opacity: 1;
  151. margin: auto;
  152. }
  153. .time-yy {
  154. font-size: 22rpx;
  155. font-weight: 500;
  156. color: #6B738B;
  157. background-color: #F5F7FB;
  158. padding: 6rpx 16rpx;
  159. }
  160. .type-text {
  161. font-size: 28rpx;
  162. font-weight: bold;
  163. color: #1C274C;
  164. }
  165. .time-date {
  166. font-size: 48rpx;
  167. font-weight: bold;
  168. color: #1C274C;
  169. }
  170. .time-hour {
  171. font-size: 48rpx;
  172. font-weight: bold;
  173. display: inline-block;
  174. }
  175. .price-unit {
  176. font-size: 22rpx;
  177. font-weight: bold;
  178. color: #F22E2E;
  179. }
  180. .price-number {
  181. font-weight: bold;
  182. color: #F22E2E;
  183. }
  184. .item-each-img {
  185. width: 180rpx;
  186. height: 180rpx;
  187. border-radius: 20rpx 20rpx 20rpx 20rpx;
  188. opacity: 1;
  189. }
  190. .order-btn {
  191. width: 622rpx;
  192. height: 88rpx;
  193. /* background: #1677FF; */
  194. border-radius: 10rpx 10rpx 10rpx 10rpx;
  195. opacity: 1;
  196. line-height: 88rpx;
  197. font-size: 22rpx;
  198. font-weight: 500;
  199. color: #FFFFFF;
  200. }
  201. .item-underway {
  202. }
  203. .underway-text {
  204. font-size: 24rpx;
  205. font-weight: 500;
  206. color: #6B738B;
  207. }
  208. .go-text {
  209. width: 161rpx;
  210. height: 56rpx;
  211. border-radius: 10rpx 10rpx 10rpx 10rpx;
  212. opacity: 1;
  213. color: #FFF;
  214. line-height: 56rpx;
  215. }
  216. .wire {
  217. /* width: 622rpx;
  218. height: 1rpx;
  219. background-color: #A4A9B7; */
  220. width: 622rpx;
  221. height: 0rpx;
  222. opacity: 1;
  223. border: 1rpx solid rgba(164,169,183,0.2);
  224. margin: auto;
  225. }
  226. .popup-box {
  227. width: 560rpx;
  228. height: 412rpx;
  229. background: #FFFFFF;
  230. border-radius: 30rpx 30rpx 30rpx 30rpx;
  231. opacity: 1;
  232. }
  233. .location-img {
  234. width: 178rpx;
  235. height: 178rpx;
  236. display: block;
  237. margin: auto;
  238. }
  239. .location-btn {
  240. width: 496rpx;
  241. height: 100rpx;
  242. background: #1677FF;
  243. border-radius: 20rpx 20rpx 20rpx 20rpx;
  244. opacity: 1;
  245. line-height: 100rpx;
  246. color: #FFF;
  247. margin: auto;
  248. }
  249. .z-margin-t-9 {
  250. margin-top: 9rpx;
  251. }