orderDetail.wxss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. .box.data-v-cbd5a456{
  2. min-height: 100vh;
  3. background: #F4F5F7;
  4. }
  5. .status_bar.data-v-cbd5a456{
  6. background: #FF4F00;
  7. width: 100vw;
  8. position: fixed;
  9. top: 0;
  10. left: 0;
  11. z-index: 1111;
  12. }
  13. .qrcodeBox.data-v-cbd5a456{
  14. width: 100vw;
  15. height: 100vh;
  16. display: flex;
  17. justify-content: center;
  18. align-items: center;
  19. position: fixed;
  20. top: 0;
  21. left: 0;
  22. background: rgba(0,0,0,0.7);
  23. }
  24. .top.data-v-cbd5a456{
  25. width: 750rpx;
  26. height: 342rpx;
  27. background: #FF4F00;
  28. /* background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%); */
  29. }
  30. .nav.data-v-cbd5a456{
  31. line-height: 44px;
  32. font-size: 34rpx;
  33. font-weight: 600;
  34. display: flex;
  35. justify-content: space-between;
  36. color: #FFFFFF;
  37. position: fixed;
  38. width: 100vw;
  39. left: 0;
  40. z-index: 1111;
  41. background: #FF4F00;
  42. }
  43. .gobackImg.data-v-cbd5a456{
  44. width: 92rpx;
  45. height: 88rpx;
  46. /* padding: 12px; */
  47. }
  48. .SheetState.data-v-cbd5a456{
  49. font-size: 44rpx;
  50. font-weight: 500;
  51. color: #FFFFFF;
  52. padding-left: 24rpx;
  53. padding-top: 50rpx;
  54. }
  55. .orderTop.data-v-cbd5a456{
  56. width: 702rpx;
  57. background: #FFFFFF;
  58. border-radius: 10rpx;
  59. margin-left: 24rpx;
  60. }
  61. .timeEditImg.data-v-cbd5a456{
  62. width: 25rpx;height: 25rpx;padding-left: 20rpx;
  63. }
  64. .timeLeft.data-v-cbd5a456{
  65. font-size: 28rpx;
  66. color: #3C3C3C;font-weight: 500;
  67. }
  68. .timeRight.data-v-cbd5a456{
  69. font-size: 26rpx;
  70. color: #3F90F7;
  71. }
  72. .timeBox.data-v-cbd5a456{
  73. display: flex;
  74. justify-content: space-between;
  75. padding: 24rpx 20rpx;
  76. border-bottom: 1px solid #EEEEEE;
  77. }
  78. .orderTop.data-v-cbd5a456{
  79. position: relative;
  80. top: -44rpx;
  81. }
  82. .shopBoximg.data-v-cbd5a456{
  83. width: 40rpx;height: 40rpx;
  84. }
  85. .shopRightImg.data-v-cbd5a456{
  86. width: 52rpx;height: 38rpx;
  87. }
  88. .shopsx.data-v-cbd5a456{
  89. width: 1px;
  90. height: 50rpx;
  91. background: #EEEEEE;
  92. margin-top: 30rpx;
  93. margin-left: 28rpx;
  94. }
  95. .shopBox.data-v-cbd5a456{
  96. display: flex;
  97. padding: 30rpx 20rpx 20rpx 20rpx;
  98. }
  99. .shopCont.data-v-cbd5a456{
  100. width: 418rpx;padding-left: 20rpx;
  101. }
  102. .shopName.data-v-cbd5a456{
  103. font-size: 28rpx;
  104. color: #3C3C3C;
  105. }
  106. .Address.data-v-cbd5a456{
  107. color: #999999;font-size: 26rpx;padding-top: 10rpx;
  108. }
  109. .shopRihgtTxt.data-v-cbd5a456{
  110. color: #999999;font-size: 22rpx;padding-top: 5rpx;
  111. }
  112. .shopRightBox.data-v-cbd5a456{
  113. padding-top: 30rpx;
  114. padding-left: 28rpx;
  115. }
  116. .peopleCont.data-v-cbd5a456{
  117. font-size: 28rpx;
  118. font-weight: 500;
  119. color: #3C3C3C;
  120. padding-left: 20rpx;
  121. }
  122. .people.data-v-cbd5a456{
  123. display: flex;
  124. padding-left: 20rpx;
  125. padding-bottom: 36rpx;
  126. }
  127. .PlateNumberBox.data-v-cbd5a456{
  128. display: flex;padding-left: 20rpx;padding-bottom: 30rpx;
  129. }
  130. .PlateNumbercx.data-v-cbd5a456{
  131. font-size: 28rpx;
  132. font-weight: 500;
  133. color: #3C3C3C;
  134. padding-left: 20rpx;
  135. }
  136. .PlateNumber.data-v-cbd5a456{
  137. width: 130rpx;
  138. height: 32rpx;
  139. border-radius: 4rpx;
  140. border: 1px solid #F19D01;
  141. line-height: 32rpx;
  142. text-align: center;
  143. font-size: 22rpx;
  144. color: #F19D01;
  145. margin-left: 26rpx;
  146. }
  147. .PlateNumberBoxTop.data-v-cbd5a456{
  148. display: flex;
  149. }
  150. .CarModel.data-v-cbd5a456{
  151. font-size: 26rpx;
  152. color: #999999;
  153. padding-left: 20rpx;
  154. padding-top: 6rpx;
  155. padding-right: 20rpx;
  156. padding-bottom: 15rpx;
  157. width: 600rpx;
  158. }
  159. .detailedBox.data-v-cbd5a456{
  160. width: 702rpx;
  161. background: #FFFFFF;
  162. border-radius: 10px;
  163. margin-left: 24rpx;
  164. margin-top: -60rpx;
  165. padding-bottom: 20rpx;
  166. }
  167. .itemBox.data-v-cbd5a456{
  168. margin-top: 20rpx;
  169. }
  170. .detailedTitle.data-v-cbd5a456{
  171. font-size: 32rpx;
  172. color: #3C3C3C;
  173. padding-left: 20rpx;padding-top: 30rpx;
  174. font-weight: 600;
  175. padding-bottom: 10rpx;
  176. }
  177. .detailedLine.data-v-cbd5a456{
  178. display: flex;
  179. padding-left: 20rpx;
  180. padding-top: 40rpx;
  181. }
  182. .detailedImg.data-v-cbd5a456{
  183. width: 120rpx;
  184. height: 120rpx;
  185. border-radius: 10rpx;
  186. }
  187. .detailedCont.data-v-cbd5a456{
  188. padding-left: 20rpx;
  189. display: flex;
  190. flex-direction: column;
  191. justify-content: space-between;
  192. }
  193. .detailedName.data-v-cbd5a456{
  194. font-size: 26rpx;
  195. color: #3C3C3C;
  196. }
  197. .detailedContBottom.data-v-cbd5a456{
  198. display: flex;
  199. justify-content: space-between;
  200. font-size: 26rpx;
  201. color: #999999;
  202. width: 500rpx;
  203. line-height: 40rpx;
  204. }
  205. .SalePrice.data-v-cbd5a456{
  206. font-size: 32rpx;
  207. font-weight: 500;
  208. color: #3C3C3C;
  209. }
  210. .goodscost.data-v-cbd5a456{
  211. width: 702rpx;
  212. background: #FFFFFF;
  213. border-radius: 10px;
  214. margin-left: 24rpx;
  215. margin-top: 20rpx;
  216. padding: 15rpx 0;
  217. }
  218. .goodscostLine.data-v-cbd5a456{
  219. display: flex;
  220. justify-content: space-between;
  221. font-size: 28rpx;
  222. padding: 20rpx 20rpx;
  223. color: #666666;
  224. }
  225. .goodsCostNum.data-v-cbd5a456{
  226. color: #3C3C3C;
  227. }
  228. .information.data-v-cbd5a456{
  229. width: 702rpx;
  230. background: #FFFFFF;
  231. border-radius: 10px;
  232. margin-left: 24rpx;
  233. margin-top: 20rpx;
  234. padding: 0rpx 0 15rpx 0;
  235. }
  236. .informationLine.data-v-cbd5a456{
  237. display: flex;font-size: 26rpx;
  238. padding: 15rpx 20rpx;
  239. }
  240. .informationTxt.data-v-cbd5a456{
  241. width: 150rpx;
  242. color: #666666;
  243. }
  244. .informationNum.data-v-cbd5a456{
  245. color: #333333;
  246. }
  247. .copyBtn.data-v-cbd5a456{
  248. width: 86rpx;
  249. height: 40rpx;
  250. background: #F4F5F7;
  251. border-radius: 20rpx;
  252. font-size: 24rpx;
  253. color: #333333;
  254. text-align: center;
  255. line-height: 40rpx;
  256. margin-left: 20rpx;
  257. }
  258. .orderBottom.data-v-cbd5a456{
  259. width: 750rpx;
  260. height: 98rpx;
  261. background: #FFFFFF;
  262. position: fixed;
  263. left: 0;
  264. bottom: 0;
  265. display: flex;
  266. justify-content: flex-end;
  267. }
  268. .cancelBtn.data-v-cbd5a456{
  269. width: 150rpx;
  270. height: 56rpx;
  271. border-radius: 36rpx;
  272. border: 2rpx solid #DDDDDD;
  273. text-align: center;
  274. line-height: 56rpx;
  275. font-size: 28rpx;
  276. color: #3C3C3C;
  277. margin-top: 21rpx;
  278. }
  279. .payBtn.data-v-cbd5a456{
  280. width: 150rpx;
  281. height: 56rpx;
  282. border-radius: 36rpx;
  283. border: 2rpx solid #FF4F00;
  284. text-align: center;
  285. line-height: 56rpx;
  286. font-size: 28rpx;
  287. color: #FF4F00;
  288. margin-top: 21rpx;
  289. margin-right: 16rpx;
  290. margin-left: 40rpx;
  291. }
  292. .timeBox2.data-v-cbd5a456{
  293. width: 100vw;
  294. height: 100vh;
  295. background: rgba(0,0,0,0.5);
  296. position: fixed;
  297. top: 0;
  298. left: 0;
  299. }
  300. .timeLeftActive.data-v-cbd5a456{
  301. background: #FFFFFF;
  302. }
  303. .timeMain.data-v-cbd5a456{
  304. width: 100vw;
  305. height: 70vh;
  306. margin-top: 30vh;
  307. background: #FFFFFF;
  308. border-radius: 24rpx 24rpx 0px 0px;
  309. }
  310. .timesfNo.data-v-cbd5a456{
  311. background: #F5F5F5;
  312. }
  313. .timesfActive.data-v-cbd5a456{
  314. background: #FF4F00;
  315. }
  316. .timesfActive .timeSfNum.data-v-cbd5a456{
  317. color: #FFFFFF;
  318. }
  319. .timesfActive .timeyy.data-v-cbd5a456{
  320. color: #FFFFFF;
  321. }
  322. .topBox.data-v-cbd5a456{
  323. padding: 20rpx 24rpx;
  324. }
  325. .timeTop.data-v-cbd5a456{
  326. display: flex;
  327. line-height: 90rpx;
  328. padding-left: 24rpx;
  329. padding-right: 24rpx;
  330. justify-content: space-between;
  331. }
  332. .timeTopTitle.data-v-cbd5a456{
  333. font-size: 30rpx;
  334. font-family: PingFangSC-Medium, PingFang SC;
  335. font-weight: 600;
  336. color: #3C3C3C;
  337. }
  338. .close.data-v-cbd5a456{
  339. color: #999999;font-size: 30rpx;
  340. padding-left: 30rpx;
  341. }
  342. .timeCont.data-v-cbd5a456{
  343. height: calc(70vh - 210rpx);
  344. }
  345. .timeSv.data-v-cbd5a456{
  346. height: calc(70vh - 210rpx);
  347. }
  348. .timeLeft2.data-v-cbd5a456{
  349. width: 162rpx;
  350. background: #F4F5F7;
  351. border-top: 1px soid #F4F5F7;
  352. border-right:1px soid #F4F5F7 ;
  353. }
  354. .timeRight2.data-v-cbd5a456{
  355. width: 588rpx;
  356. }
  357. .timesf.data-v-cbd5a456{
  358. width: 165rpx;
  359. height: 98rpx;
  360. border-radius: 7rpx;
  361. border: 2rpx solid #EEEEEE;
  362. text-align: center;
  363. margin-left: 20rpx;
  364. margin-bottom: 24rpx;
  365. }
  366. .timeBottom.data-v-cbd5a456{
  367. width: 750rpx;
  368. height: 120rpx;
  369. background: #FFFFFF;
  370. box-shadow: 0px -2px 20rpx 0px rgba(153, 153, 153, 0.2);
  371. display: flex;
  372. align-items: center;
  373. }
  374. .timerightBox.data-v-cbd5a456{
  375. display: flex;
  376. flex-wrap: wrap;
  377. }
  378. .timeCont.data-v-cbd5a456{
  379. display: flex;
  380. }
  381. .timeSfNum.data-v-cbd5a456{
  382. color: #666666;
  383. font-size: 28rpx;
  384. padding-top: 15rpx;
  385. }
  386. .timeyy.data-v-cbd5a456{
  387. font-size: 24rpx;
  388. color: #999999;
  389. }
  390. .timecomplete.data-v-cbd5a456{
  391. width: 690rpx;
  392. height: 74rpx;
  393. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  394. border-radius: 37rpx;
  395. line-height: 74rpx;
  396. text-align: center;
  397. font-size: 30rpx;
  398. color: #FFFFFF;
  399. margin-left: 30rpx;
  400. }
  401. .timeleftLine.data-v-cbd5a456{
  402. font-size: 30rpx;
  403. color: #999999;
  404. text-align: center;
  405. padding: 28rpx 10rpx;
  406. border-bottom: 1px solid #EEEEEE;
  407. }
  408. .goIndexImg.data-v-cbd5a456{
  409. width: 92rpx;
  410. height: 88rpx;
  411. }