.comments 
{
    clear: both;
    background: url(./img/icons.png) 105px -230px no-repeat;
    width: 50px;
    height: 50px;
}
<div class="index-tools">
    <span class="comments"><?php comments_popup_link( __( '0', 'html5blank' ), __( '1', 'html5blank' ), __( '%', 'html5blank' )); ?></span>
    <span><?php edit_post_link(); ?></span>
</div>
图像不显示,我不知道为什么。我尝试了 .comments a{...},但仍然无法正常工作。我使用“检查元素”检查了路径,它出现了,所以我猜路径应该是正确的。
怎么了??