orderDetail.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-1353b6cf {
  4. position: relative;
  5. height: 100vh;
  6. color: #001713;
  7. background-color: #fff;
  8. overflow-y: auto;
  9. }
  10. .container .banner.data-v-1353b6cf {
  11. width: 100%;
  12. height: 482rpx;
  13. }
  14. .container .content.data-v-1353b6cf {
  15. position: absolute;
  16. top: 100rpx;
  17. box-sizing: border-box;
  18. padding: 0 30rpx 260rpx;
  19. width: 100%;
  20. }
  21. .container .content .status.data-v-1353b6cf {
  22. font-size: 48rpx;
  23. }
  24. .container .content .tips.data-v-1353b6cf {
  25. display: flex;
  26. align-items: center;
  27. box-sizing: border-box;
  28. padding: 30rpx;
  29. margin-top: 26rpx;
  30. margin-bottom: 20rpx;
  31. box-shadow: 0px 3px 6px #ccc;
  32. background-color: #fff;
  33. }
  34. .container .content .tips .tips_img.data-v-1353b6cf {
  35. width: 56rpx;
  36. height: 74rpx;
  37. }
  38. .container .content .tips .tips_text.data-v-1353b6cf {
  39. flex: 1;
  40. margin-left: 16rpx;
  41. line-height: 40rpx;
  42. font-size: 28rpx;
  43. color: #001713;
  44. }
  45. .container .content .detail.data-v-1353b6cf {
  46. padding: 0 30rpx 40rpx;
  47. box-shadow: 0px 3px 6px #ccc;
  48. background-color: #fff;
  49. }
  50. .container .content .detail .carMsg.data-v-1353b6cf {
  51. position: relative;
  52. width: 100%;
  53. height: 250rpx;
  54. font-size: 32rpx;
  55. color: #001713;
  56. }
  57. .container .content .detail .carMsg .carMsg_time.data-v-1353b6cf {
  58. position: absolute;
  59. top: 36rpx;
  60. font-size: 36rpx;
  61. color: #001713;
  62. }
  63. .container .content .detail .carMsg .carMsg_number.data-v-1353b6cf {
  64. position: absolute;
  65. top: 44rpx;
  66. right: 0;
  67. font-size: 24rpx;
  68. color: #f86818;
  69. }
  70. .container .content .detail .carMsg .carMsg_number1.data-v-1353b6cf {
  71. position: absolute;
  72. top: 44rpx;
  73. right: 0;
  74. font-size: 24rpx;
  75. color: #001713;
  76. }
  77. .container .content .detail .carMsg .carMsg_volume.data-v-1353b6cf {
  78. position: absolute;
  79. top: 86rpx;
  80. right: 0;
  81. font-size: 24rpx;
  82. color: #f86818;
  83. }
  84. .container .content .detail .carMsg .carMsg_volume1.data-v-1353b6cf {
  85. position: absolute;
  86. top: 86rpx;
  87. right: 0;
  88. font-size: 24rpx;
  89. color: #001713;
  90. }
  91. .container .content .detail .carMsg .carMsg_line.data-v-1353b6cf {
  92. position: absolute;
  93. top: 128rpx;
  94. left: 0;
  95. width: 14rpx;
  96. height: 88rpx;
  97. }
  98. .container .content .detail .carMsg .carMsg_start.data-v-1353b6cf {
  99. position: absolute;
  100. top: 106rpx;
  101. left: 40rpx;
  102. width: 460rpx;
  103. }
  104. .container .content .detail .carMsg .app.data-v-1353b6cf {
  105. margin-top: 1px;
  106. }
  107. .container .content .detail .carMsg .carMsg_end.data-v-1353b6cf {
  108. position: absolute;
  109. top: 185rpx;
  110. left: 40rpx;
  111. width: 460rpx;
  112. }
  113. .container .content .detail .code.data-v-1353b6cf {
  114. display: flex;
  115. align-items: center;
  116. justify-content: center;
  117. height: 540rpx;
  118. border-top: 2rpx dotted #ff8205;
  119. }
  120. .container .content .detail .info.data-v-1353b6cf {
  121. padding: 40rpx 0 0;
  122. line-height: 50rpx;
  123. font-size: 28rpx;
  124. border-top: 2rpx solid #ebecf1;
  125. }
  126. .container .content .detail .info .info_price.data-v-1353b6cf {
  127. display: flex;
  128. align-items: center;
  129. justify-content: space-between;
  130. font-size: 32rpx;
  131. color: #ff8205;
  132. }
  133. .container .content .detail .info .info_price .text.data-v-1353b6cf {
  134. font-size: 24rpx;
  135. }
  136. .container .content .detail .info .info_price2.data-v-1353b6cf {
  137. display: flex;
  138. align-items: center;
  139. justify-content: space-between;
  140. font-size: 32rpx;
  141. color: #001713;
  142. }
  143. .container .content .detail .info .info_price2 .text.data-v-1353b6cf {
  144. font-size: 24rpx;
  145. }
  146. .container .pay.data-v-1353b6cf {
  147. position: fixed;
  148. bottom: 0;
  149. display: flex;
  150. align-items: center;
  151. justify-content: space-between;
  152. box-sizing: border-box;
  153. padding: 0 30rpx;
  154. width: 100%;
  155. height: 240rpx;
  156. color: #dc2626;
  157. box-shadow: 0px -3px 6px #ccc;
  158. background-color: #fff;
  159. }
  160. .container .pay .pay_left.data-v-1353b6cf {
  161. font-size: 36rpx;
  162. }
  163. .container .pay .pay_left .text.data-v-1353b6cf {
  164. font-size: 48rpx;
  165. }
  166. .container .pay .pay_btn.data-v-1353b6cf {
  167. display: flex;
  168. align-items: center;
  169. justify-content: center;
  170. width: 272rpx;
  171. height: 94rpx;
  172. font-size: 36rpx;
  173. color: #ff8205;
  174. border-radius: 64rpx;
  175. border: 2rpx solid #ff8205;
  176. }
  177. .pop_pay.data-v-1353b6cf {
  178. height: 566rpx;
  179. color: #001713;
  180. font-size: 28rpx;
  181. }
  182. .pop_pay .pay_title.data-v-1353b6cf {
  183. display: flex;
  184. align-items: center;
  185. justify-content: center;
  186. height: 80rpx;
  187. font-size: 32rpx;
  188. border-bottom: 18rpx solid #ff8205;
  189. }
  190. .pop_pay .pay_close.data-v-1353b6cf {
  191. position: absolute;
  192. top: 24rpx;
  193. right: 42rpx;
  194. }
  195. .pop_pay .pay_list.data-v-1353b6cf {
  196. box-sizing: border-box;
  197. padding: 55rpx 0;
  198. display: flex;
  199. flex-direction: column;
  200. justify-content: space-between;
  201. height: 265rpx;
  202. }
  203. .pop_pay .pay_list .list_item.data-v-1353b6cf {
  204. display: flex;
  205. align-items: center;
  206. justify-content: space-between;
  207. box-sizing: border-box;
  208. padding: 0 32rpx 0 46rpx;
  209. }
  210. .pop_pay .pay_list .list_item .item_left.data-v-1353b6cf {
  211. display: flex;
  212. align-items: center;
  213. }
  214. .pop_pay .pay_list .list_item .item_left .img.data-v-1353b6cf {
  215. margin-right: 26rpx;
  216. width: 54rpx;
  217. height: 54rpx;
  218. }
  219. .pop_pay .pay_btn.data-v-1353b6cf {
  220. display: flex;
  221. align-items: center;
  222. justify-content: center;
  223. margin: auto;
  224. width: 720rpx;
  225. height: 94rpx;
  226. font-size: 36rpx;
  227. color: #fff;
  228. border-radius: 50rpx;
  229. background-color: #ff8205;
  230. }