index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-71e217db {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-71e217db {
  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-71e217db: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. .container.data-v-71e217db {
  51. height: 100%;
  52. position: relative;
  53. overflow: auto;
  54. z-index: 1;
  55. min-height: 100vh;
  56. padding-bottom: 130rpx;
  57. }
  58. .container.book-list.data-v-71e217db {
  59. padding-bottom: 300rpx;
  60. }
  61. .container .nav-title.data-v-71e217db {
  62. font-family: PingFang SC;
  63. font-weight: bold;
  64. font-size: 34rpx;
  65. color: #FFFFFF;
  66. padding-left: 40rpx;
  67. }
  68. .common-text.data-v-71e217db {
  69. font-family: PingFang SC;
  70. font-weight: 500;
  71. font-size: 28rpx;
  72. color: #999999;
  73. }
  74. .common-text.tip.data-v-71e217db {
  75. color: #FF8A4B;
  76. }
  77. .color-red.data-v-71e217db {
  78. color: #ff0000;
  79. margin: 0 10rpx;
  80. }
  81. .bottom-fixed.data-v-71e217db {
  82. position: fixed;
  83. left: 0;
  84. right: 0;
  85. bottom: 0;
  86. z-index: 9;
  87. background-color: #ffffff;
  88. }
  89. .bottom-fixed .btn-wrap.data-v-71e217db {
  90. display: flex;
  91. gap: 20rpx;
  92. padding: 20rpx;
  93. padding-bottom: 0;
  94. }
  95. .bottom-fixed .btn-wrap button.data-v-71e217db {
  96. flex: 1;
  97. height: 88rpx;
  98. border-radius: 10rpx;
  99. display: flex;
  100. align-items: center;
  101. justify-content: center;
  102. gap: 10rpx;
  103. border: none;
  104. }
  105. .bottom-fixed .btn-wrap button text.data-v-71e217db {
  106. font-size: 32rpx;
  107. }
  108. .bottom-fixed .btn-wrap button.data-v-71e217db::after {
  109. border: none;
  110. }
  111. .bottom-fixed .btn-wrap .isbn-btn.data-v-71e217db {
  112. background-color: #FFFFFF;
  113. color: #4CD964;
  114. border: 3rpx solid #4CD964;
  115. }
  116. .bottom-fixed .scan-btn.data-v-71e217db {
  117. background-color: #4CD964;
  118. color: #FFFFFF;
  119. }
  120. .bottom-fixed .next-btn.data-v-71e217db {
  121. margin: 0;
  122. margin-left: 20rpx;
  123. }
  124. .service-icons.data-v-71e217db {
  125. display: flex;
  126. justify-content: space-around;
  127. padding: 14rpx;
  128. background: #1F1303;
  129. box-sizing: border-box;
  130. }
  131. .service-icons .icon-item.data-v-71e217db {
  132. display: flex;
  133. align-items: center;
  134. font-family: Source Han Sans CN;
  135. font-weight: 400;
  136. font-size: 24rpx;
  137. color: #FFF6ED;
  138. }