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

common.css CSS初始化文件

时间:2015-01-22 00:13:29      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

@charset "utf-8";

/* reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, th, td, input, textarea, button, hr, pre, blockquote, fieldset, legend, figure, menu{margin:0;padding:0;}
a{outline: none;color: #666;text-decoration: none;star:expression(this.onFocus=this.blur());}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}
img {border: none;}
input, textarea, select{outline: none;}
input[type="button"], input[type="submit"], input[type="image"]{cursor: pointer;}
input[type="radio"], input[type="checkbox"]{border: none;}
input[type="text"], input[type="password"], input[type="file"], textarea{border: 1px solid #ccc;border-radius: 3px;}
input::-ms-clear, input::-ms-reveal{display: none;}
textarea{outline:none;resize: none;}
table, th, td {border-collapse: collapse;}
ul, li{list-style: none;}



/* general */
.clearfix{*zoom: 1;}
.clearfix:after{display: block;clear: both;height: 0;content: ‘‘;}
.fl{float: left;}
.fr{float: right;}
.show{display: block}
.hide{display: none}

 

common.css CSS初始化文件

标签:

原文地址:http://www.cnblogs.com/happyfreelife/p/4240418.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!