You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
1.2 KiB

.pages{
position: relative;
}
4 years ago
.option-box{
margin-top: 50rpx;
padding-left: 30rpx;
}
.main{
position: absolute;
left: 0;
top: 0;
z-index: 2;
padding-top: 172rpx;
width: 100%;
}
.back-img{
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.user{
box-sizing: border-box;
}
.user-box{
display: flex;
align-items: center;
4 years ago
padding: 0 30rpx;
}
.log{
width: 118rpx;
height: 118rpx;
border-radius: 50%;
}
.user-info{
flex: 1;
padding-left: 30rpx;
}
.info-box{
display: flex;
align-items: center;
}
.info-box .text{
font-size: 34rpx;
font-weight: bold;
color: #262936;
line-height: 42px;
}
.info-box .tag{
width: 70rpx;
height: 36rpx;
margin-left: 28rpx;
}
.code{
font-size: 34rpx;
color: #565A6B;
line-height: 48rpx;
}
.member-box{
position: relative;
width: 100%;
height: 110rpx;
margin-top: 30rpx;
}
.member{
z-index: 2;
box-sizing: border-box;
padding: 0 30rpx 0 94rpx;
}
.member text{
font-size: 32rpx;
font-weight: bold;
color: #976117;
}
.member-btn{
width: 150rpx;
height: 54rpx;
background: #976117;
border-radius: 26rpx;
font-size: 24rpx;
font-weight: bold;
color: #FFFFFF;
}