checkout.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. page{
  2. background: #f4f4f4;
  3. height: 100%;
  4. }
  5. .container{
  6. }
  7. .address-box{
  8. width: 100%;
  9. margin-bottom: 20rpx;
  10. }
  11. .address-item{
  12. display: flex;
  13. min-height: 156rpx;
  14. background: #fff;
  15. padding: 41.6rpx 0 41.6rpx 31.25rpx;
  16. }
  17. .address-item.address-empty{
  18. line-height: 75rpx;
  19. text-align: center;
  20. }
  21. .address-box .l{
  22. width: 155rpx;
  23. height: 100%;
  24. }
  25. .address-box .l .name{
  26. margin-left: 6.25rpx;
  27. margin-top: -7.25rpx;
  28. display: block;
  29. width: 155rpx;
  30. font-size: 30rpx;
  31. color: #333;
  32. margin-bottom: 5rpx;
  33. overflow: hidden;
  34. text-overflow: ellipsis;
  35. white-space: nowrap;
  36. }
  37. .address-box .l .default{
  38. margin-left: 6.25rpx;
  39. display: block;
  40. width: 62rpx;
  41. height: 33rpx;
  42. border-radius: 5rpx;
  43. border: 1px solid #0075DC;
  44. font-size: 20.5rpx;
  45. text-align: center;
  46. line-height: 29rpx;
  47. color: #0075DC;
  48. }
  49. .address-box .m{
  50. flex: 1;
  51. color: #999;
  52. }
  53. .address-box .mobile{
  54. display: block;
  55. height: 29rpx;
  56. line-height: 29rpx;
  57. margin-bottom: 6.25rpx;
  58. font-size: 30rpx;
  59. color:#131D34;
  60. }
  61. .address-box .address{
  62. display: block;
  63. font-size: 25rpx;
  64. color:#999;
  65. }
  66. .address-box .r{
  67. width: 77rpx;
  68. height: 77rpx;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. }
  73. .address-box .r image{
  74. width: 52.078rpx;
  75. height: 52.078rpx;
  76. }
  77. .coupon-box{
  78. width: 100%;
  79. height: auto;
  80. overflow: hidden;
  81. background: #fff;
  82. }
  83. .coupon-box .coupon-item{
  84. width: 100%;
  85. height: 108.3rpx;
  86. overflow: hidden;
  87. background: #fff;
  88. display: flex;
  89. padding-left: 31.25rpx;
  90. }
  91. .coupon-box .l{
  92. flex: 1;
  93. height: 43rpx;
  94. line-height: 43rpx;
  95. padding-top: 35rpx;
  96. }
  97. .coupon-box .l .name{
  98. float: left;
  99. font-size: 30rpx;
  100. color: #666;
  101. }
  102. .coupon-box .l .txt{
  103. float: right;
  104. font-size: 30rpx;
  105. color: #666;
  106. }
  107. .coupon-box .r{
  108. margin-top: 15.5rpx;
  109. width: 77rpx;
  110. height: 77rpx;
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. }
  115. .coupon-box .r image{
  116. width: 52.078rpx;
  117. height: 52.078rpx;
  118. }
  119. .order-box{
  120. margin-top: 20rpx;
  121. width: 100%;
  122. height: auto;
  123. overflow: hidden;
  124. background: #fff;
  125. }
  126. .order-box .order-item{
  127. height: 104.3rpx;
  128. overflow: hidden;
  129. background: #fff;
  130. display: flex;
  131. margin-left: 31.25rpx;
  132. padding-right: 31.25rpx;
  133. padding-top: 26rpx;
  134. border-bottom: 1px solid #d9d9d9;
  135. }
  136. .order-box .order-item .l{
  137. float: left;
  138. height: 52rpx;
  139. width: 50%;
  140. line-height: 52rpx;
  141. overflow: hidden;
  142. }
  143. .order-box .order-item .r{
  144. float: right;
  145. text-align: right;
  146. width: 50%;
  147. height: 52rpx;
  148. line-height: 52rpx;
  149. overflow: hidden;
  150. }
  151. .order-box .order-item.no-border{
  152. border-bottom: none;
  153. }
  154. .goods-items{
  155. margin-top: 20rpx;
  156. width: 100%;
  157. height: auto;
  158. overflow: hidden;
  159. background: #fff;
  160. padding-left: 31.25rpx;
  161. margin-bottom: 120rpx;
  162. }
  163. .goods-items .item{
  164. height: 192rpx;
  165. padding-right: 31.25rpx;
  166. display: flex;
  167. align-items: center;
  168. border-bottom: 1px solid rgba(0,0,0,0.15);
  169. }
  170. .goods-items .item.no-border{
  171. border-bottom: none;
  172. }
  173. .goods-items .item:last-child{
  174. border-bottom: none;
  175. }
  176. .goods-items .img{
  177. height: 145.83rpx;
  178. width: 145.83rpx;
  179. background-color: #f4f4f4;
  180. margin-right: 20rpx;
  181. }
  182. .goods-items .img image{
  183. height: 145.83rpx;
  184. width: 145.83rpx;
  185. }
  186. .goods-items .info{
  187. flex: 1;
  188. height: 145.83rpx;
  189. padding-top: 5rpx;
  190. }
  191. .goods-items .t{
  192. height: 33rpx;
  193. line-height: 33rpx;
  194. margin-bottom: 10rpx;
  195. overflow: hidden;
  196. font-size: 30rpx;
  197. color: #333;
  198. }
  199. .goods-items .t .name{
  200. display: block;
  201. float: left;
  202. color: #131D34;
  203. }
  204. .goods-items .t .number{
  205. display: block;
  206. float: right;
  207. text-align: right;
  208. }
  209. .goods-items .m {
  210. height: 29rpx;
  211. overflow: hidden;
  212. line-height: 29rpx;
  213. margin-bottom: 25rpx;
  214. font-size: 24rpx;
  215. color: #999999;
  216. }
  217. .goods-items .b {
  218. height: 41rpx;
  219. overflow: hidden;
  220. line-height: 41rpx;
  221. font-size: 30rpx;
  222. color: #0075DC;
  223. }
  224. .order-total{
  225. position: fixed;
  226. left:0;
  227. bottom: 0;
  228. height: 100rpx;
  229. width: 100%;
  230. display: flex;
  231. background: #fff;
  232. }
  233. .order-total .l{
  234. flex: 1;
  235. height: 100rpx;
  236. line-height: 100rpx;
  237. color: #0075DC;
  238. font-size: 33rpx;
  239. padding-left: 31.25rpx;
  240. box-shadow:0px -1px 4px rgba(0,0,0,0.05);
  241. }
  242. .order-total .r{
  243. width: 233rpx;
  244. height: 100rpx;
  245. background: #0075DC;
  246. border: 1px solid #0075DC;
  247. line-height: 100rpx;
  248. text-align: center;
  249. color: #fff;
  250. font-size: 30rpx;
  251. }