2025-04-22 14:39:59 +08:00

114 lines
1.6 KiB
Plaintext

.container {
padding: 32rpx;
}
.user-info {
display: flex;
align-items: center;
margin-bottom: 48rpx;
}
.avatar-box {
position: relative;
width: 120rpx;
height: 120rpx;
border-radius: 50%;
overflow: hidden;
margin-right: 32rpx;
}
.avatar {
width: 100%;
height: 100%;
}
.upload-tip {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 24rpx;
text-align: center;
padding: 8rpx;
}
.user-detail {
flex: 1;
}
.info-item {
display: flex;
align-items: center;
margin-bottom: 16rpx;
}
.label {
color: #666;
font-size: 28rpx;
width: 160rpx;
}
picker {
flex: 1;
}
.value {
color: #333;
font-size: 28rpx;
flex: 1;
padding: 10rpx 0;
}
.save-btn {
width: 90%;
margin: 0 auto;
height: 80rpx;
line-height: 80rpx;
background: #ff512a;
color: #fff;
border-radius: 40rpx;
font-size: 32rpx;
text-align: center;
position: fixed;
left: 0;
right: 0;
bottom: 32rpx;
}
.name {
font-size: 32rpx;
font-weight: bold;
margin-bottom: 8rpx;
}
.phone {
font-size: 28rpx;
color: #666;
}
.order-stats {
display: flex;
justify-content: space-between;
background: #fff;
border-radius: 16rpx;
padding: 32rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
}
.stat-item {
text-align: center;
}
.stat-value {
font-size: 36rpx;
font-weight: bold;
color: #ff512a;
margin-bottom: 8rpx;
}
.stat-label {
font-size: 28rpx;
color: #666;
}