reset.css

一些基础css样式

@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
ul,ol,dl{
    list-style: none;
}
.clearFloat:after{
    display: block;
    content: "";
    height:0; 
    visibility:hidden; 
    clear: both;
}
.clearFloat{
    zoom: 1;
}

 

posted @ 2018-11-28 14:07  超爱吃玉米  阅读(204)  评论(0)    收藏  举报