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.
|
|
|
|
|
|
|
.item {
|
|
|
|
width: 320rpx;
|
|
|
|
height: 282rpx;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item .faceImg {
|
|
|
|
width: 110rpx;
|
|
|
|
height: 110rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-top: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item .name {
|
|
|
|
margin-top: 11rpx;
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.item .name image {
|
|
|
|
width: 30rpx;
|
|
|
|
height: 30rpx;
|
|
|
|
margin-left: 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item .autograph {
|
|
|
|
margin-top: 10rpx;
|
|
|
|
font-size:26rpx;
|
|
|
|
/* font-weight:500; */
|
|
|
|
color: #333;
|
|
|
|
padding: 0 20rpx;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show {
|
|
|
|
padding: 0rpx 40rpx;
|
|
|
|
height: 24rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
line-height: 24rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #C5C5C5;
|
|
|
|
}
|