1
0

orderDetail.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .strong {
  7. font-size: 1em !important;
  8. }
  9. .week {
  10. font-size: 0.9em !important;
  11. }
  12. .orange {
  13. color: #d81e06;
  14. }
  15. .orange2 {
  16. height: 40rpx;
  17. text-align: center;
  18. line-height: 40rpx;
  19. font-size: 28rpx;
  20. color: #fff;
  21. border: none;
  22. border-radius: 30rpx;
  23. background: #d81e06;
  24. }
  25. .order-info {
  26. margin-top: 20rpx;
  27. padding-top: 25rpx;
  28. background: #fff;
  29. height: auto;
  30. overflow: hidden;
  31. }
  32. .item-a {
  33. padding-left: 31.25rpx;
  34. height: 42.5rpx;
  35. padding-bottom: 12.5rpx;
  36. line-height: 24rpx;
  37. font-size: 24rpx;
  38. color: #666;
  39. }
  40. .item-b {
  41. padding-left: 31.25rpx;
  42. height: 29rpx;
  43. line-height: 29rpx;
  44. margin-top: 12.5rpx;
  45. margin-bottom: 41.5rpx;
  46. font-size: 24rpx;
  47. color: #666;
  48. }
  49. .item-c {
  50. margin-left: 31.25rpx;
  51. border-top: 1px solid #f4f4f4;
  52. height: 103rpx;
  53. line-height: 103rpx;
  54. }
  55. .item-c .l {
  56. float: left;
  57. }
  58. .item-c .r {
  59. height: 103rpx;
  60. float: right;
  61. display: flex;
  62. align-items: center;
  63. padding-right: 16rpx;
  64. }
  65. .item-c .r .btn {
  66. float: right;
  67. }
  68. .item-c .cost {
  69. color: #b4282d;
  70. }
  71. .item-c .btn {
  72. border: 1px solid #d81e06;
  73. color: #d81e06;
  74. border-radius: 30rpx;
  75. font-size: 0.8em;
  76. display: inline-block;
  77. margin-left: 20rpx;
  78. line-height: 1.6;
  79. padding: 5rpx 15rpx;
  80. background-color: #fff;
  81. }
  82. .goods-info .list-cell-ft {
  83. padding-right: 0;
  84. }
  85. .goods-list {
  86. width: 100%;
  87. }
  88. .goods-list-cell {
  89. /* padding: 20rpx 0; *//* padding: 10rpx 10rpx; */
  90. padding-right: 0rpx;
  91. height:120rpx;
  92. }
  93. .goods-list-cell text {
  94. font-size: 0.9em;
  95. color: #9b9b9b;
  96. }
  97. .goods-list-cell .name {
  98. width: 470rpx;
  99. font-size: 25rpx;
  100. color: #333;
  101. display: inline-block;
  102. /* overflow: hidden;
  103. text-overflow: ellipsis;
  104. white-space: nowrap; */
  105. }
  106. .goods-list-cell .price {
  107. padding-right: 20rpx;
  108. color:black;
  109. }
  110. .fr {
  111. margin-left: auto;
  112. width: 50rpx;
  113. text-align: right;
  114. }
  115. .attr {
  116. margin-bottom: 17rpx;
  117. height: 24rpx;
  118. line-height: 24rpx;
  119. font-size: 22rpx;
  120. color: #666;
  121. overflow: hidden;
  122. white-space: nowrap;
  123. text-overflow: ellipsis;
  124. }
  125. .num {
  126. padding-right: 20rpx;
  127. padding-top: 57rpx;
  128. }
  129. .order-goods {
  130. margin-top: 20rpx;
  131. background: #fff;
  132. }
  133. .order-goods .h {
  134. height: 93.75rpx;
  135. line-height: 93.75rpx;
  136. margin-left: 31.25rpx;
  137. border-bottom: 1px solid #f4f4f4;
  138. padding-right: 31.25rpx;
  139. }
  140. .order-goods .h .label {
  141. float: left;
  142. font-size: 30rpx;
  143. color: #333;
  144. }
  145. .order-goods .h .status {
  146. float: right;
  147. font-size: 30rpx;
  148. color: #b4282d;
  149. }
  150. .order-goods .item {
  151. display: flex;
  152. align-items: center;
  153. height: 192rpx;
  154. margin-left: 31.25rpx;
  155. padding-right: 31.25rpx;
  156. border-bottom: 1px solid #f4f4f4;
  157. }
  158. .order-goods .item:last-child {
  159. border-bottom: none;
  160. }
  161. .order-goods .item .img {
  162. height: 145.83rpx;
  163. width: 145.83rpx;
  164. background: #f4f4f4;
  165. }
  166. .order-goods .item .img image {
  167. height: 145.83rpx;
  168. width: 145.83rpx;
  169. }
  170. .order-goods .item .info {
  171. flex: 1;
  172. height: 145.83rpx;
  173. margin-left: 20rpx;
  174. }
  175. .order-goods .item .t {
  176. margin-top: 8rpx;
  177. height: 33rpx;
  178. line-height: 33rpx;
  179. margin-bottom: 10.5rpx;
  180. }
  181. .order-goods .item .t .name {
  182. display: block;
  183. float: left;
  184. height: 33rpx;
  185. line-height: 33rpx;
  186. color: #333;
  187. font-size: 30rpx;
  188. }
  189. .order-goods .item .t .number {
  190. display: block;
  191. float: right;
  192. height: 33rpx;
  193. text-align: right;
  194. line-height: 33rpx;
  195. color: #333;
  196. font-size: 30rpx;
  197. }
  198. .order-goods .item .attr {
  199. height: 29rpx;
  200. line-height: 29rpx;
  201. color: #666;
  202. margin-bottom: 25rpx;
  203. font-size: 25rpx;
  204. }
  205. .order-goods .item .price {
  206. height: 30rpx;
  207. line-height: 30rpx;
  208. color: #333;
  209. font-size: 30rpx;
  210. }
  211. .order-bottom {
  212. margin-top: 20rpx;
  213. padding-left: 31.25rpx;
  214. height: auto;
  215. overflow: hidden;
  216. background: #fff;
  217. }
  218. .order-bottom .address {
  219. height: 128rpx;
  220. padding-top: 25rpx;
  221. border-bottom: 1px solid #f4f4f4;
  222. }
  223. .order-bottom .address .t {
  224. height: 35rpx;
  225. line-height: 35rpx;
  226. margin-bottom: 7.5rpx;
  227. }
  228. .order-bottom .address .name {
  229. display: inline-block;
  230. height: 35rpx;
  231. width: 140rpx;
  232. line-height: 35rpx;
  233. font-size: 25rpx;
  234. }
  235. .order-bottom .address .mobile {
  236. display: inline-block;
  237. height: 35rpx;
  238. line-height: 35rpx;
  239. font-size: 25rpx;
  240. }
  241. .order-bottom .address .b {
  242. height: 35rpx;
  243. line-height: 35rpx;
  244. font-size: 25rpx;
  245. }
  246. .order-bottom .total {
  247. height: 106rpx;
  248. padding-top: 20rpx;
  249. border-bottom: 1px solid #f4f4f4;
  250. }
  251. .order-bottom .total .t {
  252. height: 25rpx;
  253. line-height: 25rpx;
  254. margin-bottom: 7.5rpx;
  255. display: flex;
  256. }
  257. .order-bottom .total .label {
  258. width: 140rpx;
  259. display: inline-block;
  260. height: 35rpx;
  261. line-height: 35rpx;
  262. font-size: 25rpx;
  263. }
  264. .order-bottom .total .txt {
  265. flex: 1;
  266. display: inline-block;
  267. height: 35rpx;
  268. line-height: 35rpx;
  269. font-size: 25rpx;
  270. }
  271. .order-bottom .pay-fee {
  272. height: 81rpx;
  273. line-height: 81rpx;
  274. }
  275. .order-bottom .pay-fee .label {
  276. display: inline-block;
  277. width: 140rpx;
  278. color: #b4282d;
  279. }
  280. .order-bottom .pay-fee .txt {
  281. display: inline-block;
  282. width: 140rpx;
  283. color: #b4282d;
  284. }
  285. .order-shipping {
  286. margin-top: 20rpx;
  287. background: #fff;
  288. margin-bottom: 20rpx;
  289. height: 1024rpx;
  290. }
  291. .order-shipping .h {
  292. height: 80rpx;
  293. line-height: 80rpx;
  294. margin-left: 31.25rpx;
  295. border-bottom: 1px solid #f4f4f4;
  296. padding-right: 31.25rpx;
  297. }
  298. .order-shipping .h .label {
  299. float: left;
  300. font-size: 27rpx;
  301. color: #333;
  302. }
  303. .order-shipping .shipping {
  304. background: #fff;
  305. }
  306. .order-shipping .shipping .item {
  307. display: flex;
  308. float: left;
  309. margin-left: 31.25rpx;
  310. padding-right: 31.25rpx;
  311. height: auto;
  312. border-bottom: 1px solid #f4f4f4;
  313. }
  314. .order-shipping .shipping .item li {
  315. display: block;
  316. }
  317. .icon {
  318. width: 35rpx;
  319. height: 35rpx;
  320. /* margin-left: 15rpx;
  321. margin-top: 20rpx; */
  322. margin-bottom: -8rpx;
  323. }
  324. .item-b2 {
  325. padding-left: 31.25rpx;
  326. height: 29rpx;
  327. line-height: 29rpx;
  328. margin-top: 22.5rpx;
  329. margin-bottom: 41.5rpx;
  330. font-size: 24rpx;
  331. color: #666;
  332. margin-left: 38rpx;
  333. }
  334. .icon2 {
  335. width: 30rpx;
  336. height: 30rpx;
  337. /* margin-left: 15rpx;
  338. margin-top: 20rpx; */
  339. margin-bottom: -5rpx;
  340. }
  341. .strong2 {
  342. font-size: 0.95em !important;
  343. color: white;
  344. }
  345. .list-cell-bd2 {
  346. flex: 1;
  347. margin-top: -15px;
  348. color: white;
  349. }
  350. .order-info2 {
  351. padding-top: 20rpx;
  352. background: rgb(126, 125, 125);
  353. height: auto;
  354. overflow: hidden;
  355. color: white;
  356. font-weight: bold;
  357. }
  358. .week2 {
  359. font-size: 0.9em !important;
  360. color: white;
  361. }
  362. .week3 {
  363. font-size: 0.9em !important;
  364. color: white;
  365. margin-left: 40rpx;
  366. }
  367. .week4 {
  368. font-size: 0.8em !important;
  369. color: white;
  370. margin-left: 40rpx;
  371. }
  372. .btns {
  373. position: fixed;
  374. bottom: 0;
  375. left: 0;
  376. overflow: hidden;
  377. display: flex;
  378. height: 70rpx;
  379. width: 100%;
  380. }
  381. .btns .cannel {
  382. flex: 1;
  383. height: 70rpx;
  384. text-align: center;
  385. line-height: 70rpx;
  386. font-size: 28rpx;
  387. color: rgb(20, 20, 20);
  388. border: none;
  389. border-radius: 0;
  390. background: rgb(255, 253, 253);
  391. }
  392. .btns .save {
  393. flex: 1;
  394. height: 70rpx;
  395. text-align: center;
  396. line-height: 70rpx;
  397. font-size: 28rpx;
  398. color: #fff;
  399. border: none;
  400. border-radius: 0;
  401. background: #b4282d;
  402. }
  403. .refund {
  404. height: 40rpx;
  405. text-align: center;
  406. line-height: 40rpx;
  407. font-size: 24rpx;
  408. color: #fff;
  409. border: none;
  410. border-radius: 30rpx;
  411. background: #d81e06;
  412. display: block;
  413. width: 130rpx;
  414. }
  415. .list-group2 {
  416. margin-top: 0.6em;
  417. background-color: #fff;
  418. line-height: 1.41176471;
  419. font-size: 28rpx;
  420. overflow: hidden;
  421. position: relative;
  422. padding-bottom: 89rpx;
  423. }
  424. .order-image {
  425. width: 100rpx;
  426. height: 100rpx;
  427. }
  428. .name {
  429. height: 40rpx;
  430. }
  431. .camps{
  432. color:#fff;
  433. background: #d81e06;
  434. border-radius: 8rpx;
  435. font-size: 20rpx;
  436. float:left;
  437. }