setting.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .loginout-btn.data-v-806b15dc {
  27. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  28. color: #fff;
  29. width: 100%;
  30. height: 80rpx;
  31. border-radius: 40rpx;
  32. font-size: 30rpx;
  33. }
  34. .data-v-806b15dc .uni-file-picker {
  35. border-radius: 50%;
  36. }
  37. .data-v-806b15dc .uni-list-chat__content-extra {
  38. display: flex;
  39. justify-content: center;
  40. }
  41. .data-v-806b15dc .uni-file-picker__container {
  42. margin: -14rpx -12rpx;
  43. }
  44. .data-v-806b15dc .file-picker__progress {
  45. height: 0 !important;
  46. }
  47. .data-v-806b15dc .uni-list-item__content-title {
  48. font-size: 28rpx !important;
  49. color: #333333 !important;
  50. line-height: normal !important;
  51. }
  52. .data-v-806b15dc .uni-icons {
  53. font-size: 40rpx !important;
  54. }
  55. .data-v-806b15dc .is-disabled {
  56. color: #333333;
  57. }
  58. .data-v-806b15dc .disabled {
  59. opacity: 1;
  60. }
  61. .uni-list-item.data-v-806b15dc {
  62. min-height: 100rpx;
  63. }
  64. .gender-name.data-v-806b15dc {
  65. font-size: 28rpx;
  66. font-weight: 500;
  67. line-height: normal;
  68. color: #333333;
  69. }
  70. .title-box.data-v-806b15dc {
  71. font-size: 28rpx;
  72. font-weight: 500;
  73. color: #666666;
  74. line-height: 100rpx;
  75. }
  76. .logout-btn.data-v-806b15dc {
  77. width: 710rpx;
  78. height: 80rpx;
  79. background: linear-gradient(90deg, #132b85, #193bb6);
  80. border-radius: 40rpx;
  81. font-size: 30rpx;
  82. font-weight: 500;
  83. color: #ffffff;
  84. }
  85. .radio-dark.data-v-806b15dc {
  86. filter: grayscale(100%);
  87. filter: gray;
  88. opacity: 0.4;
  89. }
  90. .content-img.data-v-806b15dc {
  91. border-radius: 50%;
  92. }
  93. .header-box-content.data-v-806b15dc {
  94. position: relative;
  95. width: 160rpx;
  96. height: 160rpx;
  97. overflow: hidden;
  98. border-radius: 50%;
  99. }
  100. .avatar-action.data-v-806b15dc {
  101. position: absolute;
  102. left: 50%;
  103. transform: translateX(-50%);
  104. bottom: 0;
  105. z-index: 1;
  106. width: 160rpx;
  107. height: 46rpx;
  108. background: rgba(0, 0, 0, 0.3);
  109. }
  110. .avatar-action .avatar-action-btn.data-v-806b15dc {
  111. width: 160rpx;
  112. height: 46rpx;
  113. font-weight: 500;
  114. font-size: 24rpx;
  115. color: #ffffff;
  116. }
  117. .account-list.data-v-806b15dc {
  118. background-color: #ffffff;
  119. height: 100rpx;
  120. padding: 0 20rpx;
  121. }
  122. .account-list .list-img.data-v-806b15dc {
  123. width: 40rpx;
  124. height: 40rpx;
  125. margin-right: 10rpx;
  126. }
  127. .account-list .list-name.data-v-806b15dc {
  128. font-size: 28rpx;
  129. color: #333333;
  130. }
  131. .account-list .info .avatar.data-v-806b15dc {
  132. width: 38rpx;
  133. height: 38rpx;
  134. border-radius: 50%;
  135. overflow: hidden;
  136. }
  137. .account-list .info .name.data-v-806b15dc {
  138. font-size: 28rpx;
  139. font-weight: 400;
  140. color: #999999;
  141. }
  142. .account-list .bind-box.data-v-806b15dc {
  143. width: 100rpx;
  144. height: 50rpx;
  145. line-height: normal;
  146. display: flex;
  147. justify-content: center;
  148. align-items: center;
  149. font-size: 24rpx;
  150. }
  151. .account-list .bind-box .bind-btn.data-v-806b15dc {
  152. width: 100%;
  153. height: 100%;
  154. border-radius: 25rpx;
  155. background: #f4f4f4;
  156. color: #999999;
  157. }
  158. .account-list .bind-box .relieve-btn.data-v-806b15dc {
  159. width: 100%;
  160. height: 100%;
  161. border-radius: 25rpx;
  162. background: var(--ui-BG-Main-opacity-1);
  163. color: var(--ui-BG-Main);
  164. }
  165. .list-border.data-v-806b15dc {
  166. font-size: 28rpx;
  167. font-weight: 400;
  168. color: #333333;
  169. border-bottom: 2rpx solid #eeeeee;
  170. }
  171. image.data-v-806b15dc {
  172. width: 100%;
  173. height: 100%;
  174. }