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

拉風的咖菲貓
TA貢獻1995條經(jīng)驗 獲得超2個贊
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>
這樣就可以。詳細的icon列表你可以去bootstrap的官網(wǎng)上面看。
- 2 回答
- 0 關注
- 1405 瀏覽
添加回答
舉報
0/150
提交
取消