安科网
源代码:
点击运行
<!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>Fast-forward Glyph</h2> <p>Fast-forward icon: <span class="glyphicon glyphicon-fast-forward"></span></p> <p>Fast-forward icon as a link: <a href="#"> <span class="glyphicon glyphicon-fast-forward"></span> </a> </p> <p>Fast-forward icon on a button: <button type="button" class="btn btn-default btn-sm"> <span class="glyphicon glyphicon-fast-forward"></span> Fast-forward </button> </p> <p>Fast-forward icon on a styled link button: <a href="#" class="btn btn-info btn-lg"> <span class="glyphicon glyphicon-fast-forward"></span> Fast-forward </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号