<title>W3xue教程(w3xue.com)</title>
<link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">
<script src="/js/bootstrap/jquery.min.js"></script>
<script src="/js/bootstrap/bootstrap3.3.7.min.js"></script>
<p> .btn-xs 类制作一个超小的按钮:</p>
<button type="button" class="btn btn-default btn-xs">超小默认的按钮</button>
<button type="button" class="btn btn-info btn-xs">超小信息按钮</button>