shopCart.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. @import "../components/template/loadAnimation/loadAnimation.wxss";
  2. .cell_box {
  3. background: #ffffff;
  4. margin-bottom: 8rpx;
  5. }
  6. .cell_item {
  7. overflow: hidden;
  8. padding-left: 25rpx;
  9. text-overflow: ellipsis;
  10. white-space: nowrap;
  11. width: 100%;
  12. height: 62rpx;
  13. line-height: 62rpx;
  14. position: relative;
  15. box-sizing: border-box;
  16. }
  17. .cell_item::after {
  18. content: "";
  19. position: absolute;
  20. bottom: 0;
  21. right: 0;
  22. height: 3rpx;
  23. width: 725rpx;
  24. background: #f9f9f9;
  25. }
  26. .cell_item_title,.cell_item_value {
  27. display: inline-block;
  28. font-size: 22rpx;
  29. }
  30. .cell_item_title {
  31. color: #f57d86;
  32. border: 1px solid #f57d86;
  33. border-radius: 10rpx;
  34. padding: 8rpx;
  35. margin-right: 24rpx;
  36. line-height: 1;
  37. }
  38. .handle_fixed {
  39. position: fixed;
  40. bottom: 0;
  41. left: 0;
  42. width: 100%;
  43. height: 88rpx;
  44. line-height: 88rpx;
  45. background: #ffffff;
  46. }
  47. .handle_fixed::after {
  48. content: "";
  49. position: absolute;
  50. top: 0;
  51. right: 0;
  52. left: 0;
  53. height: 3rpx;
  54. background: #f7f7f7;
  55. }
  56. .handle_fixed {
  57. font-size: 24rpx;
  58. }
  59. .all_check_btn,.cope,.settlement_btn {
  60. display: inline-block;
  61. }
  62. .all_check_btn {
  63. margin-left: 26rpx;
  64. }
  65. .goods_content {
  66. max-width: 400rpx;
  67. }
  68. .icon_empty {
  69. display: inline-block;
  70. width: 38rpx;
  71. height: 38rpx;
  72. border: 1rpx solid #666;
  73. border-radius: 50rpx;
  74. vertical-align: middle;
  75. margin-right: 22rpx;
  76. }
  77. .settlement_btn {
  78. width: 146rpx;
  79. font-size: 30rpx;
  80. color: #ffffff;
  81. background: #2b2b2b;
  82. text-align: center;
  83. }
  84. .original_price {
  85. font-size: 24rpx;
  86. color: #999;
  87. position: relative;
  88. }
  89. /* .original_price::after {
  90. content: "";
  91. position: absolute;
  92. top: 15rpx;
  93. right: 0;
  94. left: 0;
  95. height: 3rpx;
  96. background: #929292;
  97. } */
  98. .bonus_price {
  99. font-weight: bold;
  100. font-size: 30rpx;
  101. color: #333;
  102. }
  103. /* .original_price {
  104. font-size: 24rpx;
  105. color:#999;
  106. margin:0 10rpx;
  107. } */
  108. .cart_item {
  109. background: #ffffff;
  110. /* margin-bottom: 8rpx; */
  111. position: relative;
  112. padding: 20rpx 0;
  113. display: flex;
  114. flex: 1;
  115. }
  116. .goods_image image {
  117. width: 160rpx;
  118. height: 160rpx;
  119. border: 1rpx solid #D9D9D9;
  120. vertical-align: middle;
  121. margin-right: 22rpx;
  122. }
  123. .check_btn {
  124. width: 90rpx;
  125. text-align: center;
  126. display: flex;
  127. justify-content: center;
  128. align-items:center;
  129. /* add */
  130. height: 160rpx;
  131. }
  132. .check_btn .icon_empty {
  133. margin-right: 0;
  134. }
  135. .goods_name {
  136. font-size: 30rpx;
  137. color: #333;
  138. font-weight: bold;
  139. line-height: 42rpx;
  140. }
  141. .goods_spec{
  142. font-size: 24rpx;
  143. color: #666;
  144. line-height: 34rpx;
  145. margin: 6rpx 0 30rpx 0;
  146. }
  147. .num_handle {
  148. position: absolute;
  149. bottom: 20rpx;
  150. right: 10rpx;
  151. font-size: 0;
  152. /* border: 1px solid #CFCFCF; */
  153. /* border-radius: 6rpx; */
  154. }
  155. .handle_btn {
  156. color: #999;
  157. display: inline-block;
  158. /* vertical-align: middle; */
  159. width: 60rpx;
  160. text-align: center;
  161. font-size: 40rpx;
  162. }
  163. .num {
  164. font-size: 30rpx;
  165. display: inline-block;
  166. /* vertical-align: middle; */
  167. width: 40rpx;
  168. text-align: center;
  169. color: #333;
  170. }
  171. .clear_fixed {
  172. height: 88rpx;
  173. }
  174. .cancal_btn {
  175. position: absolute;
  176. right: 20rpx;
  177. top: 15rpx;
  178. width: 40rpx;
  179. height: 40rpx;
  180. z-index: 10;
  181. }
  182. .bundl_title {
  183. padding-top: 10rpx;
  184. padding-left: 25rpx;
  185. background: #fff;
  186. font-size: 24rpx;
  187. color: #666;
  188. height: 50rpx;
  189. }
  190. .bundle_tip {
  191. padding:10rpx 16rpx;
  192. height:24rpx;
  193. line-height:26rpx;
  194. font-size:20rpx;
  195. color: #fff;
  196. background: #2b2b2b;
  197. border-radius: 22rpx;
  198. }
  199. .bundle_price {
  200. padding: 10rpx 0 10rpx 90rpx;
  201. background: #fff;
  202. line-height: 42rpx;
  203. font-size: 24rpx;
  204. }