锦水居民端小程序
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.
 

43 lines
669 B

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