相关疑难解决方法(0)

Bootstrap加载错误的glyphicon

您好我正在使用bootstraps glyphicons,但它们无法正常工作.我正在尝试加载glyphicon-ok,glyphicon-remove和glyphicon-star.但问题是这些图标反而加载了.http://imagebin.org/301047

继承人我的头脑

      <head>
           <meta name="viewport" content="width=device-width, initial-scale=1.0">
           <link href="css/bootstrap.css" rel="stylesheet" type="text/css">
           <link href="css/bootstrap-theme.css" rel="stylesheet" type="text/css">
           <link href="css/styles.css" rel="stylesheet" type="text/css">
           <script src="http://code.jquery.com/jquery-latest.js"></script>
           <script src="js/bootstrap.min.js"></script>
      </head>
Run Code Online (Sandbox Code Playgroud)

这是我的字形

      <li>
        <a href="#">
          <span class="glyphicon glyphicon-ok"></span>
        </a>
      </li>
      <li>
        <a href="#">
          <span class="glyphicon glyphicon-remove"></span>
        </a>
      </li>
      <li>
        <a href="#">
          <span class="glyphicon glyphicon-star"></span>
        </a>
      </li>
Run Code Online (Sandbox Code Playgroud)

twitter-bootstrap glyphicons

5
推荐指数
1
解决办法
4372
查看次数

标签 统计

glyphicons ×1

twitter-bootstrap ×1