静态页面常用的公共样式

清除浮动
.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;

}

猜你喜欢

转载自blog.csdn.net/qq_43174356/article/details/88655312
今日推荐