body{
margin:0;
/* 参考设计稿大部分的文字的字体定义 */
/* font-family: "微软雅黑","宋体"; */
font:16px/1 "微软雅黑","宋体";
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-size:100%;
font-weight: normal;
}
p,dl,dd{
margin:0;
}
ul,ol{
margin:0;
padding:0;
list-style: none;
}
a{
text-decoration: none;
/* 根据设计稿大部分超链接的样式提前定义 */
color:#333;
}
strong,b,th{
font-weight: normal;
}
em,i{
font-style: normal;
}
del{
text-decoration: none;
}
img{
vertical-align: middle;
border:none;
}
table{
/* 边框折叠 */
border-collapse: collapse;
}
input,textarea{
border:none;
padding:0;
margin:0;
outline:none;
font-family:inherit;
}
textarea{
resize: none;
}