html中怎么添加bootstrap中的圖標
2 回答

瀟瀟雨雨
TA貢獻1833條經驗 獲得超4個贊
bootstrap 中包含的文件有
bootstrap/ ├──?css/ │ ├── bootstrap.css?│ ├── bootstrap.min.css?├──?js/ │ ├── bootstrap.js?│ ├── bootstrap.min.js?└── img/ ├── glyphicons-halflings.png └── glyphicons-halflings-white.png
在你的web目錄下面必須要有
└── img/ ├── glyphicons-halflings.png └── glyphicons-halflings-white.png
才能使用bootstrap 中的圖標
使用的時候
<i class="icon-glass"></i>
這樣就可以。
- 2 回答
- 0 關注
- 670 瀏覽
添加回答
舉報
0/150
提交
取消