orderDetail.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .order-info {
  7. padding-top: 25rpx;
  8. background: #fff;
  9. height: auto;
  10. overflow: hidden;
  11. }
  12. .item {
  13. padding-left: 31.25rpx;
  14. height: 42.5rpx;
  15. padding-bottom: 12.5rpx;
  16. line-height: 30rpx;
  17. font-size: 30rpx;
  18. color: #666;
  19. }
  20. .item-c {
  21. margin-left: 31.25rpx;
  22. border-top: 1px solid #f4f4f4;
  23. height: 103rpx;
  24. line-height: 103rpx;
  25. }
  26. .item-c .l {
  27. float: left;
  28. }
  29. .item-c .r {
  30. height: 103rpx;
  31. float: right;
  32. display: flex;
  33. align-items: center;
  34. padding-right: 16rpx;
  35. }
  36. .item-c .r .btn {
  37. float: right;
  38. }
  39. .item-c .cost {
  40. color: #b4282d;
  41. }
  42. .item-c .btn {
  43. line-height: 66rpx;
  44. border-radius: 5rpx;
  45. text-align: center;
  46. margin: 0 15rpx;
  47. padding: 0 20rpx;
  48. height: 66rpx;
  49. }
  50. .item-c .btn.active {
  51. background: #b4282d;
  52. color: #fff;
  53. }
  54. .order-goods {
  55. margin-top: 20rpx;
  56. background: #fff;
  57. }
  58. .order-goods .h {
  59. height: 93.75rpx;
  60. line-height: 93.75rpx;
  61. margin-left: 31.25rpx;
  62. border-bottom: 1px solid #f4f4f4;
  63. padding-right: 31.25rpx;
  64. }
  65. .order-goods .h .label {
  66. float: left;
  67. font-size: 30rpx;
  68. color: #333;
  69. }
  70. .order-goods .h .status {
  71. float: right;
  72. font-size: 30rpx;
  73. color: #b4282d;
  74. }
  75. .order-goods .item {
  76. display: flex;
  77. align-items: center;
  78. height: 192rpx;
  79. margin-left: 31.25rpx;
  80. padding-right: 31.25rpx;
  81. border-bottom: 1px solid #f4f4f4;
  82. }
  83. .order-goods .item:last-child {
  84. border-bottom: none;
  85. }
  86. .order-goods .item .img {
  87. height: 145.83rpx;
  88. width: 145.83rpx;
  89. background: #f4f4f4;
  90. }
  91. .order-goods .item .img image {
  92. height: 145.83rpx;
  93. width: 145.83rpx;
  94. }
  95. .order-goods .item .info {
  96. flex: 1;
  97. height: 145.83rpx;
  98. margin-left: 20rpx;
  99. }
  100. .order-goods .item .t {
  101. height: 63rpx;
  102. margin-bottom: 4rpx;
  103. }
  104. .order-goods .item .t .name {
  105. display: block;
  106. float: left;
  107. /*height: 33rpx;
  108. line-height: 33rpx;*/
  109. color: #333;
  110. font-size: 30rpx;
  111. }
  112. .order-goods .item .t .number {
  113. display: block;
  114. float: right;
  115. height: 33rpx;
  116. text-align: right;
  117. line-height: 33rpx;
  118. color: #333;
  119. font-size: 30rpx;
  120. }
  121. .order-goods .item .attr {
  122. height: 29rpx;
  123. line-height: 29rpx;
  124. margin-top: 10rpx;
  125. color: #666;
  126. margin-top: 4rpx;
  127. font-size: 25rpx;
  128. }
  129. .order-goods .item .price {
  130. display: block;
  131. float: left;
  132. height: 30rpx;
  133. line-height: 30rpx;
  134. color: #333;
  135. font-size: 30rpx;
  136. margin-top:4rpx
  137. }
  138. .order-goods .item .btn {
  139. height: 50rpx;
  140. line-height: 50rpx;
  141. border-radius: 5rpx;
  142. text-align: center;
  143. display: block;
  144. float: right;
  145. margin: 0 15rpx;
  146. padding: 0 20rpx;
  147. }
  148. .order-goods .item .btn.active {
  149. background: #b4282d;
  150. color: #fff;
  151. }
  152. .order-bottom {
  153. margin-top: 20rpx;
  154. padding-left: 31.25rpx;
  155. height: auto;
  156. overflow: hidden;
  157. background: #fff;
  158. }
  159. .order-bottom .address {
  160. height: 128rpx;
  161. padding-top: 25rpx;
  162. border-top: 1px solid #f4f4f4;
  163. border-bottom: 1px solid #f4f4f4;
  164. }
  165. .order-bottom .address .t {
  166. height: 35rpx;
  167. line-height: 35rpx;
  168. margin-bottom: 7.5rpx;
  169. }
  170. .order-bottom .address .name {
  171. display: inline-block;
  172. height: 35rpx;
  173. width: 140rpx;
  174. line-height: 35rpx;
  175. font-size: 30rpx;
  176. }
  177. .order-bottom .address .mobile {
  178. display: inline-block;
  179. height: 35rpx;
  180. line-height: 35rpx;
  181. font-size: 30rpx;
  182. }
  183. .order-bottom .address .b {
  184. height: 35rpx;
  185. line-height: 35rpx;
  186. font-size: 30rpx;
  187. }
  188. .order-bottom .total {
  189. height: 130rpx;
  190. padding-top: 20rpx;
  191. border-bottom: 1px solid #f4f4f4;
  192. }
  193. .order-bottom .total .t {
  194. height: 30rpx;
  195. line-height: 30rpx;
  196. margin-bottom: 7.5rpx;
  197. display: flex;
  198. }
  199. .order-bottom .total .label {
  200. width: 150rpx;
  201. display: inline-block;
  202. height: 35rpx;
  203. line-height: 35rpx;
  204. font-size: 30rpx;
  205. }
  206. .order-bottom .total .txt {
  207. flex: 1;
  208. display: inline-block;
  209. height: 35rpx;
  210. line-height: 35rpx;
  211. font-size: 30rpx;
  212. }
  213. .order-bottom .pay-fee {
  214. height: 81rpx;
  215. line-height: 81rpx;
  216. }
  217. .order-bottom .pay-fee .label {
  218. display: inline-block;
  219. width: 140rpx;
  220. color: #b4282d;
  221. }
  222. .order-bottom .pay-fee .txt {
  223. display: inline-block;
  224. width: 140rpx;
  225. color: #b4282d;
  226. }
  227. .order-express {
  228. margin-top: 20rpx;
  229. width: 100%;
  230. height: 100rpx;
  231. background: #fff;
  232. }
  233. .order-express .title {
  234. float: left;
  235. margin-bottom: 20rpx;
  236. padding: 10rpx;
  237. }
  238. .order-express .ti {
  239. float: right;
  240. width: 52rpx;
  241. height: 52rpx;
  242. margin-right: 16rpx;
  243. margin-top: 28rpx;
  244. }
  245. .order-express .t {
  246. font-size: 29rpx;
  247. margin-left: 10.25rpx;
  248. color: #a78845;
  249. }
  250. .order-express .b {
  251. font-size: 29rpx;
  252. margin-left: 10.25rpx;
  253. color: #a78845;
  254. }
  255. .order-express .traces {
  256. padding: 17.5rpx;
  257. background: #fff;
  258. border-bottom: 1rpx solid #f1e6cdcc;
  259. }
  260. .order-express .trace {
  261. padding-bottom: 17.5rpx;
  262. padding-top: 17.5rpx;
  263. background: #fff;
  264. }
  265. .order-express .acceptTime {
  266. margin-top: 20rpx;
  267. margin-right: 40rpx;
  268. text-align: right;
  269. font-size: 26rpx;
  270. }
  271. .order-express .acceptStation {
  272. font-size: 26rpx;
  273. }
  274. /* 订单详情顶部 */
  275. .order-main-top{
  276. height:200rpx;
  277. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/order-detail-bg.png') no-repeat center;
  278. background-size: 100% 100%;
  279. display: flex;
  280. align-items: center;
  281. justify-content: space-between;
  282. margin:0 0 20rpx;
  283. padding:0 24rpx;
  284. }
  285. .order-main-top view,.order-main-top text{
  286. color:#fff;
  287. font-size: 28rpx;
  288. }
  289. .order-main-top .order-detail-status{
  290. font-size: 40rpx;
  291. font-weight: bold;
  292. margin-bottom:20rpx;
  293. }
  294. .order-main-right{
  295. text-align: right;
  296. }
  297. .order-main-right .view-service{
  298. width:148rpx;
  299. height: 44rpx;
  300. line-height: 44rpx;
  301. border-radius:44rpx;
  302. border:1rpx solid #fff;
  303. text-align:center;
  304. margin:10rpx 0 0;
  305. }
  306. .order-main-right .current-times{
  307. font-size: 40rpx;
  308. font-weight: bold;
  309. }