125 lines
2.0 KiB
CSS

.header {
margin: 40rpx 0 45rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.avatar_pic {
width: 130rpx;
height: 130rpx;
border-radius: 50%;
}
.main {
margin: 45rpx 20rpx 62rpx;
background: #FFFFFF;
background: yellow;
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.tabel {
height: 100rpx;
display: flex;
align-items: center;
}
.left {
font-size: 28rpx;
color: #999999;
margin-right: 68rpx;
}
.right {
display: flex;
align-items: center;
height: 100rpx;
flex: 1;
border-bottom: 1rpx solid #EBEBEB;
}
.right_radio {
margin-left: 45rpx;
}
.no_border{
border-bottom: none;
}
.btn {
margin: 62rpx 75rpx 60rpx;
height: 90rpx;
line-height: 90rpx;
background: linear-gradient( 91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
text-align: center;
font-weight: 600;
font-size: 36rpx;
color: #FFFFFF;
}
/* .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 {
text-align: right;
font-size: 26rpx;
font-weight: 400;
color: #222222;
}
.right-icon {
width: 40rpx;
height: 40rpx;
}
.item-right-icon {
width: 13rpx;
height: 26rpx;
} */
/*
.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;
}