Bootstrap之CSS组件

1.  字体图标

    包括 250 多个来自 Glyphicon Halflings 的字体图标。Glyphicons Halflings 一般是收费的,但是他们的作者允许 Bootstrap 免费使用。为了表示感谢,希望你在使用时尽量为 Glyphicons 添加一个友情链接。    

<button type="button" class="btn btn-default" aria-label="Left Align">
  <span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
</button>

<button type="button" class="btn btn-default btn-lg">
  <span class="glyphicon glyphicon-star" aria-hidden="true"></span> Star
</button>

2.  下拉菜单

3.  按钮组

4.  按钮式下拉菜单

5.  输入框组

6.  导航

7.  导航条  

        

posted @ 2024-04-23 14:35  奋斗史  阅读(17)  评论(0)    收藏  举报