*{
box-sizing: border-box;
}
*::before{
box-sizing: border-box;
}
*::after{
box-sizing: border-box;
}
body,dl,dt,dd,ul,li,h1,h2,h3,h4,input,form,a,p,textarea,button{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
color: inherit;
}
ol,ul,li{
list-style: none;
}
.clearfix::after{
content: "";
display: block;
clear: both;
}
/* 解决margin合并问题 */
.noCollapse::before{
content: '';
display: table;
}
.noCollapse::after{
content: '';
display: table;
}
我的reset.css
最新推荐文章于 2024-09-20 19:48:28 发布