Bootstrap--表单

1.搜索表单:

2.行内表单:

3.水平表单:

4.输入框:

 

5.表单控件状态:

 

6.按钮的样式:

<button type="button" class="btn btn-default">默认按钮</button>  
    <button type="button" class="btn btn-primary">原始按钮</button>
     <button type="button" class="btn btn-success">成功按钮</button>
    <button type="button" class="btn btn-info">信息按钮</button>
     <button type="button" class="btn btn-warning">警告按钮</button>
     <button type="button" class="btn btn-danger">危险按钮</button>
      <button type="button" class="btn btn-link">链接按钮</button>

 

posted on 2016-12-11 16:18  麦芽呀~  阅读(102)  评论(0编辑  收藏  举报