index.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad {
  12. padding-bottom: constant(safe-area-inset-bottom);
  13. padding-bottom: env(safe-area-inset-bottom);
  14. box-sizing: content-box;
  15. }
  16. /**
  17. * 主题色配置
  18. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  19. * <script> 下使用主题变量:import x from '@/theme.scss';
  20. */
  21. .page {
  22. background-color: #f8f8f8;
  23. font-family: PingFangSC;
  24. }
  25. .safeAreaPad {
  26. padding-bottom: constant(safe-area-inset-bottom);
  27. padding-bottom: env(safe-area-inset-bottom);
  28. box-sizing: content-box;
  29. }
  30. @charset "UTF-8";
  31. /**
  32. * 主题色配置
  33. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  34. * <script> 下使用主题变量:import x from '@/theme.scss';
  35. */
  36. .page.data-v-4586967a {
  37. background-color: #f8f8f8;
  38. font-family: PingFangSC;
  39. }
  40. .safeAreaPad.data-v-4586967a {
  41. padding-bottom: constant(safe-area-inset-bottom);
  42. padding-bottom: env(safe-area-inset-bottom);
  43. box-sizing: content-box;
  44. }
  45. .data-v-4586967a:export {
  46. appThemeColor: #38C148;
  47. appThemeBgColor: #ffffff;
  48. appThemeBgGrayColor: #fafafa;
  49. appThemeBgGrayDeppColor: #f8f8f8;
  50. appThemeSearchBgColor: #F4F5F8;
  51. appThemeBorderColor: #efefef;
  52. appThemeTextColor: #333333;
  53. appThemeTextGrayColor: #8f92a1;
  54. appThemeTextGrayLightColor: #cccccc;
  55. appThemeTextGrayDeepColor: #696969;
  56. appThemeTextWhiteColor: #ffffff;
  57. appThemeTextBlackColor: #171717;
  58. appThemeTextBlackDeepColor: #16162e;
  59. appThemeTextMoneyColor: #f00;
  60. appThemeTextGrayWhiteColor: #c3c6cb;
  61. appThemeSkuGrayColor: #f5f5f8;
  62. appThemeCardGrayColor: #8f92a1;
  63. appThemeShopGrayColor: #888e98;
  64. appThemePointsSignBgColor: #f0f0f0;
  65. appThemePointsSignLabelColor: #dfdfdf;
  66. appThemePointsSignValueColor: #696969;
  67. appThemePointsSignYellowColor: #f9a906;
  68. appThemePointsSignBlueColor: #22ac38;
  69. appThemeNavbarTabColor: #696969;
  70. appThemeNavbarTabColorActive: #333333;
  71. appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
  72. appZIndexDeep: 0;
  73. appZIndexNormal: 19;
  74. appZIndexAbsolute: 99;
  75. appZIndexFixed: 199;
  76. appZIndexPage: 999;
  77. appThemeBuyBtnBgColor: #ed3f14;
  78. }
  79. .page.data-v-4586967a {
  80. padding: 0 40rpx;
  81. background-color: #ffffff;
  82. }
  83. .logo-wrap.data-v-4586967a {
  84. display: flex;
  85. justify-content: center;
  86. padding-top: 100rpx;
  87. padding-bottom: 240rpx;
  88. flex-wrap: wrap;
  89. }
  90. .logo-wrap .logo.data-v-4586967a {
  91. width: 300rpx;
  92. height: 300rpx;
  93. }
  94. .logo-wrap .app-name.data-v-4586967a {
  95. width: 100%;
  96. padding-top: 40rpx;
  97. text-align: center;
  98. font-size: 44rpx;
  99. font-weight: 500;
  100. color: #171717;
  101. }
  102. .text-area.data-v-4586967a {
  103. width: 100%;
  104. height: 96rpx;
  105. background: #38C148;
  106. font-weight: 400;
  107. border-radius: 56rpx;
  108. color: #ffffff;
  109. line-height: 16px;
  110. font-size: 32rpx;
  111. text-align: center;
  112. line-height: 96rpx;
  113. /* background: url(../../static/img/logo_newhope.png); */
  114. }
  115. .info.data-v-4586967a {
  116. font-size: 28rpx;
  117. font-weight: 400;
  118. color: #171717;
  119. line-height: 28rpx;
  120. margin-top: 180rpx;
  121. }
  122. .public.data-v-4586967a {
  123. display: flex;
  124. align-items: center;
  125. margin-top: 30rpx;
  126. }
  127. .public .public-dot.data-v-4586967a {
  128. width: 6rpx;
  129. height: 6rpx;
  130. background: #999999;
  131. margin-right: 10rpx;
  132. }
  133. .public .public-text.data-v-4586967a {
  134. font-size: 24rpx;
  135. font-weight: 400;
  136. color: #8f92a1;
  137. line-height: 24rpx;
  138. }
  139. .text-enter.data-v-4586967a {
  140. width: 100%;
  141. margin-top: 50rpx;
  142. height: 96rpx;
  143. background: #38C148;
  144. font-weight: 400;
  145. border-radius: 56rpx;
  146. color: #ffffff;
  147. line-height: 16px;
  148. font-size: 32rpx;
  149. text-align: center;
  150. line-height: 96rpx;
  151. }
  152. .head.data-v-4586967a {
  153. margin-top: 70rpx;
  154. width: 100%;
  155. display: flex;
  156. justify-content: space-between;
  157. }
  158. .back.data-v-4586967a {
  159. width: 40rpx;
  160. height: 40rpx;
  161. }
  162. .login.data-v-4586967a {
  163. text-align: center;
  164. font-size: 32rpx;
  165. font-weight: 400;
  166. color: #38C148;
  167. line-height: 32rpx;
  168. margin-top: 48rpx;
  169. }
  170. .agree.data-v-4586967a {
  171. position: fixed;
  172. left: 50%;
  173. -webkit-transform: translate(-50%, 0);
  174. transform: translate(-50%, 0);
  175. bottom: 66rpx;
  176. width: 100vw;
  177. display: flex;
  178. align-items: center;
  179. justify-content: center;
  180. }
  181. .agree_img image.data-v-4586967a {
  182. width: 32rpx;
  183. height: 32rpx;
  184. display: flex;
  185. align-items: center;
  186. }
  187. .agree_text.data-v-4586967a {
  188. margin-left: 8rpx;
  189. font-size: 24rpx;
  190. font-weight: 400;
  191. color: #8f92a1;
  192. line-height: 24rpx;
  193. display: flex;
  194. align-items: center;
  195. }
  196. .agree_text ._span.data-v-4586967a {
  197. color: #38C148;
  198. }
  199. .loginWx.data-v-4586967a {
  200. width: 100%;
  201. padding-top: 64rpx;
  202. }
  203. .loginWx .title.data-v-4586967a {
  204. text-align: left;
  205. font-size: 22px;
  206. font-family: PingFang-SC-Regular, PingFang-SC;
  207. font-weight: 400;
  208. color: #171717;
  209. line-height: 30px;
  210. margin-bottom: 12rpx;
  211. }
  212. .loginWx .desc.data-v-4586967a {
  213. text-align: left;
  214. font-size: 14px;
  215. font-family: PingFang-SC-Regular, PingFang-SC;
  216. font-weight: 400;
  217. color: #8f92a1;
  218. line-height: 14px;
  219. }
  220. .loginWx .avatar.data-v-4586967a {
  221. width: 160rpx;
  222. height: 160rpx;
  223. overflow: hidden;
  224. border-radius: 50%;
  225. display: flex;
  226. align-items: center;
  227. justify-content: center;
  228. margin: 128rpx auto 160rpx auto;
  229. }
  230. .loginWx .avatar image.data-v-4586967a {
  231. width: 100%;
  232. height: 100%;
  233. }
  234. .loginSmsCode.data-v-4586967a {
  235. width: 100%;
  236. }
  237. .smscode.data-v-4586967a {
  238. font-size: 28rpx;
  239. font-family: PingFang-SC-Regular, PingFang-SC;
  240. font-weight: 400;
  241. color: #38C148;
  242. line-height: 28rpx;
  243. }