cart.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. @charset "UTF-8";
  2. .text-center.data-v-0f00adf4 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-0f00adf4 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-0f00adf4 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-0f00adf4 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-0f00adf4 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-0f00adf4 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-0f00adf4 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-0f00adf4 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-0f00adf4 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-cart.data-v-0f00adf4 {
  39. background-color: #f7f7f7;
  40. position: absolute;
  41. top: 0;
  42. left: 0;
  43. width: 750rpx;
  44. }
  45. .app-cart .app-announcement.data-v-0f00adf4 {
  46. width: 100%;
  47. height: 72rpx;
  48. background-color: #ffffff;
  49. }
  50. .app-cart .app-announcement .app-announcement-text.data-v-0f00adf4 {
  51. font-size: 26rpx;
  52. color: #999999;
  53. margin-left: 24rpx;
  54. }
  55. .app-cart .app-announcement .app-edit-text.data-v-0f00adf4 {
  56. font-size: 26rpx;
  57. color: #353535;
  58. margin-right: 32rpx;
  59. }
  60. .app-cart .app-settlement.data-v-0f00adf4 {
  61. width: 100%;
  62. height: 110rpx;
  63. border-top: 1rpx solid #e2e2e2;
  64. background-color: white;
  65. padding: 15rpx 24rpx;
  66. }
  67. .app-cart .app-settlement .app-radio.data-v-0f00adf4 {
  68. padding-left: 23rpx;
  69. }
  70. .app-cart .app-settlement .app-radio .app-price.data-v-0f00adf4 {
  71. margin-left: 24rpx;
  72. font-size: 28rpx;
  73. }
  74. .app-cart .app-settlement .app-all-text.data-v-0f00adf4 {
  75. margin-left: 9rpx;
  76. font-size: 25rpx;
  77. color: #3f3f3f;
  78. }
  79. .app-cart .app-settlement .app-delete.data-v-0f00adf4 {
  80. width: 140rpx;
  81. height: 64rpx;
  82. line-height: 64rpx;
  83. text-align: center;
  84. background-color: white;
  85. border-radius: 32rpx;
  86. border: 1rpx solid;
  87. font-size: 28rpx;
  88. margin: 0 24rpx 0 0;
  89. padding: 0;
  90. }
  91. .app-cart .app-settlement .delete-disabled.data-v-0f00adf4 {
  92. color: #989898;
  93. border: 1rpx solid #989898;
  94. }
  95. .app-cart .app-settlement .app-settlement-button.data-v-0f00adf4 {
  96. height: 82rpx;
  97. width: 250rpx;
  98. color: #ffffff;
  99. font-size: 30rpx;
  100. line-height: 82rpx;
  101. text-align: center;
  102. margin: 0;
  103. padding: 0;
  104. border-radius: 41rpx;
  105. border: none;
  106. }
  107. .app-cart .no-cart.data-v-0f00adf4 {
  108. width: 100%;
  109. }
  110. .app-cart .no-cart .cart-icon.data-v-0f00adf4 {
  111. width: 160rpx;
  112. height: 160rpx;
  113. border-radius: 50%;
  114. background-color: rgba(0, 0, 0, 0.1);
  115. margin: 150rpx auto 40rpx;
  116. }
  117. .app-cart .no-cart .cart-icon .cart-image.data-v-0f00adf4 {
  118. height: 80rpx;
  119. width: 80rpx;
  120. margin: 40rpx;
  121. }
  122. .app-cart .no-cart .cart-text.data-v-0f00adf4 {
  123. font-size: 30rpx;
  124. color: #888;
  125. text-align: center;
  126. }
  127. .send-dialog.data-v-0f00adf4 {
  128. position: fixed;
  129. top: 0;
  130. left: 0;
  131. width: 100%;
  132. height: 100%;
  133. background-color: rgba(0, 0, 0, 0.3);
  134. z-index: 1700;
  135. }
  136. .send-dialog .send-content.data-v-0f00adf4 {
  137. position: absolute;
  138. bottom: 0;
  139. left: 0;
  140. background-color: #fff;
  141. border-top-left-radius: 16rpx;
  142. border-top-right-radius: 16rpx;
  143. padding: 24rpx;
  144. }
  145. .send-dialog .send-content .send-close.data-v-0f00adf4 {
  146. position: absolute;
  147. top: 24rpx;
  148. right: 24rpx;
  149. width: 30rpx;
  150. height: 30rpx;
  151. }
  152. .send-dialog .send-content .send-title.data-v-0f00adf4 {
  153. font-size: 32rpx;
  154. margin: 16rpx 0 36rpx;
  155. text-align: center;
  156. color: #000000;
  157. }
  158. .send-dialog .send-content .send-tip.data-v-0f00adf4 {
  159. font-size: 24rpx;
  160. color: #999999;
  161. }
  162. .send-dialog .send-content .send-type.data-v-0f00adf4 {
  163. margin-top: 32rpx;
  164. }
  165. .send-dialog .send-content .send-type .send-type-name.data-v-0f00adf4 {
  166. height: 42rpx;
  167. font-size: 28rpx;
  168. color: #353535;
  169. }
  170. .send-dialog .send-content .send-type .send-type-name image.data-v-0f00adf4 {
  171. width: 42rpx;
  172. height: 42rpx;
  173. margin-right: 18rpx;
  174. }
  175. .send-dialog .send-content .send-type .send-type-item.data-v-0f00adf4 {
  176. margin-top: 15rpx;
  177. height: 226rpx;
  178. border-radius: 16rpx;
  179. background-color: #f2f2f2;
  180. padding: 20rpx;
  181. padding-left: 0;
  182. padding-bottom: 0;
  183. width: 702rpx;
  184. position: relative;
  185. }
  186. .send-dialog .send-content .send-type .send-type-item .send-goods.data-v-0f00adf4 {
  187. white-space: nowrap;
  188. }
  189. .send-dialog .send-content .send-type .send-type-item .send-goods .send-goods-list.data-v-0f00adf4 {
  190. white-space: nowrap;
  191. margin-left: 0;
  192. }
  193. .send-dialog .send-content .send-type .send-type-item .send-goods view.data-v-0f00adf4 {
  194. height: 110rpx;
  195. margin-left: 20rpx;
  196. display: inline-block;
  197. }
  198. .send-dialog .send-content .send-type .send-type-item .send-goods view image.data-v-0f00adf4 {
  199. width: 110rpx;
  200. height: 110rpx;
  201. border-radius: 16rpx;
  202. }
  203. .send-dialog .send-content .send-type .send-type-item .send-count.data-v-0f00adf4 {
  204. height: 96rpx;
  205. line-height: 96rpx;
  206. width: 500rpx;
  207. font-size: 22rpx;
  208. color: #353535;
  209. position: absolute;
  210. bottom: 0;
  211. left: 30rpx;
  212. }
  213. .send-dialog .send-content .send-type .send-type-item .send-count text.data-v-0f00adf4 {
  214. color: #ff4544;
  215. }
  216. .send-dialog .send-content .send-type .send-type-item .send-count-btn.data-v-0f00adf4 {
  217. position: absolute;
  218. bottom: 22rpx;
  219. right: 28rpx;
  220. height: 54rpx;
  221. border-radius: 27rpx;
  222. width: 128rpx;
  223. text-align: center;
  224. line-height: 54rpx;
  225. background-color: #ff4544;
  226. color: #fff;
  227. font-size: 28rpx;
  228. }
  229. .bd-fixed-bottom.data-v-0f00adf4 {
  230. width: 100%;
  231. z-index: 1500;
  232. position: fixed;
  233. left: 0;
  234. bottom: 0;
  235. }
  236. .bd-bottom-height-0.data-v-0f00adf4 {
  237. width: 100%;
  238. height: 110rpx;
  239. }
  240. .cart-list .collapse-box .collapse-item .collapse-item-titlebar.data-v-0f00adf4 {
  241. display: -webkit-box;
  242. display: -webkit-flex;
  243. display: flex;
  244. -webkit-box-align: center;
  245. -webkit-align-items: center;
  246. align-items: center;
  247. height: 80rpx;
  248. }
  249. .cart-list .collapse-box .collapse-item .collapse-item-titlebar .collapse-item-titlebar-txt.data-v-0f00adf4 {
  250. padding-left: 24rpx;
  251. font-weight: bold;
  252. font-size: 30rpx;
  253. }
  254. .data-v-0f00adf4 .uni-collapse {
  255. background-color: transparent !important;
  256. }