55 lines
856 B
Plaintext
55 lines
856 B
Plaintext
/**index.wxss**/
|
|
.userinfo {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.userinfo-avatar {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
margin: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.userinfo-nickname {
|
|
color: #aaa;
|
|
}
|
|
|
|
.usermotto {
|
|
margin-top: 30px;
|
|
}
|
|
.usermotto image{
|
|
width: 290px;
|
|
height: 390px;
|
|
}
|
|
.user-info{
|
|
border-bottom: solid 1px #efefef;
|
|
}
|
|
.user-info-header{
|
|
position: relative;
|
|
}
|
|
.text-nickname{
|
|
font-size: 40rpx;
|
|
}
|
|
.last-evaluation{
|
|
font-size: 24rpx;
|
|
background:#259B24;
|
|
color:#fff;
|
|
margin-left:20rpx;
|
|
border-radius: 8rpx;
|
|
padding:0rpx 8rpx;
|
|
}
|
|
.last-evaluation.level-0{
|
|
background:#fff;
|
|
color:#999;
|
|
}
|
|
.last-evaluation.level-1{
|
|
background-color: #259b24;
|
|
}
|
|
.last-evaluation.level-2{
|
|
background-color: #ff9800;
|
|
}
|
|
.last-evaluation.level-3{
|
|
background-color: #e51c23;
|
|
} |