select-goods-pop.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-c95f4f5c {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-c95f4f5c {
  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-c95f4f5c: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. .page.data-v-c95f4f5c {
  51. background: #fafafa;
  52. padding: 24rpx;
  53. }
  54. .list.data-v-c95f4f5c {
  55. padding-bottom: 120rpx;
  56. }
  57. .list .item.data-v-c95f4f5c {
  58. display: flex;
  59. align-items: center;
  60. background-color: #ffffff;
  61. padding: 30rpx 24rpx 30rpx 24rpx;
  62. border-bottom: 1rpx solid #efefef;
  63. position: relative;
  64. }
  65. .list .item .left.data-v-c95f4f5c {
  66. display: flex;
  67. align-items: center;
  68. width: 46rpx;
  69. }
  70. .list .item .right.data-v-c95f4f5c {
  71. width: calc(100% - 46rpx);
  72. display: flex;
  73. align-items: center;
  74. }
  75. .list .item .right .img.data-v-c95f4f5c {
  76. width: 160rpx;
  77. height: 160rpx;
  78. margin-right: 20rpx;
  79. }
  80. .list .item .right .img image.data-v-c95f4f5c {
  81. width: 100%;
  82. height: 100%;
  83. }
  84. .list .item .right .info.data-v-c95f4f5c {
  85. width: 418rpx;
  86. }
  87. .list .item .right .info .title.data-v-c95f4f5c {
  88. font-size: 28rpx;
  89. font-family: PingFang-SC-Regular, PingFang-SC;
  90. font-weight: 400;
  91. color: #171717;
  92. padding-bottom: 16rpx;
  93. }
  94. .list .item .right .info .sku.data-v-c95f4f5c {
  95. font-size: 22rpx;
  96. font-family: PingFang-SC-Regular, PingFang-SC;
  97. font-weight: 400;
  98. background: #fafafa;
  99. border-radius: 2px;
  100. color: #696969;
  101. padding: 4rpx 16rpx;
  102. }
  103. .list .item .right .info .operate.data-v-c95f4f5c {
  104. padding-top: 30rpx;
  105. display: flex;
  106. align-items: center;
  107. justify-content: space-between;
  108. }
  109. .list .item .right .info .operate .price text.data-v-c95f4f5c:nth-child(1) {
  110. font-size: 24rpx;
  111. font-family: PingFangSC-Medium, PingFang SC;
  112. font-weight: 500;
  113. color: #f00;
  114. }
  115. .list .item .right .info .operate .price text.data-v-c95f4f5c:nth-child(2) {
  116. font-size: 36rpx;
  117. font-family: PingFangSC-Regular, PingFang SC;
  118. font-weight: 400;
  119. color: #f00;
  120. }
  121. .btn.data-v-c95f4f5c {
  122. position: fixed;
  123. bottom: 0;
  124. left: 0;
  125. width: 100%;
  126. background-color: #ffffff;
  127. min-height: 100rpx;
  128. }
  129. .btn .inner.data-v-c95f4f5c {
  130. display: flex;
  131. justify-content: space-between;
  132. align-items: center;
  133. padding-bottom: constant(safe-area-inset-bottom);
  134. padding-bottom: env(safe-area-inset-bottom);
  135. }
  136. .btn .inner .check.data-v-c95f4f5c {
  137. padding-left: 30rpx;
  138. display: flex;
  139. align-items: center;
  140. }
  141. .btn .inner .check text.data-v-c95f4f5c {
  142. font-size: 28rpx;
  143. font-weight: 400;
  144. color: #171717;
  145. }
  146. .btn .inner .right.data-v-c95f4f5c {
  147. display: flex;
  148. align-items: center;
  149. }
  150. .btn .inner .right .price.data-v-c95f4f5c {
  151. margin-right: 54rpx;
  152. }
  153. .btn .inner .right .price text.data-v-c95f4f5c:nth-child(1) {
  154. font-size: 28rpx;
  155. font-weight: 400;
  156. color: #171717;
  157. }
  158. .btn .inner .right .price text.data-v-c95f4f5c:nth-child(2) {
  159. font-size: 24rpx;
  160. font-weight: 500;
  161. color: #f00;
  162. }
  163. .btn .inner .right .price text.data-v-c95f4f5c:nth-child(3) {
  164. font-size: 36rpx;
  165. font-weight: 400;
  166. color: #f00;
  167. }
  168. .btn .inner .right.data-v-c95f4f5c button {
  169. height: 100%;
  170. line-height: 100rpx;
  171. border-radius: 0 !important;
  172. }