Files
lunar-mini/mini/pages/settings/settings.wxss
T

65 lines
873 B
Plaintext

.container {
padding: 16rpx;
}
.section-title {
font-size: 26rpx;
font-weight: 600;
margin-bottom: 8rpx;
color: #C41E3A;
}
.avatar {
width: 72rpx;
height: 72rpx;
border-radius: 50%;
}
.avatar-placeholder {
display: flex;
align-items: center;
justify-content: center;
background: #C41E3A;
color: #FFFFFF;
font-size: 32rpx;
}
.btn-sm {
padding: 10rpx 28rpx;
font-size: 26rpx;
border-radius: 32rpx;
white-space: nowrap;
}
.menu-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18rpx 0;
border-bottom: 1rpx solid #E8D5C4;
}
.menu-item:last-child {
border-bottom: none;
}
.menu-label {
font-size: 26rpx;
}
.menu-right {
display: flex;
align-items: center;
gap: 8rpx;
}
.menu-count {
font-size: 22rpx;
color: #9E8E7E;
}
.menu-arrow {
color: #C9B8A6;
font-size: 32rpx;
}