首页 > Web开发 > 详细

pc网页css reset

时间:2015-07-12 12:57:00      阅读:232      评论:0      收藏:0      [点我收藏+]
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0;  } 
table { border-collapse: collapse; border-spacing: 0;  } 
fieldset,img { border: 0;  } 
ol,ul { list-style: none;  } 
th { text-align: left;  } 
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;  } 
a, a:link, a:visited, a:hover, a:active { outline: 0; text-decoration: none;  }
.clearfix { /*zoom: 1; display: table; width: 100%;*/overflow:auto;_height:1% }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; } 
body{ font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif; letter-spacing: 2px; }

pc网页css reset

原文:http://my.oschina.net/u/232595/blog/477518

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!