rules-for-sellbooks.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-4edac324 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-4edac324 {
  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-4edac324: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. .rules-page.data-v-4edac324 {
  51. min-height: 100vh;
  52. background-color: #f5f5f5;
  53. padding: 20rpx 30rpx;
  54. padding-bottom: 120rpx;
  55. }
  56. .rules-container.data-v-4edac324 {
  57. padding: 30rpx;
  58. }
  59. .page-title.data-v-4edac324 {
  60. font-size: 36rpx;
  61. font-weight: bold;
  62. color: #333;
  63. margin-bottom: 30rpx;
  64. text-align: center;
  65. }
  66. .collapse-container.data-v-4edac324 {
  67. background-color: #f5f5f5;
  68. overflow: hidden;
  69. }
  70. .custom-title.data-v-4edac324 {
  71. display: flex;
  72. align-items: center;
  73. flex: 1;
  74. }
  75. .number-circle.data-v-4edac324 {
  76. width: 40rpx;
  77. height: 40rpx;
  78. border-radius: 50%;
  79. background-color: #38c148;
  80. color: white;
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. font-size: 28rpx;
  85. margin-right: 20rpx;
  86. flex-shrink: 0;
  87. }
  88. .title-text.data-v-4edac324 {
  89. font-size: 28rpx;
  90. color: #333;
  91. flex: 1;
  92. }
  93. .sub-content.data-v-4edac324 {
  94. font-size: 26rpx;
  95. color: #666;
  96. line-height: 1.6;
  97. }
  98. .empty-state.data-v-4edac324 {
  99. margin-top: 100rpx;
  100. }
  101. .customer-service.data-v-4edac324 {
  102. position: fixed;
  103. bottom: 0;
  104. left: 0;
  105. right: 0;
  106. padding: 24rpx;
  107. background-color: #fff;
  108. box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
  109. z-index: 10;
  110. padding-bottom: calc(env(safe-area-inset-bottom) + 20rpx);
  111. }
  112. .service-btn.data-v-4edac324 {
  113. width: 100%;
  114. height: 90rpx;
  115. line-height: 32rpx;
  116. background-color: #4caf50;
  117. color: white;
  118. font-size: 36rpx;
  119. border-radius: 10rpx;
  120. text-align: center;
  121. margin-bottom: 15rpx;
  122. padding-top: 16rpx;
  123. }
  124. .service-time.data-v-4edac324 {
  125. font-size: 22rpx;
  126. color: #ffffff;
  127. text-align: center;
  128. }
  129. .collapse-content.data-v-4edac324 {
  130. color: #444444;
  131. font-size: 28rpx;
  132. padding: 10rpx 0;
  133. }
  134. .rich-text-style ._img.data-v-4edac324 {
  135. width: 100%;
  136. height: 100%;
  137. border-radius: 10rpx;
  138. margin-top: 10rpx;
  139. }
  140. .data-v-4edac324 .u-collapse-item {
  141. margin-bottom: 20rpx;
  142. border-radius: 10rpx;
  143. overflow: hidden;
  144. background-color: #ffffff;
  145. padding: 0 30rpx;
  146. }