【发布时间】:2013-12-08 20:24:09
【问题描述】:
我正在使用 Bootstrap 3.0,并且我正在使用 Twitter Bootstrap Glyphicons。我正在尝试使用“glyphicon glyphicon-plus”,但是当我上课时,它没有显示。
附:我正在使用页面http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css 链接到引导程序
代码:
我只有一个图标,没有样式。
<button id='b'><span class='glyphicon glyphicon-plus'></span></button>
【问题讨论】:
-
提供一些示例代码。没有任何上下文,很难排除故障。另外,您可能不正确地链接了字形图标的图像。
标签: html css twitter-bootstrap