acdr-ui/dist/dev/mp-weixin/modules/mall/user/info.wxss

160 lines
3.7 KiB
Plaintext
Raw Normal View History

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