.talk-container { margin-bottom: 100rpx; } .talk { background-color: #fff; margin-bottom: 10rpx; padding: 20rpx; } .talk-user,.user-info { display: flex; justify-content: space-between; margin-bottom: 10rpx; } .user-info image { border-radius: 50%; height: 80rpx; margin-right: 20rpx; width: 80rpx; } .good image { height: 40rpx; margin-top: -8rpx; vertical-align: middle; width: 40rpx; } .name { font-size: 32rpx; line-height: 50rpx; } .time { color: #888; font-size: 24rpx; } .good text { line-height: 80rpx; } .talk-content { font-size: 30rpx; line-height: 40rpx; margin-bottom: 20rpx; } .reply { background-color: #eee; margin-top: 10rpx; padding: 20rpx; } .reply-content { padding-left: 100rpx; } .photo-box { display: inline-block; height: 180rpx; margin-right: 2%; overflow: hidden; position: relative; text-align: center; width: 32%; } .photo-box:nth-child(3n) { margin-right: 0; } .photo-box image { height: 100%; } .my-talk { background-color: #fff; bottom: 0; color: #f55054; font-size: 32rpx; left: 0; line-height: 100rpx; right: 0; } .my-talk,.new-talk { position: fixed; text-align: center; } .new-talk { background-color: #f55054; border-radius: 50%; bottom: 120rpx; color: #fff; font-size: 60rpx; height: 120rpx; line-height: 120rpx; right: 20rpx; width: 120rpx; } .video-box { height: auto!important; width: 65%; } .video-box video { width: 100%; } .no-data { margin-top: 150rpx; text-align: center; } .no-data image { width: 300rpx; } .photo-one { height: auto; width: 50%; } .photo-one image { max-width: 100%; } .photo-four image,.photo-more image { height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 100%; } .photo-four:nth-child(3) { margin-right: 2%; }