Files
2026-07-27 14:07:26 +08:00

130 lines
2.5 KiB
Plaintext

.container.data-v-f6b4f04d {
min-height: 100vh;
background: #f5f5f5;
padding: 32rpx;
}
.user-card.data-v-f6b4f04d {
background: linear-gradient(135deg, #3366ff 0%, #254edb 100%);
border-radius: 20rpx;
padding: 32rpx;
display: flex;
align-items: center;
margin-bottom: 24rpx;
}
.avatar.data-v-f6b4f04d {
width: 100rpx;
height: 100rpx;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20rpx;
}
.avatar-icon.data-v-f6b4f04d {
font-size: 56rpx;
}
.user-info.data-v-f6b4f04d {
flex: 1;
display: flex;
flex-direction: column;
}
.user-name.data-v-f6b4f04d {
font-size: 36rpx;
font-weight: 600;
color: #fff;
margin-bottom: 8rpx;
}
.user-id.data-v-f6b4f04d {
font-size: 24rpx;
color: rgba(255, 255, 255, 0.8);
}
.edit-btn.data-v-f6b4f04d {
width: 60rpx;
height: 60rpx;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
color: #fff;
}
.stats-card.data-v-f6b4f04d {
background: #fff;
border-radius: 16rpx;
padding: 32rpx;
display: flex;
justify-content: space-around;
margin-bottom: 24rpx;
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.04);
}
.stat-item.data-v-f6b4f04d {
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
}
.stat-value.data-v-f6b4f04d {
font-size: 48rpx;
font-weight: 700;
color: #3366ff;
margin-bottom: 8rpx;
}
.stat-label.data-v-f6b4f04d {
font-size: 24rpx;
color: #999;
}
.stat-divider.data-v-f6b4f04d {
width: 1rpx;
background: #f0f0f0;
}
.menu-card.data-v-f6b4f04d {
background: #fff;
border-radius: 16rpx;
overflow: hidden;
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.04);
}
.menu-title.data-v-f6b4f04d {
padding: 24rpx;
font-size: 30rpx;
font-weight: 600;
color: #333;
border-bottom: 1rpx solid #f0f0f0;
}
.menu-list.data-v-f6b4f04d {
padding: 0 24rpx;
}
.menu-item.data-v-f6b4f04d {
display: flex;
align-items: center;
padding: 28rpx 0;
border-bottom: 1rpx solid #f8f9fa;
}
.menu-item.data-v-f6b4f04d:last-child {
border-bottom: none;
}
.menu-item.data-v-f6b4f04d:active {
opacity: 0.7;
}
.menu-icon.data-v-f6b4f04d {
font-size: 40rpx;
margin-right: 20rpx;
}
.menu-text.data-v-f6b4f04d {
flex: 1;
font-size: 30rpx;
color: #333;
}
.menu-arrow.data-v-f6b4f04d {
font-size: 36rpx;
color: #ccc;
}
.version-info.data-v-f6b4f04d {
text-align: center;
padding: 48rpx;
}
.version-text.data-v-f6b4f04d {
font-size: 24rpx;
color: #999;
}