page{ background-color: #fff; } .talk-user, .user-info{ display: flex; justify-content: space-between; margin-bottom: 10rpx; } .user-info image{ width: 80rpx; height: 80rpx; margin-right: 20rpx; } .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; } .talk-box{ border-bottom: 1px solid #F9FAFC; padding: 20rpx 0; } .talk-box:last-child{ border-bottom: none; } .talk-count{ margin-top: 10rpx; display: flex; justify-content: space-between; font-size: 28rpx; color: #BBB; } .photo-box{ display: inline-block; width: 32%; height: 150rpx; margin-right: 2%; margin-bottom: 15rpx; text-align: center; } .photo-box:nth-child(3n){ margin-right: 0; } .photo-box image{ height: 100%; }