css项目默认全局样式收纳

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
figure,
figcaption {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
font-size: 100%;
font-weight: normal;
}
i,
em {
font-style: normal;
}
li {
list-style: none;
}
a {
color: #333;
text-decoration: none;
}
body,
html {
font: 14px "微软雅黑", Arial;
color: #333;
}
input {
outline: none;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
content: "";
display: block;
height: 0;
overflow: hidden;
clear: both;
}

 

posted @   RHCHIK  阅读(64)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
点击右上角即可分享
微信分享提示