BootStrap Glyphicon显示问题

时间:2017-04-24 07:24:49

标签: html twitter-bootstrap glyphicons

我尝试过多种方式。 Glyphicon无法加载。我错过了什么或我在哪里弄错了?我现在一无所知

我经历了这个答案: Answer

仍然无法显示图标。

我的浏览器控制台没有错误。只有Xhr请求返回状态为200。

HTML:

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

这是我的文件夹结构:

enter image description here

我将非常感谢帮助,谢谢:) P.s。:我在引导程序的初始级别。

3 个答案:

答案 0 :(得分:3)

文件夹结构:

enter image description here

在索引页面中附加外部文件:

enter image description here

检查文件夹结构。遵循附加css,脚本的结构,如index.html文件中所示。

我附上了截图。

删除“〜”符号和根文件夹名称,即AppContent。

答案 1 :(得分:2)

Your error solved here,我认为由于你包含的bootstrap库错误导致的错误

....

答案 2 :(得分:1)

您为glyphicon写错了HTML,您可以使用以下代码更新HTML

<a href="#"><span class="glyphicon glyphicon-arrow-right"></span>Login</a>