.card{ height: auto; width: 700rpx; margin-top: 20rpx; } .publisher-avatar{ width: 50rpx; height: 50rpx; border-radius: 30rpx; margin-right: 20rpx; } .profile{ width: 700rpx; display: flex; align-items: center; justify-content: space-between; } .publisher-name{ font-size: 30rpx; align-self: center; display: flex; } .title{ font-size: 30rpx; margin-left: 70rpx; margin-bottom: 10rpx; font-weight: 800; } .sub-title{ font-size: 25rpx; margin-left: 70rpx; margin-bottom: 20rpx; margin-right: 20rpx; } .line{ width: 700rpx; height: 1rpx; margin-top: 20rpx; } .like{ height: 40rpx; width: 40rpx; }