@import '../../../styles/base.less'; .comment { padding: 40rpx 0; .comment-header { display: flex; align-items: center; justify-content: space-between; .header-text { flex: 1; padding:0 10rpx; } .header-avatar { width: 80rpx; height: 80rpx; .header-avatar-image { width: 100%; height: 100%; margin: 0 auto; border-radius: 50%; } } } .comment-content { .comment-text { padding: 10rpx 0; } .comment-images { display: flex; flex-wrap: wrap; } .comment-image { width: 210rpx; height: 210rpx; margin: 6rpx; background: #999999; } } }