以下的所有内容都是从这儿查看的:
http://davidstutz.github.io/bootstrap-multiselect/
<span class="input-group-addon"><i class="glyphicon glyphicon-search"></i></span>
原本,上面看应该是一个搜索图标,即一个方大镜一样的,我从firebug上找到了上面的这段代码,但进一步查进CSS,
.glyphicon-search:before {
content: ""; //这儿也是显示乱码。但页面上却是正常的。
}
*:before, *:after {
-moz-box-sizing: border-box;
}
*:before, *:after {
-moz-box-sizing: border-box;
}
.glyphicon {
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
position: relative;
top: 1px;
}
请问:这个搜索图标是怎么出来 的?我少了什么文件?
--
FROM 116.247.85.*