orderDetail.wxss 7.8 KB

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