purchaseOrder.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. .select-time-view{
  2. font-weight: 400;
  3. font-size: 36rpx;
  4. color: #060809;
  5. background: #FFFFFF;
  6. border-radius: 40rpx;
  7. padding: 40rpx 32rpx;
  8. margin-bottom: 20rpx;
  9. }
  10. .container-view{
  11. background: #F4F5F6;
  12. padding: 24rpx;
  13. }
  14. .select-time-text {
  15. font-family: DIN, DIN;
  16. font-weight: 600;
  17. font-size: 48rpx;
  18. color: #060809;
  19. }
  20. .align-center{
  21. align-items: center;
  22. }
  23. .car-info-view{
  24. padding: 32rpx;
  25. background: #FFFFFF;
  26. border-radius: 40rpx;
  27. margin-bottom: 20rpx;
  28. }
  29. .car-info-grow{
  30. flex-direction: column;
  31. align-items: baseline;
  32. margin-left:24rpx ;
  33. }
  34. .car-name{
  35. font-weight: 400;
  36. font-size: 36rpx;
  37. color: #060809;
  38. width: 100%;
  39. width: 400rpx;
  40. white-space: nowrap;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. }
  44. .car-information{
  45. font-weight: 400;
  46. font-size: 24rpx;
  47. color: #9EA9BB;
  48. margin-bottom: 30rpx;
  49. }
  50. .config-list-view {
  51. width: 500rpx;
  52. position: relative;
  53. }
  54. .config-list-view-1 {
  55. /* margin-bottom: 40rpx; */
  56. width: 500rpx;
  57. overflow-y: auto;
  58. }
  59. .config-list-view-1::after {
  60. content: "";
  61. position: absolute;
  62. top: 0;
  63. right: 0;
  64. bottom: 0;
  65. width: 10rpx;
  66. background-image: radial-gradient(at right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
  67. border-radius: 8rpx;
  68. }
  69. .service_name-tab {
  70. font-weight: 400;
  71. font-size: 22rpx;
  72. color: #2A3A5A;
  73. padding: 8rpx 20rpx;
  74. background: #F3F8FF;
  75. border-radius: 24rpx;
  76. margin-right: 8rpx;
  77. }
  78. .deposit-info {
  79. background-color: #FFF;
  80. border-radius: 40rpx;
  81. padding: 40rpx 32rpx;
  82. margin-bottom: 20rpx;
  83. }
  84. .deposit-info-title{
  85. font-weight: 400;
  86. font-size: 36rpx;
  87. color: #060809;
  88. margin-bottom: 26rpx;
  89. }
  90. .deposit-info-text{
  91. font-weight: 400;
  92. font-size: 24rpx;
  93. color: #828DA2;
  94. }
  95. .distance-num{
  96. font-family: DIN, DIN;
  97. font-weight: 600;
  98. font-size: 26rpx;
  99. color: #0A59F7;
  100. padding: 2rpx 6rpx;
  101. margin-left: 8rpx;
  102. background: #E6EEFE;
  103. border-radius: 20rpx;
  104. }
  105. .font_32{
  106. font-weight: 400;
  107. font-size: 36rpx;
  108. color: #060809;
  109. }
  110. .shop-bg {
  111. background: #F4F5F6;
  112. border-radius: 24rpx;
  113. padding: 32rpx 24rpx;
  114. width: 100%;
  115. }
  116. .shop-name {
  117. width: 450rpx;
  118. font-weight: 600;
  119. font-size: 32rpx;
  120. color: #2A3A5A;
  121. overflow: hidden;
  122. white-space: nowrap;
  123. text-overflow: ellipsis;
  124. margin-bottom: 20rpx;
  125. }
  126. .shop-address {
  127. width: 450rpx;
  128. font-weight: 400;
  129. font-size: 24rpx;
  130. color: #828DA2;
  131. overflow: hidden;
  132. white-space: nowrap;
  133. text-overflow: ellipsis;
  134. }
  135. .nav-btn {
  136. flex-wrap: wrap;
  137. align-items: center;
  138. flex-direction: column;
  139. font-weight: 600;
  140. font-size: 24rpx;
  141. color: #2A3A5A;
  142. }
  143. .return-box{
  144. position: fixed;
  145. top: 0;
  146. left: 0;
  147. z-index: 10;
  148. width: 100%;
  149. height: 100vh;
  150. background-color: rgba(0, 0, 0, 0.4);
  151. }
  152. .return-item {
  153. border-radius: 32rpx 32rpx 0rpx 0rpx;
  154. background-color: #ffffff;
  155. padding: 40rpx 32rpx 74rpx;
  156. z-index: 100;
  157. position: fixed;
  158. bottom: 0;
  159. width: 100%;
  160. }
  161. .return-title {
  162. font-weight: 600;
  163. font-size: 40rpx;
  164. color: #060809;
  165. font-size: 40rpx;
  166. font-weight: 600;
  167. margin-bottom: 32rpx;
  168. line-height: 40rpx;
  169. }
  170. .return-item img {
  171. width: 32rpx;
  172. height: 32rpx;
  173. vertical-align: middle;
  174. }
  175. .return-text {
  176. color: #2A3A5A;
  177. font-size: 28rpx;
  178. margin-bottom: 64rpx;
  179. width: 100%;
  180. line-height: 52rpx;
  181. }
  182. .return-btn>view:nth-of-type(1) {
  183. background: #EBECEC;
  184. border-radius: 40rpx;
  185. margin-right: 18rpx;
  186. font-weight: 600;
  187. font-size: 32rpx;
  188. color: #060809;
  189. text-align: center;
  190. height: 80rpx;
  191. line-height: 80rpx;
  192. width: 100%;
  193. }
  194. .return-btn>view:nth-of-type(2) {
  195. background: #060809;
  196. border-radius: 40rpx;
  197. font-weight: 600;
  198. font-size: 32rpx;
  199. color: #FFFFFF;
  200. text-align: center;
  201. height: 80rpx;
  202. line-height: 80rpx;
  203. width: 100%;
  204. }
  205. .close-view{
  206. width: 60rpx;
  207. height: 60rpx;
  208. line-height: 60rpx;
  209. background: #F4F5F6;
  210. border-radius: 50%;
  211. text-align: center;
  212. }
  213. .second{
  214. padding: 28rpx 32rpx 32rpx;
  215. }
  216. .payment-info {
  217. position: fixed;
  218. bottom: 0;
  219. left: 0;
  220. width: 100%;
  221. background-color: #ffffff;
  222. padding: 28rpx 32rpx 32rpx;
  223. }
  224. .payment-top {
  225. color: #2A3A5A;
  226. font-size: 28rpx;
  227. display: flex;
  228. align-items: center;
  229. }
  230. .payment-top img {
  231. width: 32rpx;
  232. height: 32rpx;
  233. margin-right: 16rpx;
  234. vertical-align: middle;
  235. }
  236. .payment-bottom {
  237. margin-top: 28rpx;
  238. width: 100%;
  239. }
  240. .bottom-left {
  241. align-items: baseline;
  242. }
  243. .all-price {
  244. color: #F95151;
  245. font-size: 36rpx;
  246. font-weight: bold;
  247. }
  248. .all-price text {
  249. color: #F95151;
  250. font-size: 60rpx;
  251. font-weight: bold;
  252. }
  253. .all-money {
  254. color: #0074FF;
  255. font-size: 28rpx;
  256. font-weight: bold;
  257. margin-left: 16rpx;
  258. display: flex;
  259. align-items: center;
  260. }
  261. .bottom-left .img {
  262. width: 49rpx;
  263. height: 49rpx;
  264. vertical-align: middle;
  265. margin-left: 4rpx;
  266. }
  267. .payment-bottom>view:nth-of-type(2) {
  268. color: #ffffff;
  269. font-size: 32rpx;
  270. font-weight: bold;
  271. text-align: center;
  272. height: 88rpx;
  273. line-height: 88rpx;
  274. border-radius: 44rpx;
  275. background: #060809;
  276. /* background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%); */
  277. display: flex;
  278. flex-grow: 1;
  279. justify-content: center;
  280. }
  281. .show-detail {
  282. position: fixed;
  283. bottom: 0;
  284. left: 0;
  285. z-index: 10;
  286. width: 100%;
  287. height: 100vh;
  288. background-color: rgba(0, 0, 0, 0.4);
  289. }
  290. .detail-info {
  291. border-radius: 32rpx 32rpx 0rpx 0rpx;
  292. z-index: 100;
  293. position: fixed;
  294. bottom: 0;
  295. width: 100%;
  296. background-color: #f4f5f6;
  297. }
  298. .pay-money {
  299. background-color: #ffffff;
  300. padding: 40rpx 32rpx 0rpx 32rpx;
  301. }
  302. .pay-money>view {
  303. color: #2A3A5A;
  304. font-size: 30rpx;
  305. font-weight: bold;
  306. }
  307. .pay-money>view:nth-of-type(1) {
  308. color: #2A3A5A;
  309. font-size: 34rpx;
  310. font-weight: bold;
  311. line-height: 34rpx;
  312. }
  313. .detail-money {
  314. display: flex;
  315. justify-content: flex-end;
  316. align-items: baseline;
  317. }
  318. .detail-money>view:nth-of-type(1) {
  319. color: #2A3A5A;
  320. font-size: 32rpx;
  321. }
  322. .detail-money>view:nth-of-type(2) {
  323. color: #F95151;
  324. font-size: 60rpx;
  325. margin-left: 24rpx;
  326. }
  327. .method-info {
  328. background-color: #ffffff;
  329. margin-bottom: 16rpx;
  330. padding: 48rpx 40rpx 40rpx 32rpx;
  331. border-radius: 40rpx;
  332. }
  333. .check-order-text{
  334. font-weight: 600;
  335. font-size: 40rpx;
  336. color: #060809;
  337. text-align: center;
  338. margin:32rpx 0 24rpx ;
  339. }
  340. .get-car-time{
  341. font-weight: 600;
  342. font-size: 36rpx;
  343. color: #0A59F7;
  344. }
  345. .get-car-name{
  346. font-weight: 600;
  347. font-size: 32rpx;
  348. color: #060809;
  349. }