清除浮动
.clearFix::before,
.clearFix::after{
content: “”;
display: block;
visibility: hidden;//隐藏标签元素的内容
height: 0;
line-height: 0;
clear: both;
}
/使用精灵图的公用样式/
[class^=“icon_”],[class*=" icon_"]{
background-repeat: no-repeat;
background-image: url("../images/sprites.png");
background-size: 200px 200px;
}