css初始化

2018-07-14  本文已影响15人  幻影翔
@charset "utf-8"

html{
    color: #0000;
    background: #fff;
}
body,div,dl,dt,ddul,ol,li,h1,h2,h3,
input,textarea,p,blockquote,th,td{
    border-collapse: collapse;;
    border-spacing: 0;
}
em,strong,b,u,i{
    font-style: normal;
    font-weight: normal;
}
ol,ul{
    list-style: none;
}
h1,h2,h3{
    font-size: 100%;
    font-weight: normal;
}
input,textarea,select{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%   /*兼容IE浏览器*/
}
img{
border: 0 none;
}
上一篇 下一篇

猜你喜欢

热点阅读