orderDetail.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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. .order-info .item {
  13. height: 80rpx;
  14. line-height: 80rpx;
  15. display: flex;
  16. justify-content: space-between;
  17. border-top: 1px solid #f4f4f4;
  18. padding: 0 31.25rpx;
  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: 33rpx;
  103. line-height: 33rpx;
  104. margin-bottom: 10.5rpx;
  105. }
  106. .order-goods .item .t .name {
  107. display: block;
  108. float: left;
  109. height: 33rpx;
  110. line-height: 33rpx;
  111. color: #333;
  112. font-size: 30rpx;
  113. }
  114. .order-goods .item .t .number {
  115. display: block;
  116. float: right;
  117. height: 33rpx;
  118. text-align: right;
  119. line-height: 33rpx;
  120. color: #333;
  121. font-size: 30rpx;
  122. }
  123. .order-goods .item .attr {
  124. height: 29rpx;
  125. line-height: 29rpx;
  126. color: #666;
  127. margin-bottom: 25rpx;
  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. }
  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: 0 31.25rpx;
  155. height: auto;
  156. overflow: hidden;
  157. background: #fff;
  158. }
  159. .order-bottom .address .t {
  160. height: 80rpx;
  161. line-height: 80rpx;
  162. display: flex;
  163. justify-content: space-between;
  164. border-top: 1px solid #f4f4f4;
  165. }
  166. .order-bottom .address .b {
  167. height: 60rpx;
  168. line-height: 60rpx;
  169. font-size: 30rpx;
  170. border-bottom: 1px solid #f4f4f4;
  171. text-align: right;
  172. }
  173. .order-bottom .total .t {
  174. height: 80rpx;
  175. line-height: 80rpx;
  176. display: flex;
  177. justify-content: space-between;
  178. border-top: 1px solid #f4f4f4;
  179. }
  180. .order-bottom .pay-fee {
  181. height: 81rpx;
  182. line-height: 81rpx;
  183. }
  184. .order-bottom .pay-fee .label {
  185. display: inline-block;
  186. width: 140rpx;
  187. color: #b4282d;
  188. }
  189. .order-bottom .pay-fee .txt {
  190. display: inline-block;
  191. width: 140rpx;
  192. color: #b4282d;
  193. }
  194. .order-express {
  195. margin-top: 20rpx;
  196. width: 100%;
  197. height: 100rpx;
  198. background: #fff;
  199. }
  200. .order-express .title {
  201. float: left;
  202. margin-bottom: 20rpx;
  203. padding: 10rpx;
  204. }
  205. .order-express .ti {
  206. float: right;
  207. width: 52rpx;
  208. height: 52rpx;
  209. margin-right: 16rpx;
  210. margin-top: 28rpx;
  211. }
  212. .order-express .t {
  213. font-size: 29rpx;
  214. margin-left: 10.25rpx;
  215. color: #a78845;
  216. }
  217. .order-express .b {
  218. font-size: 29rpx;
  219. margin-left: 10.25rpx;
  220. color: #a78845;
  221. }
  222. .order-express .traces {
  223. padding: 17.5rpx;
  224. background: #fff;
  225. border-bottom: 1rpx solid #f1e6cdcc;
  226. }
  227. .order-express .trace {
  228. padding-bottom: 17.5rpx;
  229. padding-top: 17.5rpx;
  230. background: #fff;
  231. }
  232. .order-express .acceptTime {
  233. margin-top: 20rpx;
  234. margin-right: 40rpx;
  235. text-align: right;
  236. font-size: 26rpx;
  237. }
  238. .order-express .acceptStation {
  239. font-size: 26rpx;
  240. }