您的位置:首页 > Web前端 > CSS

CSS Reset

2015-09-01 13:19 627 查看
/**
* Created by linjie on 2015/9/1.
*/

body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,button,select,input,textarea,th,td{ margin: 0; padding: 0;}
body,button,input,select,textarea{ font: 12px/1 Arial, "Microsoft Yahei", "宋体", sans-serif;  }
:focus{ outline: none;}
em,i,strong{ font-style: normal; font-weight: normal;}
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal;}
ul,ol{ list-style: none;}
a{ text-decoration: none; cursor: pointer;}
a:hover{ text-decoration: none;}
img{ border: none; vertical-align: top;}
button,input,select,textarea{ font-size: 100%;}
textarea{ overflow: auto; resize: none;}
table{ border-collapse: collapse; border-spacing: 0;}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: