xiaoqianliu
 

查看可用的字体图标列表:


http://www.runoob.com/try/demo_source/bootstrap3-glyph-icons.htm

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>图标应用</title>
    <!-- Bootstrap -->
 <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">  
</head>
<body>
<!-- 调用 -->
   <span class="glyphicon glyphicon-adjust"></span>
</body>
</html>

分类:

技术点:

相关文章:

  • 2021-10-11
  • 2021-09-18
  • 2022-01-27
  • 2021-06-18
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2022-12-23
  • 2021-11-05
  • 2021-12-08
  • 2021-09-15
  • 2021-09-25
相关资源
相似解决方案