.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; } .show { padding: 0rpx 40rpx; height: 24rpx; font-size: 24rpx; line-height: 24rpx; font-weight: 500; color: #C5C5C5; }