.card { height: auto; margin: 30rpx 20rpx 0rpx 20rpx; background-color: #ffffff; box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16); border-radius: 20rpx; padding-top: 20rpx; } .publisher-name { font-size: 30rpx; } .title { font-size: 24rpx; margin-bottom: 10rpx; } .top { display: flex; justify-content: space-between; align-items: flex-end; margin: 0rpx 30rpx 0rpx 30rpx; } .bottom { display: flex; justify-content: space-between; align-items: center; margin: 20rpx 30rpx 0rpx 30rpx; padding-bottom: 20rpx; } /* .profile { display: flex; align-items: center; } */ .detail { width: 100rpx; font-size: 24rpx; text-align: right; }