index.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .container{
  2. background-color:#F2f2f2;
  3. }
  4. .add-addres{
  5. width: 100%;
  6. }
  7. form{
  8. width: 100%;
  9. }
  10. .goods-list{
  11. width:100%;
  12. background-color: #fff;
  13. margin-bottom: 20rpx;
  14. }
  15. .goods-list .list-title{
  16. font-size: 28rpx;
  17. color: #000;
  18. padding: 30rpx 0 25rpx 30rpx;
  19. }
  20. .goods-list .a-goods{
  21. width: 720rpx;
  22. margin-left: 30rpx;
  23. display: flex;
  24. /*justify-content: space-between;*/
  25. border-top: 1px solid #eee;
  26. padding: 30rpx 30rpx 30rpx 0;
  27. }
  28. .goods-list .a-goods .img-box{
  29. width: 160rpx;
  30. height:160rpx;
  31. overflow: hidden;
  32. margin-right: 20rpx;
  33. background-color: #d8d8d8;
  34. }
  35. .goods-list .img-box .img{
  36. width: 160rpx;
  37. height:160rpx;
  38. }
  39. .goods-list .a-goods .text-box{
  40. width: 510rpx;
  41. box-sizing: border-box;
  42. padding-top: 10rpx;
  43. }
  44. .a-goods .text-box .arow{
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. }
  49. .a-goods .text-box .arow .goods-name{
  50. width: 360rpx;
  51. font-size:26rpx;
  52. height: 74rpx;
  53. color:#000000;
  54. line-height: 1.6;
  55. overflow: hidden;
  56. }
  57. .a-goods .text-box .arow01{
  58. margin-bottom: 30rpx;
  59. }
  60. .a-goods .text-box .arow .goods-price{
  61. font-size:26rpx;
  62. color:#000000;
  63. align-self: flex-start;
  64. }
  65. .a-goods .text-box .arow .goods-label{
  66. font-size: 26rpx;
  67. color: #999;
  68. }
  69. .a-goods .text-box .arow .goods-num{
  70. font-size: 26rpx;
  71. color: #999;
  72. }
  73. .peisong-way{
  74. width: 100%;
  75. background-color: #fff;
  76. margin-bottom: 20rpx;
  77. }
  78. .peisong-way .row-box{
  79. width: 720rpx;
  80. display: flex;
  81. justify-content: space-between;
  82. align-items: center;
  83. box-sizing: border-box;
  84. padding: 24rpx 0 24rpx 30rpx;
  85. border-bottom: 1rpx solid #eee;
  86. }
  87. .peisong-way .row-label{
  88. font-size: 28rpx;
  89. color: #000;
  90. }
  91. .peisong-way .right-text{
  92. font-size: 28rpx;
  93. color: #666;
  94. padding-right: 30rpx;
  95. }
  96. .peisong-way .liuyan{
  97. width: 510rpx;
  98. font-size: 28rpx;
  99. }
  100. .goods-info{
  101. width: 100%;
  102. background-color: #fff;
  103. margin-bottom: 120rpx;
  104. padding-bottom: 24rpx;
  105. }
  106. .goods-info .row-box{
  107. width: 100%;
  108. display: flex;
  109. justify-content: space-between;
  110. align-items: center;
  111. box-sizing: border-box;
  112. padding: 24rpx 30rpx 12rpx 30rpx;
  113. font-size: 28rpx;
  114. color: #000;
  115. }
  116. .goods-info .row-box .right-text{
  117. text-align: right;
  118. }
  119. .jiesuan-box{
  120. display: flex;
  121. justify-content: space-between;
  122. width: 100%;
  123. height: 100rpx;
  124. position: fixed;
  125. bottom: 0;
  126. left: 0;
  127. border-top:1px solid #eee;
  128. background-color: #fff;
  129. }
  130. .jiesuan-box .to-pay-btn{
  131. width:250rpx;
  132. text-align: center;
  133. height: 100%;
  134. line-height: 100rpx;
  135. background-color: #e64340;
  136. font-size:32rpx;
  137. color:#ffffff;
  138. border-radius: 0;
  139. }
  140. .jiesuan-box .left-price{
  141. display: flex;
  142. width: 500rpx;
  143. justify-content:flex-end;
  144. line-height: 100rpx;
  145. padding: 0 30rpx 0 0;
  146. font-size:28rpx;
  147. box-sizing: border-box;
  148. }
  149. .jiesuan-box .total{
  150. color: #e64340;
  151. text-align: right;
  152. }