65 lines
1007 B
Plaintext

.container {
padding: 32rpx;
}
.avatar-section {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 40rpx;
}
.avatar {
width: 120rpx;
height: 120rpx;
border-radius: 50%;
margin-bottom: 20rpx;
}
.change-avatar-btn {
font-size: 28rpx;
color: #2583ff;
background-color: transparent;
border: none;
}
.info-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 32rpx 0;
border-bottom: 1rpx solid #eee;
}
.label {
font-size: 28rpx;
color: #333;
}
.value {
font-size: 28rpx;
color: #666;
}
.save-btn {
width: 100%;
height: 80rpx;
line-height: 80rpx;
background-color: #2583ff;
color: #fff;
font-size: 32rpx;
text-align: center;
border-radius: 40rpx;
margin-top: 40rpx;
}
input{
text-align: right;
}
.picker{
flex: 1;
}
.btn2{
background-color: #666;
}