欧美亚洲中文,在线国自产视频,欧洲一区在线观看视频,亚洲综合中文字幕在线观看

      1. <dfn id="rfwes"></dfn>
          <object id="rfwes"></object>
        1. 站長資訊網(wǎng)
          最全最豐富的資訊網(wǎng)站

          bootstrap按鈕顏色屬性有幾種

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

          bootstrap按鈕顏色屬性有幾種

          本教程操作環(huán)境:Windows7系統(tǒng)、bootsrap3.3.7版、DELL G3電腦

          bootstrap 按鈕顏色屬性有7種:

          bootstrap按鈕顏色屬性有幾種

          bootstrap中可以使用下面列出的類可以快速創(chuàng)建一個帶有預(yù)定義樣式的按鈕。

          <!-- 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使用教程》

          贊(0)
          分享到: 更多 (0)
          網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號