index.less
829 Bytes
.my-info-page {
.avatar {
display: flex; align-items: center; justify-content: center; flex-direction: column; margin-top: 50rpx; margin-bottom: 50rpx; position: relative;
.edit {
position: absolute; right: calc(50% - 50rpx); bottom: 10rpx; width: 100rpx; height: 40rpx; color: #FFF; display: flex; align-items: center; justify-content: center;font-size: 28rpx;
}
}
.info-name {
margin: 30rpx 40rpx;
.wrapper {
border: 1px solid #F1EBDF; width: 90%; border-radius: 50rpx; padding: 5rpx 0;
}
}
.info-tel {
margin: 30rpx 40rpx;
.wrapper {
border: 1px solid #F1EBDF; width: 90%; border-radius: 50rpx; padding: 5rpx 0;
}
}
.save-btn {
margin: 50rpx 40rpx;
text {
font-size: 33rpx; font-weight: bold;
}
}
}
.nut-input {
border-radius: 50rpx;
}