2015-03-25 52 views
-1

當我使用:星Glyphicon不工作,顯示一個箭頭,而不是

<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 

有人可以幫忙嗎?

謝謝

+0

我已經囊括了所有我上面提到的引導文件。 – TRD 2015-03-25 10:39:11

+0

每個瀏覽器或只是具體的這個問題? – freshbm 2015-03-25 10:43:53

+0

似乎瀏覽器的問題。 – 2015-03-25 10:51:41

回答

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 Link是Here

-1

我以前也有過這個問題。他沒有車,他展示了一把錘子。我刪除了緩存,他沒有給我當前的版本,我支持我的數據並重置帳戶,因爲iPhone上的緩存未被清除。之後,我的問題解決了。