collection.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-68ebceb5 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-68ebceb5 {
  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-68ebceb5: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. .slot.data-v-68ebceb5 {
  51. position: relative;
  52. }
  53. .money.data-v-68ebceb5 {
  54. display: flex;
  55. align-items: flex-end;
  56. }
  57. .money .now.data-v-68ebceb5 {
  58. font-weight: bold;
  59. }
  60. .money .now text.data-v-68ebceb5:nth-child(1) {
  61. font-size: 20rpx;
  62. color: #f00;
  63. }
  64. .money .now text.data-v-68ebceb5:nth-child(2) {
  65. font-size: 30rpx;
  66. color: #f00;
  67. }
  68. .money .old text.data-v-68ebceb5 {
  69. font-size: 20rpx;
  70. color: #8f92a1;
  71. -webkit-text-decoration-line: line-through;
  72. text-decoration-line: line-through;
  73. }
  74. .list_item.data-v-68ebceb5 {
  75. padding: 0 25rpx;
  76. }
  77. .goodsItem.data-v-68ebceb5 {
  78. display: flex;
  79. flex: 1;
  80. padding: 20rpx 10rpx;
  81. border-bottom: 1rpx solid #efefef;
  82. }
  83. .goodsItem .list_left.data-v-68ebceb5 {
  84. width: 170rpx;
  85. height: 170rpx;
  86. position: relative;
  87. }
  88. .goodsItem .list_left image.data-v-68ebceb5 {
  89. width: 170rpx;
  90. height: 170rpx;
  91. }
  92. .goodsItem .list_left .xiajia.data-v-68ebceb5 {
  93. position: absolute;
  94. width: 90rpx;
  95. height: 90rpx;
  96. border-radius: 50%;
  97. color: #fff;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. background-color: rgba(0, 0, 0, 0.5);
  102. top: 40rpx;
  103. left: 40rpx;
  104. -webkit-transform: rotate(30deg);
  105. transform: rotate(30deg);
  106. font-size: 24rpx;
  107. }
  108. .goodsItem .list_right.data-v-68ebceb5 {
  109. margin-left: 24rpx;
  110. width: 100%;
  111. }
  112. .goodsItem .list_right .goods_title.data-v-68ebceb5 {
  113. font-size: 28rpx;
  114. font-weight: 400;
  115. color: #171717;
  116. height: 3em;
  117. line-height: 1.5;
  118. margin-top: 6rpx;
  119. }
  120. .goodsItem .list_right .goods_titlesm.data-v-68ebceb5 {
  121. font-size: 24rpx;
  122. font-weight: 400;
  123. color: #999;
  124. }
  125. .goodsItem .list_right .right_bottom.data-v-68ebceb5 {
  126. display: flex;
  127. justify-content: space-between;
  128. align-items: center;
  129. margin-top: 10rpx;
  130. }
  131. .goodsItem .list_right .right_bottom .bottom_left.data-v-68ebceb5 {
  132. display: flex;
  133. align-items: center;
  134. }
  135. .goodsItem .list_right .right_bottom .bottom_left image.data-v-68ebceb5 {
  136. width: 32rpx;
  137. height: 32rpx;
  138. margin-right: 10rpx;
  139. }
  140. .goodsItem .list_right .right_bottom .bottom_left ._span.data-v-68ebceb5 {
  141. font-size: 24rpx;
  142. font-weight: 400;
  143. color: #696969;
  144. line-height: 34rpx;
  145. }
  146. .goodsItem .list_right .right_bottom .bottom_left .bottom_num.data-v-68ebceb5 {
  147. font-size: 32rpx;
  148. font-weight: 500;
  149. color: #fd4558;
  150. line-height: 44rpx;
  151. margin-right: 8rpx;
  152. }
  153. .goodsItem .list_right .right_bottom .bottom_right.data-v-68ebceb5 {
  154. font-size: 40rpx;
  155. font-weight: 400;
  156. text-align: center;
  157. color: #38C148;
  158. }
  159. .disabled.data-v-68ebceb5 {
  160. -webkit-filter: brightness(0.7) opacity(0.5);
  161. filter: brightness(0.7) opacity(0.5);
  162. }