我下载了最新的 Bootstrap v3 文件并导入了 bootstrap.min.css。但我永远无法使用 Glyphicon 图标。我很确定我的 CSS 是正确的。下面是我的 HTML。为什么?
<span class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span>
我下载了最新的 Bootstrap v3 文件并导入了 bootstrap.min.css。但我永远无法使用 Glyphicon 图标。我很确定我的 CSS 是正确的。下面是我的 HTML。为什么?
<span class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span>
确保路径fonts
正确。boostrap.min.css 中的定义如下所示:
[..] url('../fonts/glyphicons-halflings-regular.eot')
Bootstrap 通常包括三个主要文件夹,即 CSS、Fonts 和 JS。'Fonts' 文件夹的丢失或错误替换会在显示引导字形图标时产生问题。查看另一个类似的问题Bootstrap loading wrong glyphicon