加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

twitter-bootstrap – Bootstrap加载错误的glyphicon

发布时间:2020-12-18 00:17:56 所属栏目:安全 来源:网络整理
导读:您好我正在使用bootstraps glyphicons,但它们无法正常工作.我正在尝试加载glyphicon-ok,glyphicon-remove和glyphicon-star.但问题是这些图标反而加载了. http://imagebin.org/301047 继承人我的头脑 head meta name="viewport" content="width=device-width,
您好我正在使用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>

这是我的字形

<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>

解决方法

我也遇到了同样的问题,唯一对我有用的是项目文件夹层次结构的变化.为了更好地理解,下面提到的是我项目的文件夹层次结构:
**Earlier(problematic):**
-Public
  --CSS
     ---Bootstrap
         ----bootstrap.min.css
         ----bootstrap.css           
  --Fonts
  --Images
  --JS

**Latest (Solution)**
-Public
  --CSS
     ---Bootstrap
         ----bootstrap.min.css
         ----bootstrap.css           
     ---Fonts
  --Images
  --JS

简而言之,除了’Bootstrap’文件夹之外,还必须放置’Fonts’文件夹!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读