0
点赞
收藏
分享

微信扫一扫

css的全局样式

芭芭蘑菇 2022-03-30 阅读 104

*{

margin: 0; padding: 0;

box-sizing: border-box;

}

body{

width: 100%;

font-size: 12px;

font-family: microsoft yahei,"微软雅黑";

}

ul,ol,li{

list-style: none;

}

a{

text-decoration: none;

color: #666666;

}

img{

border: none;

}

.clearfix:after{

content: ".";

clear: both;

display: block;

height: 0;

visibility: hidden;

}

举报

相关推荐

0 条评论