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