info.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. .data-v-aab93774 .uni-file-picker {
  27. border-radius: 50%;
  28. }
  29. .data-v-aab93774 .uni-file-picker__container {
  30. margin: -14rpx -12rpx;
  31. }
  32. .data-v-aab93774 .file-picker__progress {
  33. height: 0 !important;
  34. }
  35. .data-v-aab93774 .uni-list-item__content-title {
  36. font-size: 28rpx !important;
  37. color: #333333 !important;
  38. line-height: normal !important;
  39. }
  40. .data-v-aab93774 .uni-icons {
  41. font-size: 40rpx !important;
  42. }
  43. .data-v-aab93774 .is-disabled {
  44. color: #333333;
  45. }
  46. .data-v-aab93774 .disabled {
  47. opacity: 1;
  48. }
  49. .gender-name.data-v-aab93774 {
  50. font-size: 28rpx;
  51. font-weight: 500;
  52. line-height: normal;
  53. color: #333333;
  54. }
  55. .title-box.data-v-aab93774 {
  56. font-size: 28rpx;
  57. font-weight: 500;
  58. color: #666666;
  59. line-height: 100rpx;
  60. }
  61. .logout-btn.data-v-aab93774 {
  62. width: 710rpx;
  63. height: 80rpx;
  64. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  65. border-radius: 40rpx;
  66. font-size: 30rpx;
  67. font-weight: 500;
  68. color: #ffffff;
  69. }
  70. .radio-dark.data-v-aab93774 {
  71. filter: grayscale(100%);
  72. filter: gray;
  73. opacity: 0.4;
  74. }
  75. .content-img.data-v-aab93774 {
  76. border-radius: 50%;
  77. }
  78. .header-box-content.data-v-aab93774 {
  79. position: relative;
  80. width: 160rpx;
  81. height: 160rpx;
  82. overflow: hidden;
  83. border-radius: 50%;
  84. }
  85. .avatar-action.data-v-aab93774 {
  86. position: absolute;
  87. left: 50%;
  88. transform: translateX(-50%);
  89. bottom: 0;
  90. z-index: 1;
  91. width: 160rpx;
  92. height: 46rpx;
  93. background: rgba(0, 0, 0, 0.3);
  94. }
  95. .avatar-action .avatar-action-btn.data-v-aab93774 {
  96. width: 160rpx;
  97. height: 46rpx;
  98. font-weight: 500;
  99. font-size: 24rpx;
  100. color: #ffffff;
  101. }
  102. .account-list.data-v-aab93774 {
  103. background-color: #ffffff;
  104. height: 100rpx;
  105. padding: 0 20rpx;
  106. }
  107. .account-list .list-img.data-v-aab93774 {
  108. width: 40rpx;
  109. height: 40rpx;
  110. margin-right: 10rpx;
  111. }
  112. .account-list .list-name.data-v-aab93774 {
  113. font-size: 28rpx;
  114. color: #333333;
  115. }
  116. .account-list .info .avatar.data-v-aab93774 {
  117. width: 38rpx;
  118. height: 38rpx;
  119. border-radius: 50%;
  120. overflow: hidden;
  121. }
  122. .account-list .info .name.data-v-aab93774 {
  123. font-size: 28rpx;
  124. font-weight: 400;
  125. color: #999999;
  126. }
  127. .account-list .bind-box.data-v-aab93774 {
  128. width: 100rpx;
  129. height: 50rpx;
  130. line-height: normal;
  131. display: flex;
  132. justify-content: center;
  133. align-items: center;
  134. font-size: 24rpx;
  135. }
  136. .account-list .bind-box .bind-btn.data-v-aab93774 {
  137. width: 100%;
  138. height: 100%;
  139. border-radius: 25rpx;
  140. background: #f4f4f4;
  141. color: #999999;
  142. }
  143. .account-list .bind-box .relieve-btn.data-v-aab93774 {
  144. width: 100%;
  145. height: 100%;
  146. border-radius: 25rpx;
  147. background: var(--ui-BG-Main-opacity-1);
  148. color: var(--ui-BG-Main);
  149. }
  150. .list-border.data-v-aab93774 {
  151. font-size: 28rpx;
  152. font-weight: 400;
  153. color: #333333;
  154. border-bottom: 2rpx solid #eeeeee;
  155. }
  156. image.data-v-aab93774 {
  157. width: 100%;
  158. height: 100%;
  159. }