185 lines
4.5 KiB
Plaintext
185 lines
4.5 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.profile-page.data-v-4bd6864f {
|
||
background-color: #f5f7fa;
|
||
padding: 20rpx;
|
||
min-height: 100vh;
|
||
box-sizing: border-box;
|
||
padding-bottom: 120rpx;
|
||
}
|
||
.user-info-card.data-v-4bd6864f {
|
||
background: #fff;
|
||
border-radius: 16rpx;
|
||
padding: 40rpx 30rpx;
|
||
margin-bottom: 24rpx;
|
||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.04);
|
||
}
|
||
.user-info-card .user-info.data-v-4bd6864f {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
}
|
||
.avatar-section.data-v-4bd6864f {
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.avatar-section .avatar-wrapper.data-v-4bd6864f {
|
||
position: relative;
|
||
width: 140rpx;
|
||
height: 140rpx;
|
||
}
|
||
.avatar-section .avatar-wrapper .avatar.data-v-4bd6864f {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 50%;
|
||
border: 4rpx solid #fff;
|
||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
|
||
}
|
||
.avatar-section .avatar-wrapper .edit-icon.data-v-4bd6864f {
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 0;
|
||
background: #2979ff;
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
border-radius: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1);
|
||
}
|
||
.name-section.data-v-4bd6864f {
|
||
width: 100%;
|
||
align-items: center;
|
||
text-align: center;
|
||
margin-bottom: 30rpx;
|
||
}
|
||
.name-section .name.data-v-4bd6864f {
|
||
font-size: 36rpx;
|
||
font-weight: 600;
|
||
color: #333;
|
||
}
|
||
.name-section .phone.data-v-4bd6864f {
|
||
color: #999;
|
||
font-size: 24rpx;
|
||
}
|
||
.description-card.data-v-4bd6864f {
|
||
background: #f8f9fa;
|
||
border-radius: 12rpx;
|
||
padding: 24rpx;
|
||
width: 100%;
|
||
text-align: center;
|
||
}
|
||
.description-card .title.data-v-4bd6864f {
|
||
font-size: 28rpx;
|
||
color: #666;
|
||
margin-bottom: 12rpx;
|
||
display: block;
|
||
}
|
||
.description-card .content.data-v-4bd6864f {
|
||
font-size: 26rpx;
|
||
color: #999;
|
||
line-height: 1.5;
|
||
}
|
||
.function-card.data-v-4bd6864f {
|
||
background: #fff;
|
||
border-radius: 16rpx;
|
||
padding: 0 30rpx;
|
||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.04);
|
||
}
|
||
.function-card .button-item.data-v-4bd6864f {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 28rpx 0;
|
||
border-bottom: 1rpx solid #f2f3f5;
|
||
}
|
||
.function-card .button-item.data-v-4bd6864f:active {
|
||
background-color: #f8f8f8;
|
||
}
|
||
.function-card .button-item.data-v-4bd6864f:last-child {
|
||
border-bottom: none;
|
||
}
|
||
.function-card .button-item .button-content.data-v-4bd6864f {
|
||
display: flex;
|
||
align-items: center;
|
||
flex: 1;
|
||
}
|
||
.function-card .button-item .icon.data-v-4bd6864f {
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
margin-right: 24rpx;
|
||
}
|
||
.function-card .button-item .label.data-v-4bd6864f {
|
||
font-size: 30rpx;
|
||
color: #333;
|
||
flex: 1;
|
||
}
|
||
.modal-content.data-v-4bd6864f {
|
||
padding: 0 30rpx;
|
||
width: 90%;
|
||
margin: 0 auto;
|
||
}
|
||
.modal-content .form-item.data-v-4bd6864f {
|
||
margin-bottom: 40rpx;
|
||
}
|
||
.modal-content .form-item .form-label.data-v-4bd6864f {
|
||
display: block;
|
||
font-size: 28rpx;
|
||
color: #606266;
|
||
margin-bottom: 16rpx;
|
||
}
|
||
.modal-content .auth-section.data-v-4bd6864f {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
padding: 40rpx 0;
|
||
}
|
||
.modal-content .auth-section .auth-button.data-v-4bd6864f {
|
||
width: 100%;
|
||
height: 80rpx;
|
||
line-height: 80rpx;
|
||
background: #07C160;
|
||
color: #fff;
|
||
font-size: 26rpx;
|
||
border-radius: 40rpx;
|
||
margin-bottom: 20rpx;
|
||
text-align: center;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.modal-content .auth-section .auth-button.data-v-4bd6864f::after {
|
||
border: none;
|
||
}
|
||
.modal-content .auth-section .auth-button.phone-button.data-v-4bd6864f {
|
||
background: #2979ff;
|
||
margin-top: 20rpx;
|
||
}
|
||
.modal-content .auth-section .auth-button.data-v-4bd6864f:active {
|
||
opacity: 0.8;
|
||
}
|