orderDetail.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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-a{
  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-b{
  21. padding-left: 31.25rpx;
  22. height: 29rpx;
  23. line-height: 29rpx;
  24. margin-top: 12.5rpx;
  25. margin-bottom: 41.5rpx;
  26. font-size: 30rpx;
  27. color: #666;
  28. }
  29. .item-c{
  30. margin-left: 31.25rpx;
  31. border-top: 1px solid #f4f4f4;
  32. height: 103rpx;
  33. line-height: 103rpx;
  34. }
  35. .item-c .l{
  36. float: left;
  37. }
  38. .item-c .r{
  39. height: 103rpx;
  40. float: right;
  41. display: flex;
  42. align-items: center;
  43. padding-right: 16rpx;
  44. }
  45. .item-c .r .btn{
  46. float: right;
  47. }
  48. .item-c .cost{
  49. color: #b4282d;
  50. }
  51. .item-c .btn{
  52. line-height: 66rpx;
  53. border-radius: 5rpx;
  54. text-align: center;
  55. margin: 0 15rpx;
  56. padding: 0 20rpx;
  57. height: 66rpx;
  58. }
  59. .item-c .btn.active{
  60. background: #b4282d;
  61. color: #fff;
  62. }
  63. .order-goods{
  64. margin-top: 20rpx;
  65. background: #fff;
  66. }
  67. .order-goods .h{
  68. height: 93.75rpx;
  69. line-height: 93.75rpx;
  70. margin-left: 31.25rpx;
  71. border-bottom: 1px solid #f4f4f4;
  72. padding-right: 31.25rpx;
  73. }
  74. .order-goods .h .label{
  75. float: left;
  76. font-size: 30rpx;
  77. color: #333;
  78. }
  79. .order-goods .h .status{
  80. float: right;
  81. font-size: 30rpx;
  82. color: #b4282d;
  83. }
  84. .order-goods .item{
  85. display: flex;
  86. align-items: center;
  87. height: 192rpx;
  88. margin-left: 31.25rpx;
  89. padding-right: 31.25rpx;
  90. border-bottom: 1px solid #f4f4f4;
  91. }
  92. .order-goods .item:last-child{
  93. border-bottom: none;
  94. }
  95. .order-goods .item .img{
  96. height: 145.83rpx;
  97. width: 145.83rpx;
  98. background: #f4f4f4;
  99. }
  100. .order-goods .item .img image{
  101. height: 145.83rpx;
  102. width: 145.83rpx;
  103. }
  104. .order-goods .item .info{
  105. flex: 1;
  106. height: 145.83rpx;
  107. margin-left: 20rpx;
  108. }
  109. .order-goods .item .t{
  110. margin-top: 8rpx;
  111. height: 33rpx;
  112. line-height: 33rpx;
  113. margin-bottom: 10.5rpx;
  114. }
  115. .order-goods .item .t .name{
  116. display: block;
  117. float: left;
  118. height: 33rpx;
  119. line-height: 33rpx;
  120. color: #333;
  121. font-size: 30rpx;
  122. }
  123. .order-goods .item .t .number{
  124. display: block;
  125. float: right;
  126. height: 33rpx;
  127. text-align: right;
  128. line-height: 33rpx;
  129. color: #333;
  130. font-size: 30rpx;
  131. }
  132. .order-goods .item .attr{
  133. height: 29rpx;
  134. line-height: 29rpx;
  135. color: #666;
  136. margin-bottom: 25rpx;
  137. font-size: 25rpx;
  138. }
  139. .order-goods .item .price{
  140. height: 30rpx;
  141. line-height: 30rpx;
  142. color: #333;
  143. font-size: 30rpx;
  144. }
  145. .order-bottom{
  146. margin-top: 20rpx;
  147. padding-left: 31.25rpx;
  148. height: auto;
  149. overflow: hidden;
  150. background: #fff;
  151. }
  152. .order-bottom .address{
  153. height: 128rpx;
  154. padding-top: 25rpx;
  155. border-bottom: 1px solid #f4f4f4;
  156. }
  157. .order-bottom .address .t{
  158. height: 35rpx;
  159. line-height: 35rpx;
  160. margin-bottom: 7.5rpx;
  161. }
  162. .order-bottom .address .name{
  163. display: inline-block;
  164. height: 35rpx;
  165. width: 140rpx;
  166. line-height: 35rpx;
  167. font-size: 25rpx;
  168. }
  169. .order-bottom .address .mobile{
  170. display: inline-block;
  171. height: 35rpx;
  172. line-height: 35rpx;
  173. font-size: 25rpx;
  174. }
  175. .order-bottom .address .b{
  176. height: 35rpx;
  177. line-height: 35rpx;
  178. font-size: 25rpx;
  179. }
  180. .order-bottom .total{
  181. height: 106rpx;
  182. padding-top: 20rpx;
  183. border-bottom: 1px solid #f4f4f4;
  184. }
  185. .order-bottom .total .t{
  186. height: 25rpx;
  187. line-height: 25rpx;
  188. margin-bottom: 7.5rpx;
  189. display: flex;
  190. }
  191. .order-bottom .total .label{
  192. width: 140rpx;
  193. display: inline-block;
  194. height: 35rpx;
  195. line-height: 35rpx;
  196. font-size: 25rpx;
  197. }
  198. .order-bottom .total .txt{
  199. flex: 1;
  200. display: inline-block;
  201. height: 35rpx;
  202. line-height: 35rpx;
  203. font-size: 25rpx;
  204. }
  205. .order-bottom .pay-fee{
  206. height: 81rpx;
  207. line-height: 81rpx;
  208. }
  209. .order-bottom .pay-fee .label{
  210. display: inline-block;
  211. width: 140rpx;
  212. color: #b4282d;
  213. }
  214. .order-bottom .pay-fee .txt{
  215. display: inline-block;
  216. width: 140rpx;
  217. color: #b4282d;
  218. }