.card{ display: flex; flex-direction: column; width: 700rpx; margin-top: 60rpx; background-color: #ffffff; border-radius: 28rpx; box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0,0,0,0.16); } .avatar-name{ display: flex; flex-direction: row; } .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; flex-direction: row; 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{ font-size: 16rpx; } .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; flex-direction: row; 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; flex-direction: row; justify-content: space-between; margin: 10rpx 10rpx 30rpx 10rpx; } .to-detail{ display: flex; flex-direction: row; align-items: center; } .arrow{ height: 20rpx; width: 20rpx; margin: 0rpx 20rpx 0rpx 20rpx; }