Tekkaman

导航

 

Bootstrap按钮

1、

<button type="button" class="btn">基本按钮</button>

 

2、

<button type="button" class="btn btn-default">默认</button>

3、

<button type="button" class="btn btn-primary">原始按钮</button>

4、

<button type="button" class="btn btn-success">成功</button>

5、

<button type="button" class="btn btn-info">信息</button>

6、

<button type="button" class="btn btn-warning">Warning</button>

7、

<button type="button" class="btn btn-danger">危险</button>

8、

<button type="button" class="btn btn-info btn-block">块级按钮</button>

9、

<button type="button" class="btn btn-default" disabled="disabled">禁用的默认按钮</button>

参考:http://www.runoob.com/bootstrap/bootstrap-buttons.html

posted on 2017-05-31 00:59  Tekkaman  阅读(161)  评论(0编辑  收藏  举报