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.
48 lines
778 B
48 lines
778 B
5 years ago
|
.box {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
flex-wrap: wrap;
|
||
|
padding: 0rpx 40rpx 19rpx 40rpx;
|
||
|
}
|
||
|
|
||
|
.box .item {
|
||
|
width: 320rpx;
|
||
|
height: 282rpx;
|
||
|
margin-top: 20rpx;
|
||
|
background: #fff;
|
||
|
border-radius: 20rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.box .item image {
|
||
|
width: 110rpx;
|
||
|
height: 110rpx;
|
||
|
border-radius: 50%;
|
||
|
margin-top: 40rpx;
|
||
|
}
|
||
|
|
||
|
.box .item .name {
|
||
|
margin-top: 11rpx;
|
||
|
font-size: 30rpx;
|
||
|
font-weight: bold;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
}
|
||
|
|
||
|
.box .item .autograph {
|
||
|
margin-top: 18rpx;
|
||
|
font-size:26rpx;
|
||
|
font-weight:500;
|
||
|
color:rgba(193,193,193,1);
|
||
|
}
|
||
|
|
||
|
.show {
|
||
|
padding: 0rpx 40rpx;
|
||
|
height: 24rpx;
|
||
|
font-size: 24rpx;
|
||
|
line-height: 24rpx;
|
||
|
font-weight: 500;
|
||
|
color: #C5C5C5;
|
||
|
}
|