安科网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://apps.bdimg.com/libs/bootstrap/3.3.0/css/bootstrap.min.css"> </head> <body> <div class="container"> <h2>Sort-by-alphabet-alt Glyph</h2> <p>Sort-by-alphabet-alt icon: <span class="glyphicon glyphicon-sort-by-alphabet-alt"></span></p> <p>Sort-by-alphabet-alt icon as a link: <a href="#"> <span class="glyphicon glyphicon-sort-by-alphabet-alt"></span> </a> </p> <p>Sort-by-alphabet-alt icon on a button: <button type="button" class="btn btn-default btn-sm"> <span class="glyphicon glyphicon-sort-by-alphabet-alt"></span> Sort-by-alphabet-alt </button> </p> <p>Sort-by-alphabet-alt icon on a styled link button: <a href="#" class="btn btn-info btn-lg"> <span class="glyphicon glyphicon-sort-by-alphabet-alt"></span> Sort-by-alphabet-alt </a> </p> </div> <script src="//apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//apps.bdimg.com/libs/bootstrap/3.3.0/js/bootstrap.min.js"></script> </body> </html>
运行结果
Copyright © 2013 - 2019 Ancii.com All Rights Reserved
京ICP备18063983号-5
京公网安备11010802014868号