shopping-cart.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-62e246e3 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-62e246e3 {
  12. padding-bottom: constant(safe-area-inset-bottom);
  13. padding-bottom: env(safe-area-inset-bottom);
  14. box-sizing: content-box;
  15. }
  16. .data-v-62e246e3:export {
  17. appThemeColor: #38C148;
  18. appThemeBgColor: #ffffff;
  19. appThemeBgGrayColor: #fafafa;
  20. appThemeBgGrayDeppColor: #f8f8f8;
  21. appThemeSearchBgColor: #F4F5F8;
  22. appThemeBorderColor: #efefef;
  23. appThemeTextColor: #333333;
  24. appThemeTextGrayColor: #8f92a1;
  25. appThemeTextGrayLightColor: #cccccc;
  26. appThemeTextGrayDeepColor: #696969;
  27. appThemeTextWhiteColor: #ffffff;
  28. appThemeTextBlackColor: #171717;
  29. appThemeTextBlackDeepColor: #16162e;
  30. appThemeTextMoneyColor: #f00;
  31. appThemeTextGrayWhiteColor: #c3c6cb;
  32. appThemeSkuGrayColor: #f5f5f8;
  33. appThemeCardGrayColor: #8f92a1;
  34. appThemeShopGrayColor: #888e98;
  35. appThemePointsSignBgColor: #f0f0f0;
  36. appThemePointsSignLabelColor: #dfdfdf;
  37. appThemePointsSignValueColor: #696969;
  38. appThemePointsSignYellowColor: #f9a906;
  39. appThemePointsSignBlueColor: #22ac38;
  40. appThemeNavbarTabColor: #696969;
  41. appThemeNavbarTabColorActive: #333333;
  42. appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
  43. appZIndexDeep: 0;
  44. appZIndexNormal: 19;
  45. appZIndexAbsolute: 99;
  46. appZIndexFixed: 199;
  47. appZIndexPage: 999;
  48. appThemeBuyBtnBgColor: #ed3f14;
  49. }
  50. .topOpar.data-v-62e246e3 {
  51. height: 80rpx;
  52. text-align: right;
  53. background-color: #38C148;
  54. display: flex;
  55. align-items: center;
  56. justify-content: space-between;
  57. padding: 0 30rpx;
  58. margin-bottom: 20rpx;
  59. }
  60. .cartbox.data-v-62e246e3 {
  61. height: 100vh;
  62. background: #fafafa;
  63. padding-top: 20rpx;
  64. }
  65. .scrollbox.data-v-62e246e3 {
  66. padding-bottom: 100rpx;
  67. box-sizing: border-box;
  68. }
  69. .data-v-62e246e3 .u-icon {
  70. display: flex !important;
  71. }
  72. .delIcon.data-v-62e246e3 {
  73. position: absolute;
  74. top: 10rpx;
  75. right: 10rpx;
  76. }
  77. .cart-list .item.data-v-62e246e3 {
  78. display: flex;
  79. align-items: center;
  80. background-color: #ffffff;
  81. padding: 30rpx 24rpx 30rpx 24rpx;
  82. border-bottom: 1rpx solid #efefef;
  83. position: relative;
  84. }
  85. .cart-list .item .left.data-v-62e246e3 {
  86. display: flex;
  87. align-items: center;
  88. width: 46rpx;
  89. }
  90. .cart-list .item .right.data-v-62e246e3 {
  91. width: calc(100% - 46rpx);
  92. display: flex;
  93. align-items: center;
  94. position: relative;
  95. }
  96. .cart-list .item .right .img.data-v-62e246e3 {
  97. width: 160rpx;
  98. height: 160rpx;
  99. margin-right: 20rpx;
  100. }
  101. .cart-list .item .right .img image.data-v-62e246e3 {
  102. width: 100%;
  103. height: 100%;
  104. }
  105. .cart-list .item .right .info.data-v-62e246e3 {
  106. width: 418rpx;
  107. }
  108. .cart-list .item .right .info .title.data-v-62e246e3 {
  109. font-size: 28rpx;
  110. font-family: PingFang-SC-Regular, PingFang-SC;
  111. font-weight: 400;
  112. color: #171717;
  113. padding-bottom: 16rpx;
  114. }
  115. .cart-list .item .right .info .sku.data-v-62e246e3 {
  116. font-size: 22rpx;
  117. font-family: PingFang-SC-Regular, PingFang-SC;
  118. font-weight: 400;
  119. background: #fafafa;
  120. border-radius: 2px;
  121. color: #696969;
  122. padding: 4rpx 16rpx;
  123. }
  124. .cart-list .item .right .info .operate.data-v-62e246e3 {
  125. padding-top: 30rpx;
  126. display: flex;
  127. align-items: center;
  128. justify-content: space-between;
  129. }
  130. .cart-list .item .right .info .operate .price text.data-v-62e246e3:nth-child(1) {
  131. font-size: 24rpx;
  132. font-family: PingFangSC-Medium, PingFang SC;
  133. font-weight: 500;
  134. color: #f00;
  135. }
  136. .cart-list .item .right .info .operate .price text.data-v-62e246e3:nth-child(2) {
  137. font-size: 36rpx;
  138. font-family: PingFangSC-Regular, PingFang SC;
  139. font-weight: 400;
  140. color: #f00;
  141. }
  142. .bottom_opar.data-v-62e246e3 {
  143. position: fixed;
  144. bottom: 0;
  145. left: 0;
  146. width: 100%;
  147. background-color: #ffffff;
  148. height: 100rpx;
  149. z-index: 199;
  150. display: flex;
  151. justify-content: space-between;
  152. align-items: center;
  153. }
  154. .bottom_opar .check.data-v-62e246e3 {
  155. padding-left: 30rpx;
  156. display: flex;
  157. align-items: center;
  158. }
  159. .bottom_opar .check text.data-v-62e246e3 {
  160. font-size: 28rpx;
  161. font-weight: 400;
  162. color: #171717;
  163. }
  164. .bottom_opar .right.data-v-62e246e3 {
  165. display: flex;
  166. align-items: center;
  167. }
  168. .bottom_opar .right .price.data-v-62e246e3 {
  169. margin-right: 54rpx;
  170. }
  171. .bottom_opar .right .price text.data-v-62e246e3:nth-child(1) {
  172. font-size: 28rpx;
  173. font-family: PingFangSC-Regular, PingFang SC;
  174. font-weight: 400;
  175. color: #171717;
  176. }
  177. .bottom_opar .right .price text.data-v-62e246e3:nth-child(2) {
  178. font-size: 24rpx;
  179. font-family: PingFangSC-Medium, PingFang SC;
  180. font-weight: 500;
  181. color: #f00;
  182. }
  183. .bottom_opar .right .price text.data-v-62e246e3:nth-child(3) {
  184. font-size: 36rpx;
  185. font-family: PingFangSC-Regular, PingFang SC;
  186. font-weight: 400;
  187. color: #f00;
  188. }
  189. .topEditOpar.data-v-62e246e3 {
  190. display: flex;
  191. padding: 10rpx 20rpx;
  192. display: flex;
  193. align-items: center;
  194. justify-content: space-between;
  195. text-align: center;
  196. }
  197. .topEditOpar .text.data-v-62e246e3 {
  198. flex: 1;
  199. text-align: right;
  200. font-weight: bold;
  201. font-size: 32rpx;
  202. }
  203. .topEditOpar .opartxt.data-v-62e246e3 {
  204. color: #20a333;
  205. }
  206. .chuo.data-v-62e246e3 {
  207. position: absolute;
  208. width: 90rpx;
  209. height: 90rpx;
  210. border-radius: 50%;
  211. color: #fff;
  212. display: flex;
  213. align-items: center;
  214. justify-content: center;
  215. background-color: rgba(0, 0, 0, 0.5);
  216. top: 40rpx;
  217. left: 40rpx;
  218. -webkit-transform: rotate(30deg);
  219. transform: rotate(30deg);
  220. font-size: 24rpx;
  221. }