1
0

orderDetail.wxss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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; */
  90. }
  91. .goods-list-cell text {
  92. font-size: 0.9em;
  93. color: #9b9b9b;
  94. }
  95. .goods-list-cell .price {
  96. padding-right: 20rpx;
  97. }
  98. .fr {
  99. float: right;
  100. margin-top:40px;
  101. }
  102. .order-goods {
  103. margin-top: 20rpx;
  104. background: #fff;
  105. }
  106. .order-goods .h {
  107. height: 93.75rpx;
  108. line-height: 93.75rpx;
  109. margin-left: 31.25rpx;
  110. border-bottom: 1px solid #f4f4f4;
  111. padding-right: 31.25rpx;
  112. }
  113. .order-goods .h .label {
  114. float: left;
  115. font-size: 30rpx;
  116. color: #333;
  117. }
  118. .order-goods .h .status {
  119. float: right;
  120. font-size: 30rpx;
  121. color: #b4282d;
  122. }
  123. .order-goods .item {
  124. display: flex;
  125. align-items: center;
  126. height: 192rpx;
  127. margin-left: 31.25rpx;
  128. padding-right: 31.25rpx;
  129. border-bottom: 1px solid #f4f4f4;
  130. }
  131. .order-goods .item:last-child {
  132. border-bottom: none;
  133. }
  134. .order-goods .item .img {
  135. height: 145.83rpx;
  136. width: 145.83rpx;
  137. background: #f4f4f4;
  138. }
  139. .order-goods .item .img image {
  140. height: 145.83rpx;
  141. width: 145.83rpx;
  142. }
  143. .order-goods .item .info {
  144. flex: 1;
  145. height: 145.83rpx;
  146. margin-left: 20rpx;
  147. }
  148. .order-goods .item .t {
  149. margin-top: 8rpx;
  150. height: 33rpx;
  151. line-height: 33rpx;
  152. margin-bottom: 10.5rpx;
  153. }
  154. .order-goods .item .t .name {
  155. display: block;
  156. float: left;
  157. height: 33rpx;
  158. line-height: 33rpx;
  159. color: #333;
  160. font-size: 30rpx;
  161. }
  162. .order-goods .item .t .number {
  163. display: block;
  164. float: right;
  165. height: 33rpx;
  166. text-align: right;
  167. line-height: 33rpx;
  168. color: #333;
  169. font-size: 30rpx;
  170. }
  171. .order-goods .item .attr {
  172. height: 29rpx;
  173. line-height: 29rpx;
  174. color: #666;
  175. margin-bottom: 25rpx;
  176. font-size: 25rpx;
  177. }
  178. .order-goods .item .price {
  179. height: 30rpx;
  180. line-height: 30rpx;
  181. color: #333;
  182. font-size: 30rpx;
  183. }
  184. .order-bottom {
  185. margin-top: 20rpx;
  186. padding-left: 31.25rpx;
  187. height: auto;
  188. overflow: hidden;
  189. background: #fff;
  190. }
  191. .order-bottom .address {
  192. height: 128rpx;
  193. padding-top: 25rpx;
  194. border-bottom: 1px solid #f4f4f4;
  195. }
  196. .order-bottom .address .t {
  197. height: 35rpx;
  198. line-height: 35rpx;
  199. margin-bottom: 7.5rpx;
  200. }
  201. .order-bottom .address .name {
  202. display: inline-block;
  203. height: 35rpx;
  204. width: 140rpx;
  205. line-height: 35rpx;
  206. font-size: 25rpx;
  207. }
  208. .order-bottom .address .mobile {
  209. display: inline-block;
  210. height: 35rpx;
  211. line-height: 35rpx;
  212. font-size: 25rpx;
  213. }
  214. .order-bottom .address .b {
  215. height: 35rpx;
  216. line-height: 35rpx;
  217. font-size: 25rpx;
  218. }
  219. .order-bottom .total {
  220. height: 106rpx;
  221. padding-top: 20rpx;
  222. border-bottom: 1px solid #f4f4f4;
  223. }
  224. .order-bottom .total .t {
  225. height: 25rpx;
  226. line-height: 25rpx;
  227. margin-bottom: 7.5rpx;
  228. display: flex;
  229. }
  230. .order-bottom .total .label {
  231. width: 140rpx;
  232. display: inline-block;
  233. height: 35rpx;
  234. line-height: 35rpx;
  235. font-size: 25rpx;
  236. }
  237. .order-bottom .total .txt {
  238. flex: 1;
  239. display: inline-block;
  240. height: 35rpx;
  241. line-height: 35rpx;
  242. font-size: 25rpx;
  243. }
  244. .order-bottom .pay-fee {
  245. height: 81rpx;
  246. line-height: 81rpx;
  247. }
  248. .order-bottom .pay-fee .label {
  249. display: inline-block;
  250. width: 140rpx;
  251. color: #b4282d;
  252. }
  253. .order-bottom .pay-fee .txt {
  254. display: inline-block;
  255. width: 140rpx;
  256. color: #b4282d;
  257. }
  258. .order-shipping {
  259. margin-top: 20rpx;
  260. background: #fff;
  261. margin-bottom: 20rpx;
  262. height: 1024rpx;
  263. }
  264. .order-shipping .h {
  265. height: 80rpx;
  266. line-height: 80rpx;
  267. margin-left: 31.25rpx;
  268. border-bottom: 1px solid #f4f4f4;
  269. padding-right: 31.25rpx;
  270. }
  271. .order-shipping .h .label {
  272. float: left;
  273. font-size: 27rpx;
  274. color: #333;
  275. }
  276. .order-shipping .shipping {
  277. background: #fff;
  278. }
  279. .order-shipping .shipping .item {
  280. display: flex;
  281. float: left;
  282. margin-left: 31.25rpx;
  283. padding-right: 31.25rpx;
  284. height: auto;
  285. border-bottom: 1px solid #f4f4f4;
  286. }
  287. .order-shipping .shipping .item li {
  288. display: block;
  289. }
  290. .icon {
  291. width: 35rpx;
  292. height: 35rpx;
  293. /* margin-left: 15rpx;
  294. margin-top: 20rpx; */
  295. margin-bottom: -8rpx;
  296. }
  297. .item-b2 {
  298. padding-left: 31.25rpx;
  299. height: 29rpx;
  300. line-height: 29rpx;
  301. margin-top: 22.5rpx;
  302. margin-bottom: 41.5rpx;
  303. font-size: 24rpx;
  304. color: #666;
  305. margin-left: 38rpx;
  306. }
  307. .icon2 {
  308. width: 30rpx;
  309. height: 30rpx;
  310. /* margin-left: 15rpx;
  311. margin-top: 20rpx; */
  312. margin-bottom: -5rpx;
  313. }
  314. .strong2 {
  315. font-size: 0.95em !important;
  316. color: white;
  317. }
  318. .list-cell-bd2{
  319. flex:1;
  320. margin-top:-15px;
  321. color: white;
  322. }
  323. .order-info2 {
  324. padding-top:20rpx;
  325. background:rgb(126, 125, 125);
  326. height:auto;
  327. overflow:hidden;
  328. color: white;
  329. font-weight: bold;
  330. }
  331. .week2 {
  332. font-size: 0.9em !important;
  333. color: white;
  334. }
  335. .week3{
  336. font-size: 0.9em !important;
  337. color: white;
  338. margin-left: 40rpx;
  339. }
  340. .week4{
  341. font-size: 0.8em !important;
  342. color: white;
  343. margin-left: 40rpx;
  344. }
  345. .btns {
  346. position: fixed;
  347. bottom: 0;
  348. left: 0;
  349. overflow: hidden;
  350. display: flex;
  351. height: 70rpx;
  352. width: 100%;
  353. }
  354. .btns .cannel {
  355. flex: 1;
  356. height: 70rpx;
  357. text-align: center;
  358. line-height: 70rpx;
  359. font-size: 28rpx;
  360. color: rgb(20, 20, 20);
  361. border: none;
  362. border-radius: 0;
  363. background: rgb(255, 253, 253);
  364. }
  365. .btns .save {
  366. flex: 1;
  367. height: 70rpx;
  368. text-align: center;
  369. line-height: 70rpx;
  370. font-size: 28rpx;
  371. color: #fff;
  372. border: none;
  373. border-radius: 0;
  374. background: #b4282d;
  375. }
  376. .refund {
  377. height: 40rpx;
  378. text-align: center;
  379. line-height: 40rpx;
  380. font-size: 24rpx;
  381. color: #fff;
  382. border: none;
  383. border-radius: 30rpx;
  384. background: #d81e06;
  385. display: block;
  386. width: 130rpx;
  387. }
  388. .list-group2 {
  389. margin-top: 0.6em;
  390. background-color: #fff;
  391. line-height: 1.41176471;
  392. font-size: 28rpx;
  393. overflow: hidden;
  394. position: relative;
  395. padding-bottom: 89rpx;
  396. }
  397. .order-image{
  398. width: 100rpx;
  399. height:100rpx;
  400. }
  401. .name{
  402. height: 40rpx;
  403. }