1
0

orderDetail.wxss 6.6 KB

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