我正在使用 bootstrap 3 和 glyphicons(PRO 版本,但几乎相同,还有一些图标)作为字体。
上下文中的示例代码:
<div class="col-md-4">
<span class="glyph_icons compass"></span><br />
<h4>Jurassic Park Lorem Ipsum</h4>
<p>I was overwhelmed by the power of this place; but I made a mistake, too. I didn't have enough respect for that power and it's out now. The only thing that matters now are the people we love: Alan and Lex and Tim. John, they're out there where people are dying.</p>
</div>
它运作良好。现在我想添加一个悬停颜色变化,它有一些小故障。有时(但并非总是)它不能正确地改变图标侧面的颜色(它在跨度框之外的部分。有时它在鼠标悬停时失败,有时在鼠标悬停时又回到原始颜色。 〜1秒后它修复了。
鼠标悬停失败:
鼠标移出失败:
注意:如果我将字母间距更改为 1.1em 或更大,它似乎可以解决图标右侧的问题,但无法找到解决左侧问题的方法。
错误演示:http: //www.bootply.com/116686