@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.profile-container.data-v-247e4d67 {
|
|
min-height: 100vh;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.vertical-line.data-v-247e4d67 {
|
|
width: 9rpx;
|
|
height: 33rpx;
|
|
background-color: #1488DB;
|
|
margin-right: 20rpx;
|
|
}
|
|
.custom-navbar.data-v-247e4d67 {
|
|
background: linear-gradient(90deg, #1488db 0%, #1488db 100%);
|
|
padding-top: 25px;
|
|
}
|
|
.custom-navbar .navbar-content.data-v-247e4d67 {
|
|
height: 88rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 30rpx;
|
|
}
|
|
.custom-navbar .navbar-content .navbar-left .back-icon.data-v-247e4d67 {
|
|
font-size: 40rpx;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
.custom-navbar .navbar-content .navbar-title.data-v-247e4d67 {
|
|
font-size: 36rpx;
|
|
color: #ffffff;
|
|
font-weight: 500;
|
|
}
|
|
.custom-navbar .navbar-content .navbar-right.data-v-247e4d67 {
|
|
display: flex;
|
|
gap: 20rpx;
|
|
}
|
|
.custom-navbar .navbar-content .navbar-right .more-icon.data-v-247e4d67,
|
|
.custom-navbar .navbar-content .navbar-right .settings-icon.data-v-247e4d67 {
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
}
|
|
.section.data-v-247e4d67 {
|
|
margin: 20rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
.section .section-title.data-v-247e4d67 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 30rpx;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.section .section-title .title-text.data-v-247e4d67 {
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.avatar-section.data-v-247e4d67 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 40rpx 30rpx;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.avatar-section .avatar-button.data-v-247e4d67 {
|
|
padding: 0;
|
|
margin: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.avatar-section .avatar-button.data-v-247e4d67::after {
|
|
border: none;
|
|
}
|
|
.avatar-section .avatar-button .avatar.data-v-247e4d67 {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 80rpx;
|
|
border: 4rpx dashed #cccccc;
|
|
}
|
|
.avatar-section .avatar-tip.data-v-247e4d67 {
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
.info-item.data-v-247e4d67 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 30rpx;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.info-item.data-v-247e4d67:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.info-item .label.data-v-247e4d67 {
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
width: 120rpx;
|
|
}
|
|
.info-item .value-container.data-v-247e4d67 {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.info-item .value-container .nickname-input.data-v-247e4d67,
|
|
.info-item .value-container .phone-input.data-v-247e4d67 {
|
|
width: 100%;
|
|
text-align: right;
|
|
font-size: 30rpx;
|
|
color: #666666;
|
|
border: none;
|
|
outline: none;
|
|
background: transparent;
|
|
}
|
|
.info-item .value-container .nickname-input.data-v-247e4d67::-webkit-input-placeholder, .info-item .value-container .phone-input.data-v-247e4d67::-webkit-input-placeholder {
|
|
color: #cccccc;
|
|
}
|
|
.info-item .value-container .nickname-input.data-v-247e4d67::placeholder,
|
|
.info-item .value-container .phone-input.data-v-247e4d67::placeholder {
|
|
color: #cccccc;
|
|
}
|
|
.save-section.data-v-247e4d67 {
|
|
padding: 40rpx 20rpx;
|
|
}
|
|
.save-section .save-button.data-v-247e4d67 {
|
|
width: 100%;
|
|
height: 88rpx;
|
|
background-color: #1488db;
|
|
border-radius: 44rpx;
|
|
border: none;
|
|
outline: none;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.save-section .save-button.data-v-247e4d67::after {
|
|
border: none;
|
|
}
|