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

42 lines
641 B

5 years ago
5 years ago
.item {
5 years ago
width: 320rpx;
height: 282rpx;
margin-top: 20rpx;
background: #fff;
border-radius: 20rpx;
display: flex;
flex-direction: column;
align-items: center;
}
5 years ago
.item image {
5 years ago
width: 110rpx;
height: 110rpx;
border-radius: 50%;
margin-top: 40rpx;
}
5 years ago
.item .name {
5 years ago
margin-top: 11rpx;
font-size: 30rpx;
font-weight: bold;
color: rgba(51, 51, 51, 1);
}
5 years ago
.item .autograph {
5 years ago
margin-top: 10rpx;
5 years ago
font-size:26rpx;
font-weight:500;
color:rgba(193,193,193,1);
5 years ago
padding: 0 20rpx;
5 years ago
}
.show {
padding: 0rpx 40rpx;
height: 24rpx;
font-size: 24rpx;
line-height: 24rpx;
font-weight: 500;
color: #C5C5C5;
}