.message-detail { position: fixed; top: 0rpx; bottom: 80rpx; left: 0rpx; right: 0rpx; } .like { height: 40rpx; width: 40rpx; position: relative; float: right; right: 40rpx; } .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; } .page { display: flex; flex-direction: column; justify-content: flex-start; width: 100%; } .card { display: flex; flex-direction: column; align-self: center; align-items: center; 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); } .card1 { display: flex; flex-direction: column; align-self: center; width: 700rpx; margin: 10rpx 30rpx; } .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; } .title2 { font-size: 34rpx; position: relative; float: left; left: 30rpx; } .title-time { margin-left: 50rpx; margin-right: 30rpx; margin-bottom: 20rpx; display: flex; justify-content: space-between; align-items: flex-end; } .bottom-line { display: flex; justify-content: space-between; align-items: center; margin: 10rpx 10rpx 30rpx 10rpx; } .activity-poster { height: 330rpx; width: 700rpx; border-radius: 20rpx 20rpx 0rpx 0rpx; } .text { font-size: 24rpx; margin-left: 50rpx; margin-bottom: 20rpx; margin-right: 20rpx; } .line { height: 2rpx; margin: 10rpx 20rpx 20rpx 20rpx; } .text { font-size: 24rpx; margin-left: 50rpx; margin-bottom: 20rpx; margin-right: 20rpx; } .btn-icon { height: 30rpx; width: 30rpx; margin-right: 10rpx; } .btn { display: flex; font-size: 24rpx; align-self: flex-end; 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); width: 140rpx; margin-bottom: 20rpx; margin-right: 20rpx; margin-top: 10rpx; }