/* .activity-poster{ width: 100%; height: 300rpx; margin-bottom: 0rpx; display: flex; flex-direction: column; } .activity-info{ font-size: 35rpx; display: flex; flex-direction: column; } .top-column{ margin-left: 30rpx; margin-right: 30rpx; display: flex; flex-direction: column; margin-top: 10rpx; } .brief-info{ display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .brief-info-left{ display: flex; flex-direction: row; align-items: center; } .publisher-avatar{ height: 50rpx; width: 50rpx; border-radius: 30rpx; } .publisher-name{ font-weight: 800; margin-left: 10rpx; } */ .like { height: 50rpx; width: 50rpx; } /* .activity-name{ font-weight: 800; margin-left: 60rpx; margin-bottom: 10rpx; } .activity-time{ margin-left: 50rpx; font-size: 30rpx; } .activity-place{ margin-left: 50rpx; font-size: 30rpx; } .line{ width: 100%; height: 5rpx; margin: 5rpx 0rpx; } .activity-detail-text{ text-indent: 2em; } .message-block{ margin-bottom: 80rpx; margin-left: 50rpx; margin-right: 50rpx; font-size: 30rpx; } */ .activity-detail { margin: -40rpx 40rpx 0rpx 40rpx; font-size: 30rpx; } .comment { display: flex; justify-content: space-between; align-items: center; height: 80rpx; padding-left: 20rpx; padding-right: 20rpx; position: fixed; bottom: 0rpx; left: 0rpx; right: 0rpx; } .comment-inside { border-radius: 20rpx; background: #dadada; } .comment-input { font-size: 35rpx; } .comment-button { height: 80rpx; width: 100rpx; line-height: 80rpx; font-size: 30rpx; text-align: center; } .card { display: flex; flex-direction: column; width: 700rpx; margin: 50rpx 20rpx; padding-bottom: 20rpx; 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; align-items: center; margin: 10rpx 10rpx 30rpx 10rpx; } .tags { display: flex; flex-direction: row; align-items: center; } .to-detail { display: flex; flex-direction: row; align-items: center; } .arrow { height: 20rpx; width: 20rpx; margin: 0rpx 20rpx 0rpx 20rpx; }