1
0

checkout.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. page {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .address-box {
  6. width: 100%;
  7. height: 166.55rpx;
  8. background: url(http://image.meiping123.com/upload/20180104/11223965528706.png) 0 0 repeat-x;
  9. background-size: 62.5rpx 10.5rpx;
  10. margin-bottom: 1rpx;
  11. padding-top: 10.5rpx;
  12. }
  13. .address-item {
  14. display: flex;
  15. height: 155.55rpx;
  16. background: #fff;
  17. align-items: center;
  18. padding: 41.6rpx 0 41.6rpx 31.25rpx;
  19. }
  20. .address-item.address-empty {
  21. line-height: 75rpx;
  22. text-align: center;
  23. }
  24. .address-box .l {
  25. margin-right: 30rpx;
  26. height: 100%;
  27. }
  28. .address-box .l .name {
  29. font-size: 30rpx;
  30. color: #333;
  31. }
  32. .address-box .l .default {
  33. margin-left: 6.25rpx;
  34. display: block;
  35. width: 62rpx;
  36. height: 33rpx;
  37. border-radius: 5rpx;
  38. border: 1px solid #b4282d;
  39. font-size: 20.5rpx;
  40. text-align: center;
  41. line-height: 29rpx;
  42. color: #b4282d;
  43. }
  44. .address-box .m {
  45. flex: 1;
  46. height: 72.25rpx;
  47. color: #999;
  48. display: flex;
  49. flex-direction: column;
  50. justify-content: center;
  51. }
  52. .address-box .mobile {
  53. margin-bottom: 6.25rpx;
  54. font-size: 30rpx;
  55. color: #333;
  56. }
  57. .address-box .address {
  58. font-size: 25rpx;
  59. color: #666;
  60. }
  61. .address-box .r {
  62. width: 77rpx;
  63. height: 77rpx;
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. }
  68. .address-box .r image {
  69. width: 52.078rpx;
  70. height: 52.078rpx;
  71. }
  72. .red-txt {
  73. color: red;
  74. }
  75. .goods-items {
  76. margin-top: 20rpx;
  77. width: 100%;
  78. height: auto;
  79. overflow: hidden;
  80. background: #fff;
  81. padding-left: 31.25rpx;
  82. margin-bottom: 120rpx;
  83. }
  84. .goods-items .item {
  85. height: 192rpx;
  86. padding-right: 31.25rpx;
  87. display: flex;
  88. align-items: center;
  89. border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  90. }
  91. .goods-items .item.no-border {
  92. border-bottom: none;
  93. }
  94. .goods-items .item:last-child {
  95. border-bottom: none;
  96. }
  97. .goods-items .img {
  98. height: 145.83rpx;
  99. width: 145.83rpx;
  100. background-color: #f4f4f4;
  101. margin-right: 20rpx;
  102. }
  103. .goods-items .img image {
  104. height: 145.83rpx;
  105. width: 145.83rpx;
  106. }
  107. .goods-items .info {
  108. flex: 1;
  109. height: 145.83rpx;
  110. padding-top: 5rpx;
  111. }
  112. .goods-items .t {
  113. height: 33rpx;
  114. line-height: 33rpx;
  115. margin-bottom: 10rpx;
  116. font-size: 30rpx;
  117. color: #333;
  118. }
  119. .goods-items .t .name {
  120. float: left;
  121. width: 450rpx;
  122. }
  123. .goods-items .t .number {
  124. display: block;
  125. float: right;
  126. text-align: right;
  127. }
  128. .goods-items .m {
  129. height: 29rpx;
  130. overflow: hidden;
  131. line-height: 29rpx;
  132. margin-bottom: 25rpx;
  133. font-size: 25rpx;
  134. color: #666;
  135. }
  136. .goods-items .b {
  137. height: 41rpx;
  138. overflow: hidden;
  139. line-height: 41rpx;
  140. font-size: 30rpx;
  141. color: #333;
  142. }
  143. .order-total {
  144. position: fixed;
  145. left: 0;
  146. bottom: 0;
  147. height: 100rpx;
  148. width: 100%;
  149. display: flex;
  150. }
  151. .order-total .l {
  152. flex: 1;
  153. height: 100rpx;
  154. line-height: 100rpx;
  155. color: #b4282d;
  156. background: #fff;
  157. font-size: 33rpx;
  158. padding-left: 31.25rpx;
  159. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  160. border-bottom: 1rpx solid rgba(0, 0, 0, 0.2);
  161. }
  162. .order-total .r {
  163. width: 233rpx;
  164. height: 100rpx;
  165. background: #b4282d;
  166. border: 1px solid #b4282d;
  167. line-height: 100rpx;
  168. text-align: center;
  169. color: #fff;
  170. font-size: 30rpx;
  171. border-radius: 0;
  172. }