40 lines
763 B
SCSS
40 lines
763 B
SCSS
.individualCenter{
|
|
position: relative;
|
|
.avatar{
|
|
position: absolute;
|
|
top:190rpx;
|
|
left: 50rpx;
|
|
display: flex;
|
|
.user-name{
|
|
display: flex;
|
|
font-size: 25rpx;
|
|
color: #FFFFFF;
|
|
.name{
|
|
margin-left: 15rpx
|
|
}
|
|
.badge{
|
|
margin-left: 15rpx
|
|
}
|
|
}
|
|
}
|
|
.row{
|
|
height: 80rpx;
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content:flex-end;
|
|
.title{
|
|
margin-left:10rpx;
|
|
margin-right:10rpx;
|
|
|
|
}
|
|
}
|
|
.logout{
|
|
width:30%;
|
|
margin:0 auto;
|
|
margin-top: 10%
|
|
}
|
|
.seller-container{
|
|
|
|
}
|
|
} |