Star Glyphicon无效,显示箭头

时间:2015-03-25 10:38:24

标签: html glyphicons

当我使用时:

<button type="button" class="btn btn-default btn-lg">
  <span class="glyphicon glyphicon-star" aria-hidden="true"></span> Star
</button>

而不是星星,它显示一个箭头, 当我使用搜索glyphicon时,它显示菱形。很少有字形显示。

   bootstrap.min.css
   bootstrap-theme.min.css
   bootstrap-theme.css
   bootstrap.css  
   http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
   bootstrap.min.js

有人可以帮忙吗?

谢谢

2 个答案:

答案 0 :(得分:0)

这可能对您有所帮助

<link href = "http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel = "stylesheet">
<div class="the-icons">

    <span class="glyphicon glyphicon-search"></span>
    <span class="glyphicon glyphicon-star"></span>
</div>

演示Here

确保包含bootstrap.min.css链接为Here

答案 1 :(得分:-1)

之前我也遇到过这个问题。在车上,他展示了一把锤子。我删除了缓存,他没有给我当前的版本,我备份了我的数据并重置了帐户,因为在iPhone上缓存没有被清除。在此之后我的问题得到了解决。