index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. .customer-service.data-v-71e217db {
  51. position: fixed;
  52. width: 126rpx;
  53. height: 140rpx;
  54. bottom: 20%;
  55. right: 0;
  56. z-index: 9;
  57. z-index: 999;
  58. }
  59. .customer-service button.data-v-71e217db {
  60. height: -webkit-max-content;
  61. height: max-content;
  62. background-color: transparent;
  63. padding: 0;
  64. }
  65. .container.data-v-71e217db {
  66. height: 100%;
  67. position: relative;
  68. overflow: auto;
  69. z-index: 1;
  70. min-height: 100vh;
  71. padding-bottom: 130rpx;
  72. }
  73. .container.book-list.data-v-71e217db {
  74. padding-bottom: 300rpx;
  75. }
  76. .container .nav-title.data-v-71e217db {
  77. font-family: PingFang SC;
  78. font-weight: bold;
  79. font-size: 34rpx;
  80. color: #ffffff;
  81. padding-left: 40rpx;
  82. }
  83. .common-text.data-v-71e217db {
  84. font-family: PingFang SC;
  85. font-weight: 500;
  86. font-size: 28rpx;
  87. color: #999999;
  88. }
  89. .common-text.tip.data-v-71e217db {
  90. color: #ff8a4b;
  91. }
  92. .color-red.data-v-71e217db {
  93. color: #ff0000;
  94. margin: 0 10rpx;
  95. }
  96. .bottom-fixed.data-v-71e217db {
  97. position: fixed;
  98. left: 0;
  99. right: 0;
  100. bottom: 0;
  101. z-index: 9;
  102. background-color: #ffffff;
  103. }
  104. .bottom-fixed .btn-wrap.data-v-71e217db {
  105. display: flex;
  106. gap: 20rpx;
  107. padding: 20rpx;
  108. padding-bottom: 0;
  109. }
  110. .bottom-fixed .btn-wrap button.data-v-71e217db {
  111. flex: 1;
  112. height: 88rpx;
  113. border-radius: 10rpx;
  114. display: flex;
  115. align-items: center;
  116. justify-content: center;
  117. gap: 10rpx;
  118. border: none;
  119. }
  120. .bottom-fixed .btn-wrap button text.data-v-71e217db {
  121. font-size: 32rpx;
  122. }
  123. .bottom-fixed .btn-wrap button.data-v-71e217db::after {
  124. border: none;
  125. }
  126. .bottom-fixed .btn-wrap .isbn-btn.data-v-71e217db {
  127. background-color: #ffffff;
  128. color: #4cd964;
  129. border: 3rpx solid #4cd964;
  130. }
  131. .bottom-fixed .scan-btn.data-v-71e217db {
  132. background-color: #4cd964;
  133. color: #ffffff;
  134. }
  135. .bottom-fixed .next-btn.data-v-71e217db {
  136. margin: 0;
  137. margin-left: 20rpx;
  138. }
  139. .bottom-fixed .next-btn[aria-disabled="true"].data-v-71e217db {
  140. background-color: #cccccc;
  141. color: #ffffff;
  142. opacity: 0.7;
  143. cursor: not-allowed;
  144. }