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.
57 lines
1020 B
57 lines
1020 B
page {
|
|
height: auto;
|
|
overflow-y: auto;
|
|
background: #f7f6fb;
|
|
padding-top: 20rpx;
|
|
}
|
|
.list{
|
|
background: #fff;
|
|
}
|
|
.list .line{
|
|
height: 1rpx;
|
|
width: calc(100% - 144rpx);
|
|
margin-left: 124rpx;
|
|
background: #E5E5E5;
|
|
margin-top: 1rpx;
|
|
}
|
|
.list-all{
|
|
padding: 20rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.list-all .left-img{
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.list-all .left-img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
.list-all .list-info{
|
|
width: calc(100% - 104rpx);
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.list-all .list-info .name{
|
|
font-size:32rpx;
|
|
font-weight:500;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.list-all .label{
|
|
margin-left: 10rpx;
|
|
height: 28rpx;
|
|
width: 74rpx;
|
|
text-align: center;
|
|
border-top-left-radius:10rpx;
|
|
border-bottom-right-radius:10rpx;
|
|
background-color: #29b9a5;
|
|
font-size:20rpx;
|
|
font-weight:500;
|
|
color:rgba(255,255,255,1);
|
|
line-height:28rpx;
|
|
}
|
|
|