案例:Bootstrap案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
  <head>
4
    <meta charset="utf-8">
5
    <meta name="viewport" content="width=device-width, initial-scale=1">
6
    <link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">
7
  </head>
8
9
  <body>
10
    <div class="container">
11
      <h2>Compressed Glyph</h2>
12
      <p>Compressed icon: <span class="glyphicon glyphicon-compressed"></span></p>    
13
      <p>Compressed icon as a link:
14
        <a href="#">
15
          <span class="glyphicon glyphicon-compressed"></span>
16
        </a>
17
      </p>
18
      <p>Compressed icon on a button:
19
        <button type="button" class="btn btn-default btn-sm">
20
          <span class="glyphicon glyphicon-compressed"></span> Compressed
21
        </button>
22
      </p>
23
      <p>Compressed icon on a styled link button:
24
        <a href="#" class="btn btn-info btn-lg">

 运行结果 
 北美留学生论坛