基本用法
<span class="glyphicon glyphicon-search"></span>
可以将图标放于按钮于链接中,
一个大按钮,按钮的内容是图标,按钮的背景色为蓝色。
<button type="button" class="btn btn-primary btn-lg">
  <span class="glyphicon glyphicon-user"></span> User
</button>

glyphicon图标加上颜色:

<span class="glyphicon glyphicon-cloud text-primary"></span>   将class设置在成如 text-primary 就可以给图标加上颜色。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2021-10-08
  • 2021-10-06
  • 2021-11-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
相关资源
相似解决方案