bootstrap常用的图标集

图标集见:https://v3.bootcss.com/components/

使用很简单,看一个例子就懂了:

不使用<span>时:

<button type="button" class="btn btn-primary"> 添加记录 </button>

结果:

 

当使用<span>后:

<button type="button" class="btn btn-primary">
	<span class="glyphicon glyphicon-plus"></span>添加记录
</button>

结果:

猜你喜欢

转载自blog.csdn.net/qq_40323256/article/details/92145874
今日推荐