码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-08-26 11:57:27      阅读:152      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!