BootStrap--CSS組件--字型表徵圖(glyphicon)

來源:互聯網
上載者:User

使用的時候同時使用兩個樣式,即.glyphicon和.glyphicon-/* 開頭的樣式

//字型表徵圖.html<div class="btn-toolbar">    <div class="btn-group">        <a href="#" class="btn btn-default"><span class="glyphicon glyphicon-align-left"></span></a>        <a href="#" class="btn btn-default"><span class="glyphicon glyphicon-align-center"></span></a>        <a href="#" class="btn btn-default"><span class="glyphicon glyphicon-align-right"></span></a>    </div></div>
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.