.card { display: flex; flex-direction: column; width: 700rpx; margin: 50rpx 0rpx; background-color: #ffffff; border-radius: 28rpx; box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16); } .avatar-name { display: flex; } .publisher-avatar { width: 50rpx; height: 50rpx; border-radius: 30rpx; margin-left: 10rpx; z-index: 2; border-color: #9E9E9E; border-style: solid; border-width: 2rpx; background-color: #ffffff; } .profile { display: flex; justify-content: space-between; position: relative; top: -20rpx; margin-right: 10rpx; } .publisher-name { font-size: 24rpx; align-self: center; background-color: #ffffff; padding: 5rpx 20rpx 5rpx 30rpx; margin-left: -20rpx; border-radius: 22rpx; box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16); z-index: 1; } .time { margin-left: 10rpx; font-size: 20rpx; } .activity-attribute { font-size: 24rpx; align-self: center; padding-top: 5rpx; padding-bottom: 5rpx; padding-right: 20rpx; padding-left: 20rpx; border-radius: 28rpx; box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16); } .title { font-size: 28rpx; } .title-time { margin-left: 50rpx; margin-right: 30rpx; margin-bottom: 20rpx; display: flex; justify-content: space-between; align-items: flex-end; } .sub-title { font-size: 24rpx; margin-left: 50rpx; margin-bottom: 20rpx; margin-right: 20rpx; } .bottom-line { display: flex; justify-content: space-between; align-items: center; margin: 10rpx 10rpx 30rpx 10rpx; } .tags { display: flex; align-items: center; } .tag { margin: 0rpx 20rpx; font-size: 22rpx; white-space: nowrap; } .to-detail { display: flex; align-items: center; } .arrow { height: 20rpx; width: 20rpx; margin: 0rpx 20rpx 0rpx 20rpx; }