setting.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-74485b80 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-74485b80 {
  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-74485b80: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-74485b80 {
  51. padding: 24rpx 30rpx;
  52. background-color: #ffffff;
  53. min-height: 100vh;
  54. display: flex;
  55. flex-direction: column;
  56. }
  57. .page .form.data-v-74485b80 {
  58. flex: 1;
  59. background: #FFFFFF;
  60. border-radius: 12rpx;
  61. }
  62. .page .form .value.data-v-74485b80 {
  63. display: flex;
  64. align-items: center;
  65. justify-content: flex-end;
  66. font-size: 28rpx;
  67. color: #333333;
  68. }
  69. .page .form .value.nickname-input input.data-v-74485b80 {
  70. text-align: right;
  71. width: 400rpx;
  72. font-size: 28rpx;
  73. }
  74. .page .form .value.nickname-input .wechat-tag.data-v-74485b80 {
  75. font-size: 24rpx;
  76. color: #999;
  77. margin-left: 12rpx;
  78. }
  79. .page .form .value.id-box .copy-btn.data-v-74485b80 {
  80. margin-left: 20rpx;
  81. padding: 0 20rpx;
  82. height: 48rpx !important;
  83. line-height: 44rpx !important;
  84. }
  85. .page .form .value.avatarbox.data-v-74485b80 {
  86. justify-content: flex-end;
  87. width: 100%;
  88. }
  89. .page .form .value.phone-value.data-v-74485b80 {
  90. justify-content: flex-end;
  91. width: 100%;
  92. }
  93. .page .form .get-phone-btn.data-v-74485b80 {
  94. background: none;
  95. border: none;
  96. padding: 0;
  97. margin: 0;
  98. display: flex;
  99. align-items: center;
  100. justify-content: flex-end;
  101. font-size: 28rpx;
  102. width: 100%;
  103. }
  104. .page .form .get-phone-btn.data-v-74485b80::after {
  105. border: none;
  106. }
  107. .page .avatarBtn.data-v-74485b80 {
  108. border: none;
  109. background-color: transparent;
  110. display: flex;
  111. align-items: center;
  112. justify-content: center;
  113. padding: 0;
  114. margin: 0;
  115. width: 72rpx;
  116. height: 72rpx;
  117. }
  118. .page .avatarBtn.data-v-74485b80::after {
  119. border: none;
  120. }
  121. .page .avatarBtn.data-v-74485b80 :deep(.u-avatar) {
  122. width: 72rpx !important;
  123. height: 72rpx !important;
  124. border-radius: 50% !important;
  125. }