orderDetail.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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: #1fe4dc;
  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: #1fe4dc;
  61. color: #fff;
  62. }
  63. .order-goods{
  64. margin-top: 20rpx;
  65. }
  66. .order-goods .h{
  67. height: 93.75rpx;
  68. line-height: 93.75rpx;
  69. border-bottom: 1px solid #f4f4f4;
  70. background: #fff;
  71. padding: 0 32rpx;
  72. }
  73. .order-goods .h .label{
  74. float: left;
  75. font-size: 30rpx;
  76. color: #333;
  77. }
  78. .order-goods .h .status{
  79. float: right;
  80. font-size: 30rpx;
  81. color: #1fe4dc;
  82. }
  83. .order-bottom{
  84. margin-top: 20rpx;
  85. padding-left: 31.25rpx;
  86. height: auto;
  87. overflow: hidden;
  88. background: #fff;
  89. }
  90. .order-bottom .address{
  91. padding-top: 25rpx;
  92. border-bottom: 1px solid #f4f4f4;
  93. }
  94. .order-bottom .address .t{
  95. line-height: 35rpx;
  96. margin-bottom: 7.5rpx;
  97. }
  98. .order-bottom .address .name{
  99. display: inline-block;
  100. font-size: 25rpx;
  101. margin-right: 20rpx;
  102. }
  103. .order-bottom .address .mobile{
  104. display: inline-block;
  105. height: 35rpx;
  106. line-height: 35rpx;
  107. font-size: 25rpx;
  108. }
  109. .order-bottom .address .b{
  110. font-size: 25rpx;
  111. margin-bottom: 20rpx;
  112. }
  113. .order-bottom .total{
  114. height: 106rpx;
  115. padding-top: 20rpx;
  116. border-bottom: 1px solid #f4f4f4;
  117. }
  118. .order-bottom .total .t{
  119. height: 25rpx;
  120. line-height: 25rpx;
  121. margin-bottom: 7.5rpx;
  122. display: flex;
  123. }
  124. .order-bottom .total .label{
  125. width: 140rpx;
  126. display: inline-block;
  127. height: 35rpx;
  128. line-height: 35rpx;
  129. font-size: 25rpx;
  130. }
  131. .order-bottom .total .txt{
  132. flex: 1;
  133. display: inline-block;
  134. height: 35rpx;
  135. line-height: 35rpx;
  136. font-size: 25rpx;
  137. }
  138. .order-bottom .pay-fee{
  139. height: 81rpx;
  140. line-height: 81rpx;
  141. }
  142. .order-bottom .pay-fee .label{
  143. display: inline-block;
  144. width: 140rpx;
  145. color: #1fe4dc;
  146. }
  147. .order-bottom .pay-fee .txt{
  148. display: inline-block;
  149. width: 140rpx;
  150. color: #1fe4dc;
  151. }
  152. .order-goods .item{
  153. background: #fff;
  154. margin-bottom: 20rpx;
  155. }
  156. .order-goods .brand{
  157. }
  158. .brand-top{
  159. display: flex;
  160. justify-content: space-between;
  161. align-items: center;
  162. padding: 20rpx 32rpx;
  163. border-bottom: 1px solid #f4f4f4;
  164. }
  165. .brand-top .hj{
  166. color: #ccc;
  167. font-size: 28rpx;
  168. }
  169. .brand-name{
  170. display: flex;
  171. align-items: center;
  172. vertical-align: middle;
  173. }
  174. .brand-name view{
  175. vertical-align: middle;
  176. display: inline-block;
  177. font-size: 28rpx;
  178. }
  179. .brand-top image{
  180. width: 30rpx;
  181. height: 30rpx;
  182. margin-right: 10rpx;
  183. vertical-align: middle;
  184. display: inline-block;
  185. }
  186. .brand-con{
  187. display: flex;
  188. justify-content: space-between;
  189. border-bottom: 1px solid #f4f4f4;
  190. padding: 20rpx 32rpx;
  191. }
  192. .sub-img{
  193. width: 180rpx;
  194. height: 180rpx;
  195. flex-shrink: 0;
  196. }
  197. .sub-info{
  198. display: flex;
  199. flex-direction: column;
  200. justify-content: space-between;
  201. margin-left: 20rpx;
  202. }
  203. .btn-look{
  204. text-align: right;
  205. padding: 20rpx 32rpx;
  206. }
  207. .btn-look text{
  208. border-radius: 30rpx;
  209. border: 1px solid #ddd;
  210. display: inline-block;
  211. padding: 10rpx 20rpx;
  212. }