1. 程式人生 > >Bootstrap按鈕

Bootstrap按鈕

bootstrap 分享 pan htm isa tar div type 技術

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

Bootstrap按鈕