首页 > Web开发 > 详细

项目中经常用到的reset.css文件

时间:2016-08-26 11:54:54      阅读:181      评论:0      收藏:0      [点我收藏+]
html,body{width:100%; height: auto;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

header, footer, article, aside,
nav, section,dialog, figure, legend{display: block;}

html,body,header,main,footer,
div,ul,li,h1,h2,h3,h4,h5,
p,input,textarea{margin:0;padding:0;-webkit-margin-before:0;-webkit-margin-after:0;}
li{list-style:none}
a{text-decoration:none;}
/*主要是为了解决iphone中的submit的问题*/
input[type="submit"],
input[type="button"],
input[type="reset"], button{
    -moz-appearance:none;-webkit-appearance:none;appearance:none;
}
select,input,textarea{outline:0;border:0;background:0;}

 

项目中经常用到的reset.css文件

原文:http://www.cnblogs.com/lee90/p/5809615.html

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