orderDetail.wxss 4.0 KB

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