我正在使用亚马逊 s3。
我的字形图标不显示。
我在脑海中添加了以下内容
<style>
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("https://s3.amazonaws.com/BUCKET/img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
</style>
我以为它会覆盖旧路径,但我仍然看不到字形。
有任何想法吗?