.card{ display: flex; flex-direction: column; width: 700rpx; margin-top: 20rpx; } .publisher-avatar{ width: 50rpx; height: 50rpx; border-radius: 30rpx; margin-left: 10rpx; margin-right: 10rpx; } .profile{ display: flex; justify-content: space-between; padding-right: 30rpx; } .publisher-name{ font-size: 30rpx; align-self: center; margin-right: 10rpx; font-weight: 800; } .time{ font-size: 20rpx; align-self: center; } .activity-attribute{ font-size: 20rpx; align-self: center; padding-top: 5rpx; padding-bottom: 5rpx; padding-right: 20rpx; padding-left: 20rpx; } .title{ font-size: 30rpx; margin-left: 68rpx; margin-bottom: 10rpx; font-weight: 800; } .sub-title{ font-size: 30rpx; margin-left: 68rpx; margin-bottom: 20rpx; margin-right: 20rpx; } .line{ width: 700rpx; height: 1rpx; margin-top: 20rpx; }