首頁  >  文章  >  web前端  >  bootstrap按鈕顏色屬性有幾種

bootstrap按鈕顏色屬性有幾種

青灯夜游
青灯夜游原創
2021-11-11 14:25:203696瀏覽

按鈕顏色屬性有7種:1、「btn-primary」;2、「btn-info」;3、「btn-success」;4、「btn-warning」;5、「btn- danger」;6、「btn-inverse」;7、「btn-default」。

bootstrap按鈕顏色屬性有幾種

本教學操作環境:Windows7系統、bootsrap3.3.7版、DELL G3電腦

bootstrap 按鈕顏色屬性有7種:

bootstrap按鈕顏色屬性有幾種

bootstrap中可以使用下面列出的類別可以快速建立一個帶有預先定義樣式的按鈕。

<!-- Standard button -->
<button type="button" class="btn btn-default">(默认样式)Default</button>

<!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
<button type="button" class="btn btn-primary">(首选项)Primary</button>

<!-- Indicates a successful or positive action -->
<button type="button" class="btn btn-success">(成功)Success</button>

<!-- Contextual button for informational alert messages -->
<button type="button" class="btn btn-info">(一般信息)Info</button>

<!-- Indicates caution should be taken with this action -->
<button type="button" class="btn btn-warning">(警告)Warning</button>

<!-- Indicates a dangerous or potentially negative action -->
<button type="button" class="btn btn-danger">(危险)Danger</button>

<!-- Deemphasize a button by making it look like a link while maintaining button behavior -->
<button type="button" class="btn btn-link">(链接)Link</button>

bootstrap按鈕顏色屬性有幾種

推薦學習:《bootstrap使用教程

以上是bootstrap按鈕顏色屬性有幾種的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn