orderDetail.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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. margin-top: 8rpx;
  102. height: 63rpx;
  103. margin-bottom: 10.5rpx;
  104. }
  105. .order-goods .item .t .name {
  106. display: block;
  107. float: left;
  108. /*height: 33rpx;
  109. line-height: 33rpx;*/
  110. color: #333;
  111. font-size: 30rpx;
  112. }
  113. .order-goods .item .t .number {
  114. display: block;
  115. float: right;
  116. height: 33rpx;
  117. text-align: right;
  118. line-height: 33rpx;
  119. color: #333;
  120. font-size: 30rpx;
  121. }
  122. .order-goods .item .attr {
  123. height: 29rpx;
  124. line-height: 29rpx;
  125. margin-top: 10rpx;
  126. color: #666;
  127. margin-top: 10rpx;
  128. font-size: 25rpx;
  129. }
  130. .order-goods .item .price {
  131. display: block;
  132. float: left;
  133. height: 30rpx;
  134. line-height: 30rpx;
  135. color: #333;
  136. font-size: 30rpx;
  137. margin-top:10rpx
  138. }
  139. .order-goods .item .btn {
  140. height: 50rpx;
  141. line-height: 50rpx;
  142. border-radius: 5rpx;
  143. text-align: center;
  144. display: block;
  145. float: right;
  146. margin: 0 15rpx;
  147. padding: 0 20rpx;
  148. }
  149. .order-goods .item .btn.active {
  150. background: #b4282d;
  151. color: #fff;
  152. }
  153. .order-bottom {
  154. margin-top: 20rpx;
  155. padding-left: 31.25rpx;
  156. height: auto;
  157. overflow: hidden;
  158. background: #fff;
  159. }
  160. .order-bottom .address {
  161. height: 128rpx;
  162. padding-top: 25rpx;
  163. border-top: 1px solid #f4f4f4;
  164. border-bottom: 1px solid #f4f4f4;
  165. }
  166. .order-bottom .address .t {
  167. height: 35rpx;
  168. line-height: 35rpx;
  169. margin-bottom: 7.5rpx;
  170. }
  171. .order-bottom .address .name {
  172. display: inline-block;
  173. height: 35rpx;
  174. width: 140rpx;
  175. line-height: 35rpx;
  176. font-size: 30rpx;
  177. }
  178. .order-bottom .address .mobile {
  179. display: inline-block;
  180. height: 35rpx;
  181. line-height: 35rpx;
  182. font-size: 30rpx;
  183. }
  184. .order-bottom .address .b {
  185. height: 35rpx;
  186. line-height: 35rpx;
  187. font-size: 30rpx;
  188. }
  189. .order-bottom .total {
  190. height: 130rpx;
  191. padding-top: 20rpx;
  192. border-bottom: 1px solid #f4f4f4;
  193. }
  194. .order-bottom .total .t {
  195. height: 30rpx;
  196. line-height: 30rpx;
  197. margin-bottom: 7.5rpx;
  198. display: flex;
  199. }
  200. .order-bottom .total .label {
  201. width: 150rpx;
  202. display: inline-block;
  203. height: 35rpx;
  204. line-height: 35rpx;
  205. font-size: 30rpx;
  206. }
  207. .order-bottom .total .txt {
  208. flex: 1;
  209. display: inline-block;
  210. height: 35rpx;
  211. line-height: 35rpx;
  212. font-size: 30rpx;
  213. }
  214. .order-bottom .pay-fee {
  215. height: 81rpx;
  216. line-height: 81rpx;
  217. }
  218. .order-bottom .pay-fee .label {
  219. display: inline-block;
  220. width: 140rpx;
  221. color: #b4282d;
  222. }
  223. .order-bottom .pay-fee .txt {
  224. display: inline-block;
  225. width: 140rpx;
  226. color: #b4282d;
  227. }
  228. .order-express {
  229. margin-top: 20rpx;
  230. width: 100%;
  231. height: 100rpx;
  232. background: #fff;
  233. }
  234. .order-express .title {
  235. float: left;
  236. margin-bottom: 20rpx;
  237. padding: 10rpx;
  238. }
  239. .order-express .ti {
  240. float: right;
  241. width: 52rpx;
  242. height: 52rpx;
  243. margin-right: 16rpx;
  244. margin-top: 28rpx;
  245. }
  246. .order-express .t {
  247. font-size: 29rpx;
  248. margin-left: 10.25rpx;
  249. color: #a78845;
  250. }
  251. .order-express .b {
  252. font-size: 29rpx;
  253. margin-left: 10.25rpx;
  254. color: #a78845;
  255. }
  256. .order-express .traces {
  257. padding: 17.5rpx;
  258. background: #fff;
  259. border-bottom: 1rpx solid #f1e6cdcc;
  260. }
  261. .order-express .trace {
  262. padding-bottom: 17.5rpx;
  263. padding-top: 17.5rpx;
  264. background: #fff;
  265. }
  266. .order-express .acceptTime {
  267. margin-top: 20rpx;
  268. margin-right: 40rpx;
  269. text-align: right;
  270. font-size: 26rpx;
  271. }
  272. .order-express .acceptStation {
  273. font-size: 26rpx;
  274. }
  275. /* 订单详情顶部 */
  276. .order-main-top{
  277. height:200rpx;
  278. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/order-detail-bg.png') no-repeat center;
  279. background-size: 100% 100%;
  280. display: flex;
  281. align-items: center;
  282. justify-content: space-between;
  283. margin:0 0 20rpx;
  284. padding:0 24rpx;
  285. }
  286. .order-main-top view,.order-main-top text{
  287. color:#fff;
  288. font-size: 28rpx;
  289. }
  290. .order-main-top .order-detail-status{
  291. font-size: 40rpx;
  292. font-weight: bold;
  293. margin-bottom:20rpx;
  294. }
  295. .order-main-right{
  296. text-align: right;
  297. }
  298. .order-main-right .view-service{
  299. width:148rpx;
  300. height: 44rpx;
  301. line-height: 44rpx;
  302. border-radius:44rpx;
  303. border:1rpx solid #fff;
  304. text-align:center;
  305. margin:10rpx 0 0;
  306. }
  307. .order-main-right .current-times{
  308. font-size: 40rpx;
  309. font-weight: bold;
  310. }