shopCart.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. height: 160rpx;
  68. position: relative;
  69. }
  70. .goods_content .goods_price{
  71. position: absolute;
  72. left: 0;
  73. bottom: 0;
  74. }
  75. .icon_empty {
  76. display: inline-block;
  77. width: 38rpx;
  78. height: 38rpx;
  79. border: 1rpx solid #666;
  80. border-radius: 50rpx;
  81. vertical-align: middle;
  82. margin-right: 22rpx;
  83. }
  84. .settlement_btn {
  85. width: 146rpx;
  86. font-size: 30rpx;
  87. color: #ffffff;
  88. background: #2b2b2b;
  89. text-align: center;
  90. }
  91. .original_price {
  92. font-size: 24rpx;
  93. color: #999;
  94. position: relative;
  95. }
  96. .bonus_price {
  97. font-weight: bold;
  98. font-size: 30rpx;
  99. color: #333;
  100. }
  101. .cart_item {
  102. background: #ffffff;
  103. position: relative;
  104. padding: 20rpx 0;
  105. display: flex;
  106. flex: 1;
  107. }
  108. .goods_image image {
  109. width: 160rpx;
  110. height: 160rpx;
  111. border: 1rpx solid #D9D9D9;
  112. vertical-align: middle;
  113. margin-right: 22rpx;
  114. }
  115. .check_btn {
  116. width: 90rpx;
  117. text-align: center;
  118. display: flex;
  119. justify-content: center;
  120. align-items:center;
  121. /* add */
  122. height: 160rpx;
  123. }
  124. .check_btn .icon_empty {
  125. margin-right: 0;
  126. }
  127. .goods_name {
  128. font-size: 30rpx;
  129. color: #333;
  130. font-weight: bold;
  131. line-height: 42rpx;
  132. }
  133. .goods_spec{
  134. font-size: 24rpx;
  135. color: #666;
  136. line-height: 34rpx;
  137. margin: 6rpx 0 30rpx 0;
  138. }
  139. .num_handle {
  140. position: absolute;
  141. bottom: 38rpx;
  142. right: 10rpx;
  143. font-size: 0;
  144. /* border: 1px solid #CFCFCF; */
  145. /* border-radius: 6rpx; */
  146. }
  147. .num_handle.default_num_handle {
  148. bottom: 20rpx;
  149. }
  150. .handle_btn {
  151. color: #999;
  152. display: inline-block;
  153. /* vertical-align: middle; */
  154. width: 60rpx;
  155. text-align: center;
  156. font-size: 40rpx;
  157. }
  158. .num {
  159. font-size: 40rpx;
  160. display: inline-block;
  161. /* vertical-align: middle; */
  162. width: 40rpx;
  163. text-align: center;
  164. color: #333;
  165. }
  166. .clear_fixed {
  167. height: 88rpx;
  168. }
  169. .cancal_btn {
  170. position: absolute;
  171. right: 20rpx;
  172. top: 15rpx;
  173. width: 40rpx;
  174. height: 40rpx;
  175. z-index: 10;
  176. }
  177. .bundl_title {
  178. padding-top: 10rpx;
  179. padding-left: 25rpx;
  180. background: #fff;
  181. font-size: 24rpx;
  182. color: #666;
  183. height: 50rpx;
  184. }
  185. .bundle_tip {
  186. padding:10rpx 16rpx;
  187. height:24rpx;
  188. line-height:26rpx;
  189. font-size:20rpx;
  190. color: #fff;
  191. background: #2b2b2b;
  192. border-radius: 22rpx;
  193. }
  194. .bundle_price {
  195. padding: 10rpx 0 10rpx 90rpx;
  196. background: #fff;
  197. line-height: 42rpx;
  198. font-size: 24rpx;
  199. }