89 lines
1.4 KiB
CSS

.header {
margin: 40rpx 0 45rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.avatar_pic {
width: 130rpx;
height: 130rpx;
border-radius: 50%;
}
.item{
display:flex;
border-bottom:1px solid #e6e6e6;
height: 90rpx;
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 52rpx;
margin-right: 48rpx;
}
.item-left {
display: flex;
align-items: center;
}
.item-title {
font-size: 26rpx;
color: #999999;
}
.item-icon {
width: 30rpx;
height: 30rpx;
margin-right: 20rpx;
}
.item-right {
/* flex: 1; */
text-align: right;
font-size: 26rpx;
font-weight: 400;
color: #222222;
}
.right-icon {
width: 40rpx;
height: 40rpx;
}
.item-right-icon {
width: 13rpx;
height: 26rpx;
}
/* TODO: 为什么不生效? */
.not-border{
border-bottom: none;
}
.item:last-child{
border-bottom:none
}
.line {
background: #F9F9F9;
height: 20rpx;
}
.desc {
font-size: 26rpx;
font-weight: 400;
color: #FF512A;
}
.quit_login {
margin: 10rpx 50rpx 0;
background: #FF512A;
border-radius: 100rpx 100rpx 100rpx 100rpx;
height: 80rpx;
color: #FFFFFF;
font-size: 36rpx;
font-weight: 400;
line-height: 80rpx;
}
.u-upload__wrap__preview {
width: 130rpx;
height: 130rpx;
border-radius: 50% !important;
}
.u-upload__wrap__preview__image {
width: 100% !important;
height: 100% !important;
object-fit: cover;
}