| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 | 
							- /**
 
-  * 这里是uni-app内置的常用样式变量
 
-  *
 
-  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 
-  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 
-  *
 
-  */
 
- /**
 
-  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 
-  *
 
-  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 
-  */
 
- /* 颜色变量 */
 
- /* 行为相关颜色 */
 
- /* 文字基本颜色 */
 
- /* 背景颜色 */
 
- /* 边框颜色 */
 
- /* 尺寸变量 */
 
- /* 文字尺寸 */
 
- /* 图片尺寸 */
 
- /* Border Radius */
 
- /* 水平间距 */
 
- /* 垂直间距 */
 
- /* 透明度 */
 
- /* 文章场景相关 */
 
- .data-v-aab93774  .uni-file-picker {
 
-   border-radius: 50%;
 
- }
 
- .data-v-aab93774  .uni-file-picker__container {
 
-   margin: -14rpx -12rpx;
 
- }
 
- .data-v-aab93774  .file-picker__progress {
 
-   height: 0 !important;
 
- }
 
- .data-v-aab93774  .uni-list-item__content-title {
 
-   font-size: 28rpx !important;
 
-   color: #333333 !important;
 
-   line-height: normal !important;
 
- }
 
- .data-v-aab93774  .uni-icons {
 
-   font-size: 40rpx !important;
 
- }
 
- .data-v-aab93774  .is-disabled {
 
-   color: #333333;
 
- }
 
- .data-v-aab93774 .disabled {
 
-   opacity: 1;
 
- }
 
- .gender-name.data-v-aab93774 {
 
-   font-size: 28rpx;
 
-   font-weight: 500;
 
-   line-height: normal;
 
-   color: #333333;
 
- }
 
- .title-box.data-v-aab93774 {
 
-   font-size: 28rpx;
 
-   font-weight: 500;
 
-   color: #666666;
 
-   line-height: 100rpx;
 
- }
 
- .logout-btn.data-v-aab93774 {
 
-   width: 710rpx;
 
-   height: 80rpx;
 
-   background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
 
-   border-radius: 40rpx;
 
-   font-size: 30rpx;
 
-   font-weight: 500;
 
-   color: #ffffff;
 
- }
 
- .radio-dark.data-v-aab93774 {
 
-   filter: grayscale(100%);
 
-   filter: gray;
 
-   opacity: 0.4;
 
- }
 
- .content-img.data-v-aab93774 {
 
-   border-radius: 50%;
 
- }
 
- .header-box-content.data-v-aab93774 {
 
-   position: relative;
 
-   width: 160rpx;
 
-   height: 160rpx;
 
-   overflow: hidden;
 
-   border-radius: 50%;
 
- }
 
- .avatar-action.data-v-aab93774 {
 
-   position: absolute;
 
-   left: 50%;
 
-   transform: translateX(-50%);
 
-   bottom: 0;
 
-   z-index: 1;
 
-   width: 160rpx;
 
-   height: 46rpx;
 
-   background: rgba(0, 0, 0, 0.3);
 
- }
 
- .avatar-action .avatar-action-btn.data-v-aab93774 {
 
-   width: 160rpx;
 
-   height: 46rpx;
 
-   font-weight: 500;
 
-   font-size: 24rpx;
 
-   color: #ffffff;
 
- }
 
- .account-list.data-v-aab93774 {
 
-   background-color: #ffffff;
 
-   height: 100rpx;
 
-   padding: 0 20rpx;
 
- }
 
- .account-list .list-img.data-v-aab93774 {
 
-   width: 40rpx;
 
-   height: 40rpx;
 
-   margin-right: 10rpx;
 
- }
 
- .account-list .list-name.data-v-aab93774 {
 
-   font-size: 28rpx;
 
-   color: #333333;
 
- }
 
- .account-list .info .avatar.data-v-aab93774 {
 
-   width: 38rpx;
 
-   height: 38rpx;
 
-   border-radius: 50%;
 
-   overflow: hidden;
 
- }
 
- .account-list .info .name.data-v-aab93774 {
 
-   font-size: 28rpx;
 
-   font-weight: 400;
 
-   color: #999999;
 
- }
 
- .account-list .bind-box.data-v-aab93774 {
 
-   width: 100rpx;
 
-   height: 50rpx;
 
-   line-height: normal;
 
-   display: flex;
 
-   justify-content: center;
 
-   align-items: center;
 
-   font-size: 24rpx;
 
- }
 
- .account-list .bind-box .bind-btn.data-v-aab93774 {
 
-   width: 100%;
 
-   height: 100%;
 
-   border-radius: 25rpx;
 
-   background: #f4f4f4;
 
-   color: #999999;
 
- }
 
- .account-list .bind-box .relieve-btn.data-v-aab93774 {
 
-   width: 100%;
 
-   height: 100%;
 
-   border-radius: 25rpx;
 
-   background: var(--ui-BG-Main-opacity-1);
 
-   color: var(--ui-BG-Main);
 
- }
 
- .list-border.data-v-aab93774 {
 
-   font-size: 28rpx;
 
-   font-weight: 400;
 
-   color: #333333;
 
-   border-bottom: 2rpx solid #eeeeee;
 
- }
 
- image.data-v-aab93774 {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
 
  |