Bootstrap中的图标的封装是由Glyphicons提供的140个图标,包含深灰色(默认)和白色两种颜色。
[url]http://v2.bootcss.com/base-css.html#icons[/url]
bootstrap\bootstrap\img中有两张jpg,查看源码得知正好使用了css sprits 定位不同的小图标。
[img]http://dl2.iteye.com/upload/attachment/0105/8197/67e3f97f-1cb8-368b-a62d-37d95eb6262e.png[/img]
[url]http://v2.bootcss.com/base-css.html#icons[/url]
bootstrap\bootstrap\img中有两张jpg,查看源码得知正好使用了css sprits 定位不同的小图标。
[img]http://dl2.iteye.com/upload/attachment/0105/8197/67e3f97f-1cb8-368b-a62d-37d95eb6262e.png[/img]
.icon-glass {
background-position: 0 0;
}
.icon-music {
background-position: -24px 0;
}