confirmedList.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. /* confirmedList.wxss */
  2. page{
  3. background:#f9f9f9;
  4. }
  5. .container{
  6. padding-bottom:106rpx;
  7. }
  8. .header{
  9. height:auto;
  10. position:relative;
  11. background-color:#fff;
  12. padding:0 30rpx;
  13. }
  14. .order_time{
  15. width: 535rpx;
  16. font-size: 24rpx;
  17. line-height: 100rpx;
  18. color: #818d92;
  19. }
  20. .order_time_line{
  21. border-bottom: 1px solid #c8c8c8;
  22. }
  23. .order_time text{
  24. font-size: 26rpx;
  25. }
  26. .double_line{
  27. /* border-top:1rpx solid #e3eaed;
  28. border-bottom:1rpx solid #e3eaed; */
  29. margin-bottom: 14rpx;
  30. }
  31. .confirme_btn{
  32. width: 120rpx;
  33. height: 44rpx;
  34. font-size: 26rpx;
  35. line-height: 44rpx;
  36. color: #fff;
  37. text-align: center;
  38. border-radius: 20rpx;
  39. position: absolute;
  40. top:50%;
  41. right:30rpx;
  42. margin:-22rpx 0 0 0;
  43. }
  44. /* 待定制 */
  45. .btn_green{
  46. background-color: #b4a078;
  47. }
  48. /* 待付款 */
  49. .btn_red{
  50. background-color:#b4a078;
  51. }
  52. /* 待发货 */
  53. .btn_yellow{
  54. background-color:#cc9368;
  55. }
  56. /* 已发货 */
  57. .btn_purple{
  58. background-color:#cc9368;
  59. }
  60. /* 已完成 */
  61. .btn_blue{
  62. background-color:#232323;
  63. }
  64. /* 商品信息 */
  65. .goods_infor{
  66. padding:0 32rpx;
  67. background-color: #fff;
  68. border-bottom:1px solid #dedede;
  69. }
  70. .goods_top_title{
  71. font-size: 24rpx;
  72. line-height: 100rpx;
  73. border-bottom: 1px solid #dedede;
  74. }
  75. .each_goods{
  76. min-height: 212rpx;
  77. margin-bottom:14rpx;
  78. }
  79. .goods_img{
  80. float: left;
  81. display: block;
  82. width: 200rpx;
  83. height: 200rpx;
  84. margin:0 36rpx 0 0;
  85. }
  86. .goods_cont{
  87. float: left;
  88. width: 450rpx;
  89. padding-top:25rpx;
  90. }
  91. .goods_name{
  92. height: 68rpx;
  93. font-size: 24rpx;
  94. font-weight: bold;
  95. line-height: 34rpx;
  96. color: #333;
  97. text-overflow: ellipsis;
  98. overflow: hidden;
  99. display: -webkit-box;
  100. -webkit-line-clamp: 2;
  101. -webkit-box-orient: vertical;
  102. padding:20rpx 0 20rpx 0;
  103. }
  104. .goods_num,.goods_price{
  105. font-size: 24rpx;
  106. line-height: 70rpx;
  107. color: #646464;
  108. text-overflow: ellipsis;
  109. overflow: hidden;
  110. white-space: nowrap;
  111. }
  112. .goods_price{
  113. color: #ff8400;
  114. }
  115. .goods_price text{
  116. font-size: 36rpx;
  117. font-weight: bold;
  118. font-style: italic;
  119. }
  120. .goods_style{
  121. width: 340rpx;
  122. float: left;
  123. font-size: 26rpx;
  124. line-height: 30rpx;
  125. color: #93a1a8;
  126. padding-bottom:10rpx;
  127. }
  128. .goods_num{
  129. width: 100rpx;
  130. }
  131. .infor_content{
  132. background-color: #fff;
  133. margin-top:-14rpx;
  134. }
  135. .each_infor{
  136. width: 90%;
  137. margin-left:5%;
  138. height: 100rpx;
  139. font-size: 24rpx;
  140. line-height: 100rpx;
  141. color: #646464;
  142. position: relative;
  143. }
  144. .infor_title{
  145. float: left;
  146. }
  147. /* 可用优惠劵数量 */
  148. .coupon_num{
  149. float: left;
  150. padding:0 10rpx;
  151. height: 34rpx;
  152. font-size: 22rpx;
  153. line-height: 34rpx;
  154. color: #fff;
  155. background-color: #ff6000;
  156. text-align: center;
  157. margin:36rpx 0 0 5rpx;
  158. border-radius: 4px;
  159. }
  160. .coupon_jiantou{
  161. width: 15rpx;
  162. height: 24rpx;
  163. position: absolute;
  164. top:50%;
  165. right:0;
  166. margin-top:-12rpx;
  167. }
  168. .infor_num{
  169. float: right;
  170. }
  171. .coupon_infor_num{
  172. margin-right: 30rpx;
  173. }
  174. .borderBottom{
  175. border-bottom: 1px solid #f6f6f6;
  176. }
  177. /* 发票信息 */
  178. .fapiao_infor{
  179. min-height: 106rpx;
  180. background-color: #fff;
  181. margin: 20rpx 0 0;
  182. }
  183. .fapiao_infor .infor_title{
  184. padding-left:5%;
  185. font-size:28rpx;
  186. line-height:106rpx;
  187. color:#646464;
  188. }
  189. .fp_infor_cont{
  190. float: left;
  191. width: 500rpx;
  192. font-size: 28rpx;
  193. color: #646464;
  194. line-height: 36rpx;
  195. padding: 34rpx 0 34rpx 40rpx;
  196. }
  197. .service_wrap{
  198. height: 210rpx;
  199. text-align: center;
  200. background-color: #fff;
  201. margin: 20rpx 0 0;
  202. }
  203. .service_title{
  204. height: 88rpx;
  205. font-size: 28rpx;
  206. line-height: 88rpx;
  207. color: #646464;
  208. }
  209. .service_tel{
  210. width: 670rpx;
  211. height: 88rpx;
  212. font-size: 24rpx;
  213. line-height: 88rpx;
  214. color: #232323;
  215. margin:0 auto;
  216. background-color: #e8e0d5;
  217. }
  218. .footer_total{
  219. width: 100%;
  220. height: 106rpx;
  221. font-size: 34rpx;
  222. line-height: 106rpx;
  223. color: #fff;
  224. text-align: center;
  225. background-color: #b4a078;
  226. border-top: 1rpx solid #e2e0e0;
  227. position: fixed;
  228. left: 0;
  229. bottom: 0;
  230. z-index: 10;
  231. }
  232. .footer_total_each{
  233. float: left;
  234. width: 50%;
  235. height: 106rpx;
  236. font-size: 34rpx;
  237. line-height: 106rpx;
  238. color: #fff;
  239. text-align: center;
  240. background-color: #b4a078;
  241. box-sizing: border-box;
  242. border:0px none;
  243. }
  244. .footer_total_right{
  245. border-left: 1px solid #fff;
  246. }
  247. /* 定制完成 */
  248. .qrfh_wrap{
  249. width: 100%;
  250. height: 100%;
  251. position: fixed;
  252. top: 0;
  253. left: 0;
  254. z-index: 9999;
  255. background-color: rgba(0,0,0,0.6);
  256. }
  257. .qrfh_content_wrap{
  258. width: 80%;
  259. height: 283rpx;
  260. background-color: #fff;
  261. border-radius: 4px;
  262. position: fixed;
  263. top: 50%;
  264. left: 50%;
  265. margin: -141rpx 0 0 -40%;
  266. }
  267. .qrfh_cont_wrap{
  268. padding: 50rpx 15rpx;
  269. font-size: 32rpx;
  270. line-height: 46rpx;
  271. text-align: center;
  272. color: #999;
  273. }
  274. .qrfh_btn_wrap{
  275. position: absolute;
  276. left:0;
  277. bottom: 0;
  278. }
  279. .qrfh_cancle,.qrfh_sure{
  280. float: left;
  281. width: 50%;
  282. height: 90rpx;
  283. font-size: 40rpx;
  284. line-height: 90rpx;
  285. border-top: 1px solid #ccc;
  286. text-align: center;
  287. }
  288. .qrfh_cancle{
  289. color:#222;
  290. border-right: 1px solid #ccc;
  291. box-sizing: border-box;
  292. }
  293. .qrfh_sure{
  294. color: #b4a078;
  295. }
  296. .goods_num,.goods_price{
  297. font-size: 24rpx;
  298. color:#646464;
  299. text-overflow: ellipsis;
  300. overflow: hidden;
  301. white-space: nowrap;
  302. }
  303. .infor_content{
  304. background-color: #fff;
  305. margin-top:-14rpx;
  306. }
  307. .each_infor{
  308. width: 90%;
  309. margin-left:5%;
  310. height: 106rpx;
  311. font-size: 28rpx;
  312. line-height: 106rpx;
  313. color: #666;
  314. position: relative;
  315. }
  316. .infor_title{
  317. float: left;
  318. }
  319. .goods_msg{
  320. text-align: right;
  321. line-height: 50rpx;
  322. padding-top: 6rpx;
  323. }
  324. .num_title{
  325. font-size: 24rpx;
  326. color: #646464;
  327. }
  328. .money_title,.money_money{
  329. font-size: 28rpx;
  330. color: #b4a078;
  331. }
  332. .msg{
  333. text-align: right;
  334. font-size: 18rpx;
  335. color: #aaa;
  336. padding-bottom: 26rpx;
  337. }
  338. .order_btn{
  339. float: right;
  340. width: 136rpx;
  341. height: 48rpx;
  342. font-size: 24rpx;
  343. text-align: center;
  344. line-height: 48rpx;
  345. color: #fff;
  346. background-color: #b4a078;
  347. border: 1px solid #b4a078;
  348. margin-right:26rpx;
  349. padding:0;
  350. }
  351. /* 拆分订单 */
  352. .break_goods_img{
  353. float:left;
  354. display:block;
  355. width:96px;
  356. height:96px;
  357. margin:0 17px 0 0;
  358. }
  359. .break_order_content{
  360. width: 700rpx;
  361. height: 892rpx;
  362. background-color: #fff;
  363. border-radius: 4px;
  364. position: fixed;
  365. top: 50%;
  366. left: 50%;
  367. margin: -450rpx 0 0 -350rpx;
  368. overflow:hidden;
  369. }
  370. .break_title_wrap{
  371. padding: 40rpx 0;
  372. }
  373. .break_title{
  374. font-size: 36rpx;
  375. line-height: 46rpx;
  376. color: #484848;
  377. text-align: center;
  378. }
  379. .break_content{
  380. width: 612rpx;
  381. height: 676rpx;
  382. overflow-y: scroll;
  383. border-top: 1px solid #ccc;
  384. margin: 0 auto;
  385. }
  386. .each_break_goods{
  387. margin: 28rpx 0 0 0;
  388. border-bottom: 1px solid #ccc;
  389. }
  390. .break_goods_style{
  391. width: 220rpx;
  392. }
  393. .break_num_wrap{
  394. font-size:30rpx ;
  395. line-height: 70rpx;
  396. color:#b4a078;
  397. margin: 20rpx 0 0 0;
  398. }
  399. .break_goods_infor{
  400. float: left;
  401. width: 370rpx;
  402. margin: 0 0 20rpx 0;
  403. }
  404. .each_break_btn{
  405. float: left;
  406. }
  407. .each_break_btn_wrap{
  408. float: left;
  409. border: 1px solid #eee;
  410. margin: 8rpx 0 0 0;
  411. }
  412. .break_infor_content{
  413. height: 200rpx;
  414. }
  415. .break_goods_name{
  416. height: 68rpx;
  417. font-size: 24rpx;
  418. font-weight: bold;
  419. line-height: 34rpx;
  420. color: #333;
  421. text-overflow: ellipsis;
  422. overflow: hidden;
  423. display: -webkit-box;
  424. -webkit-line-clamp: 2;
  425. -webkit-box-orient: vertical;
  426. padding:0 0 20rpx 0;
  427. }
  428. .each_break{
  429. float: left;
  430. width: 70rpx;
  431. height: 56rpx;
  432. font-size: 26rpx;
  433. line-height: 56rpx;
  434. color: #282727;
  435. text-align: center;
  436. }
  437. .break_goods_num{
  438. width: 110rpx;
  439. text-align: right;
  440. font-size: 24rpx;
  441. color:#646464;
  442. text-overflow: ellipsis;
  443. overflow: hidden;
  444. white-space: nowrap;
  445. }
  446. /* 操作按钮 */
  447. .break_btn{
  448. float: left;
  449. width: 50%;
  450. height: 96rpx;
  451. font-size: 30rpx;
  452. line-height: 96rpx;
  453. color: #656565;
  454. background-color: #f0f0f0;
  455. text-align: center;
  456. cursor:pointer;
  457. }
  458. .break_btn_right{
  459. color: #fff;
  460. background-color: #b4a078;
  461. }
  462. .no_opar{
  463. color:#c8c8c8;
  464. }