reset.css 1.47 KB
@charset "utf-8";
	img,button {
	border:0;
	vertical-align:middle
}
*html {
	background-image:url(about:blank);
	background-attachment:fixed
}
ul,ol,li {
	list-style:none
}
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin:0;
	padding:0
}
body,button,input,select,textarea,td,th {
	font:12px/1.2 "microsoft yahei",\5b8b\4f53,Arial,Helvetica,sans-serif
}
input,textarea,button,select {
	outline:0;
	vertical-align:middle;
	font-weight:normal;
	height:22px;
	line-height:22px;
	color:#555
}
textarea {
	height:80px
}
body {
	background:#fff;
	color:#676767
}
input:focus,textarea:focus {
	outline:0
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display:block
}
img,p,table,td,th,body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,label {
	vertical-align:middle
}
table {
	border-collapse:collapse;
	border-spacing:0
}
a {
	text-decoration:none;
	color:#666
}
a:visited {
	text-decoration:none
}
a:hover {
	text-decoration:none;
	outline:0
}
a:active,a:focus {
	outline:0
}
.clear {
	display:block;
	float:none;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	background:0;
	border:0;
	font-size:0
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner {
	border:0;
	padding:0
}