order_addcart.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. .shoppingCart .labelNav {
  2. height: 76rpx;
  3. padding: 0 30rpx;
  4. font-size: 22rpx;
  5. color: #8c8c8c;
  6. position: fixed;
  7. left: 0;
  8. width: 100%;
  9. box-sizing: border-box;
  10. background-color: #f5f5f5;
  11. z-index: 5;
  12. }
  13. .shoppingCart .labelNav .item .iconfont {
  14. font-size: 25rpx;
  15. margin-right: 10rpx;
  16. }
  17. .shoppingCart .nav {
  18. width: 100%;
  19. height: 80rpx;
  20. background-color: #fff;
  21. padding: 0 30rpx;
  22. box-sizing: border-box;
  23. font-size: 28rpx;
  24. color: #282828;
  25. position: fixed;
  26. left: 0;
  27. z-index: 5;
  28. }
  29. .shoppingCart .nav .administrate {
  30. font-size: 26rpx;
  31. color: #282828;
  32. width: 110rpx;
  33. height: 46rpx;
  34. border-radius: 6rpx;
  35. border: 1px solid #868686;
  36. }
  37. .shoppingCart .noCart {
  38. margin-top: 171rpx;
  39. background-color: #fff;
  40. padding-top: 0.1rpx;
  41. }
  42. .shoppingCart .noCart .pictrue {
  43. width: 414rpx;
  44. height: 336rpx;
  45. margin: 78rpx auto 56rpx auto;
  46. }
  47. .shoppingCart .noCart .pictrue image {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .shoppingCart .list {
  52. margin-top: 171rpx;
  53. }
  54. .shoppingCart .list .item {
  55. padding: 25rpx 30rpx;
  56. background-color: #fff;
  57. margin-bottom: 15rpx;
  58. }
  59. .shoppingCart .list .item .picTxt {
  60. width: 627rpx;
  61. position: relative;
  62. }
  63. .shoppingCart .list .item .picTxt .pictrue {
  64. width: 160rpx;
  65. height: 160rpx;
  66. }
  67. .shoppingCart .list .item .picTxt .pictrue image {
  68. width: 100%;
  69. height: 100%;
  70. border-radius: 6rpx;
  71. }
  72. .shoppingCart .list .item .picTxt .text {
  73. width: 444rpx;
  74. font-size: 28rpx;
  75. color: #282828;
  76. }
  77. .shoppingCart .list .item .picTxt .text .infor {
  78. font-size: 24rpx;
  79. color: #868686;
  80. margin-top: 16rpx;
  81. }
  82. .shoppingCart .list .item .picTxt .text .money {
  83. font-size: 32rpx;
  84. color: #282828;
  85. margin-top: 28rpx;
  86. }
  87. .shoppingCart .list .item .picTxt .carnum {
  88. height: 47rpx;
  89. position: absolute;
  90. bottom: 7rpx;
  91. right: 0;
  92. }
  93. .shoppingCart .list .item .picTxt .carnum view {
  94. border: 1rpx solid #a4a4a4;
  95. width: 66rpx;
  96. text-align: center;
  97. height: 100%;
  98. line-height: 40rpx;
  99. font-size: 28rpx;
  100. color: #a4a4a4;
  101. }
  102. .shoppingCart .list .item .picTxt .carnum .reduce {
  103. border-right: 0;
  104. border-radius: 3rpx 0 0 3rpx;
  105. }
  106. .shoppingCart .list .item .picTxt .carnum .reduce.on {
  107. border-color: #e3e3e3;
  108. color: #dedede;
  109. }
  110. .shoppingCart .list .item .picTxt .carnum .plus {
  111. border-left: 0;
  112. border-radius: 0 3rpx 3rpx 0;
  113. }
  114. .shoppingCart .list .item .picTxt .carnum .num {
  115. color: #282828;
  116. }
  117. .shoppingCart .invalidGoods {
  118. background-color: #fff;
  119. }
  120. .shoppingCart .invalidGoods .goodsNav {
  121. width: 100%;
  122. height: 66rpx;
  123. padding: 0 30rpx;
  124. box-sizing: border-box;
  125. font-size: 28rpx;
  126. color: #282828;
  127. }
  128. .shoppingCart .invalidGoods .goodsNav .iconfont {
  129. color: #424242;
  130. font-size: 28rpx;
  131. margin-right: 17rpx;
  132. }
  133. .shoppingCart .invalidGoods .goodsNav .del {
  134. font-size: 26rpx;
  135. color: #999;
  136. }
  137. .shoppingCart .invalidGoods .goodsNav .del .icon-shanchu1 {
  138. color: #999;
  139. font-size: 33rpx;
  140. vertical-align: -2rpx;
  141. margin-right: 8rpx;
  142. }
  143. .shoppingCart .invalidGoods .goodsList .item {
  144. padding: 20rpx 30rpx;
  145. border-top: 1rpx solid #f5f5f5;
  146. }
  147. .shoppingCart .invalidGoods .goodsList .item .invalid {
  148. font-size: 22rpx;
  149. color: #fff;
  150. width: 70rpx;
  151. height: 36rpx;
  152. background-color: #aaa;
  153. border-radius: 3rpx;
  154. text-align: center;
  155. line-height: 36rpx;
  156. }
  157. .shoppingCart .invalidGoods .goodsList .item .pictrue {
  158. width: 140rpx;
  159. height: 140rpx;
  160. }
  161. .shoppingCart .invalidGoods .goodsList .item .pictrue image {
  162. width: 100%;
  163. height: 100%;
  164. border-radius: 6rpx;
  165. }
  166. .shoppingCart .invalidGoods .goodsList .item .text {
  167. width: 433rpx;
  168. font-size: 28rpx;
  169. color: #999;
  170. height: 140rpx;
  171. }
  172. .shoppingCart .invalidGoods .goodsList .item .text .infor {
  173. font-size: 24rpx;
  174. }
  175. .shoppingCart .invalidGoods .goodsList .item .text .end {
  176. font-size: 26rpx;
  177. color: #bbb;
  178. }
  179. .shoppingCart .footer {
  180. width: 100%;
  181. height: 96rpx;
  182. background-color: #fafafa;
  183. position: fixed;
  184. bottom: 0;
  185. padding: 0 30rpx;
  186. box-sizing: border-box;
  187. border-top: 1rpx solid #eee;
  188. }
  189. .shoppingCart .footer .checkAll {
  190. font-size: 28rpx;
  191. color: #282828;
  192. margin-left: 16rpx;
  193. }
  194. .shoppingCart .footer checkbox .wx-checkbox-input {
  195. background-color: #fafafa;
  196. }
  197. .shoppingCart .footer .money {
  198. font-size: 30rpx;
  199. }
  200. .shoppingCart .footer .placeOrder {
  201. color: #fff;
  202. font-size: 30rpx;
  203. width: 226rpx;
  204. height: 70rpx;
  205. border-radius: 50rpx;
  206. text-align: center;
  207. line-height: 70rpx;
  208. margin-left: 22rpx;
  209. }
  210. .shoppingCart .footer .button .bnt {
  211. font-size: 28rpx;
  212. color: #999;
  213. border-radius: 50rpx;
  214. border: 1px solid #999;
  215. width: 160rpx;
  216. height: 60rpx;
  217. text-align: center;
  218. line-height: 60rpx;
  219. }
  220. .shoppingCart .footer .button form ~ form {
  221. margin-left: 17rpx;
  222. }