2017-08-14 100 views
1

的顏色我有glyphicon的跨度無法更改glyphicon

這裏是代碼

<span class="glyphicon glyphicon-calendar blue" style="color: #1d69b4;background:transparent;border:none;"></span> 

在我的本地機器我有藍色

Screen1

但在服務器上我有此

Screen2

爲什麼如此以及如何讓它在本地服務器上具有相同的顏色?

+0

這是不一樣的圖像,圖標是服務器上的不同。 – the4kman

+0

但代碼是一樣的! @ the4kman –

+0

查看開發工具並確保正在加載圖形。 – Alex

回答

1

刪除緩存和Cookie後,我多次與我一起工作正常。你可以嘗試一下。或者在不同的瀏覽器/系統上嘗試它。

0

另一個CSS被改寫你的風格做這種方式:

<span class="glyphicon glyphicon-calendar blue" style="color: #1d69b4 !important;background:transparent;border:none;"></span>