99 lines
1.4 KiB
Plaintext
99 lines
1.4 KiB
Plaintext
|
|
.profile-page {
|
||
|
|
padding: 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-card,
|
||
|
|
.progress-card,
|
||
|
|
.menu-list {
|
||
|
|
background: #ffffff;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
padding: 32rpx;
|
||
|
|
margin-bottom: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-card {
|
||
|
|
background: linear-gradient(135deg, #fff2ec, #ffffff);
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-top {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.avatar {
|
||
|
|
width: 120rpx;
|
||
|
|
height: 120rpx;
|
||
|
|
border-radius: 60rpx;
|
||
|
|
background: #f0f0f0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.avatar-placeholder {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
color: #999999;
|
||
|
|
font-size: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-main {
|
||
|
|
margin-left: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nickname {
|
||
|
|
font-size: 34rpx;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-bottom: 12rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.audit-status {
|
||
|
|
color: #666666;
|
||
|
|
}
|
||
|
|
|
||
|
|
.audit-badge {
|
||
|
|
display: inline-block;
|
||
|
|
padding: 8rpx 18rpx;
|
||
|
|
border-radius: 999rpx;
|
||
|
|
background: rgba(232, 89, 60, 0.12);
|
||
|
|
color: #d95c3d;
|
||
|
|
font-size: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-hint {
|
||
|
|
margin-top: 24rpx;
|
||
|
|
color: #7a6158;
|
||
|
|
line-height: 1.7;
|
||
|
|
}
|
||
|
|
|
||
|
|
.progress-header {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin-bottom: 16rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.progress-track {
|
||
|
|
height: 16rpx;
|
||
|
|
border-radius: 999rpx;
|
||
|
|
background: #f0f1f5;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.progress-value {
|
||
|
|
height: 100%;
|
||
|
|
background: linear-gradient(90deg, #ff9a6a, #e8593c);
|
||
|
|
}
|
||
|
|
|
||
|
|
.progress-tip {
|
||
|
|
margin-top: 18rpx;
|
||
|
|
color: #d95c3d;
|
||
|
|
font-size: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu-item {
|
||
|
|
padding: 24rpx 0;
|
||
|
|
border-bottom: 1rpx solid #f0f0f0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu-item:last-child {
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|