orderDetail.wxss 8.4 KB

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