/* 调整头像大小 */
.card-newest-comments .comment-avatar {
    width: 40px; /* 根据需要调整宽度 */
    height: 40px; /* 根据需要调整高度 */
}

/* 调整评论内容大小 */
.card-newest-comments .comment-content {
    font-size: 14px; /* 根据需要调整字体大小 */
}