css - Bootstrap 3 Glyphicons 不显示

标签 css twitter-bootstrap

出于某种原因,我的 Bootstrap Glyphicons 没有显示。

我已尝试找到答案 here , here , here , 和 here

这是我的 HTML:

<div class="service-wrapper">
     <h2 class="pricing-plan-title">Plan</h2>
     <span class="glyphicon glyhpicon-pencil" aria-hidden="true"></span>
    <p>Praesent rhoncus mauris ac sollicitudin vehicula. Nam fringilla turpis turpis</p>
</div>

有人能看到我错过了什么吗?

最佳答案

您需要更正来自 gly<b>hp</b>icon 的拼写至 gly<b>ph</b>icon :

<!-- From: --> <span class="glyphicon gly<b>hp</b>icon-pencil" aria-hidden="true"></span>
<!-- To:   --> <span class="glyphicon gly<b>ph</b>icon-pencil" aria-hidden="true"></span>

关于css - Bootstrap 3 Glyphicons 不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26984614/

相关文章:

html - Div 应包含屏幕的 100% 高度

javascript - JS获取Bootstrap下拉菜单的值

twitter-bootstrap - Yii Bootstrap Thumbail - 图像钻取

css - Bootstrap 移动内联表单

html - 如何在图像列表周围 float 文本 (CSS)

html - 图像在 chrome 和 mozilla 中不同

html - 悬停时背景图像更改不起作用

html - Bootstrap 按钮悬停继承类

html - 页脚不是居中文本

css - Bootstrap 列表组中的垂直对齐文本