orderDetail.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .strong {
  7. font-size: 1.1em !important;
  8. }
  9. .week {
  10. font-size: 0.9em !important;
  11. color: #9b9b9b;
  12. }
  13. .orange {
  14. color: #fe7200;
  15. }
  16. .order-info {
  17. margin-top: 20rpx;
  18. padding-top: 25rpx;
  19. background: #fff;
  20. height: auto;
  21. overflow: hidden;
  22. }
  23. .item-a {
  24. padding-left: 31.25rpx;
  25. height: 42.5rpx;
  26. padding-bottom: 12.5rpx;
  27. line-height: 30rpx;
  28. font-size: 30rpx;
  29. color: #666;
  30. }
  31. .item-b {
  32. padding-left: 31.25rpx;
  33. height: 29rpx;
  34. line-height: 29rpx;
  35. margin-top: 12.5rpx;
  36. margin-bottom: 41.5rpx;
  37. font-size: 30rpx;
  38. color: #666;
  39. }
  40. .item-c {
  41. margin-left: 31.25rpx;
  42. border-top: 1px solid #f4f4f4;
  43. height: 103rpx;
  44. line-height: 103rpx;
  45. }
  46. .item-c .l {
  47. float: left;
  48. }
  49. .item-c .r {
  50. height: 103rpx;
  51. float: right;
  52. display: flex;
  53. align-items: center;
  54. padding-right: 16rpx;
  55. }
  56. .item-c .r .btn {
  57. float: right;
  58. }
  59. .item-c .cost {
  60. color: #b4282d;
  61. }
  62. .item-c .btn {
  63. border: 1px solid #fe7200;
  64. color: #fe7200;
  65. border-radius: 30rpx;
  66. font-size: 1em;
  67. display: inline-block;
  68. margin-left: 20rpx;
  69. line-height: 1.6;
  70. padding: 10rpx 20rpx;
  71. background-color: #fff;
  72. }
  73. .goods-info .list-cell-ft{
  74. padding-right: 0;
  75. }
  76. .goods-list {
  77. width: 100%;
  78. }
  79. .goods-list-cell {
  80. padding: 20rpx 0;
  81. }
  82. .goods-list-cell text {
  83. font-size: 0.9em;
  84. color: #9b9b9b;
  85. }
  86. .goods-list-cell .price {
  87. padding-right: 20rpx;
  88. }
  89. .fr {
  90. float: right;
  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. }