css Reset
@charset "utf-8";
/*
* css Reset
* zx 2014 03 30
*这是搬以前的同事的
*/
/* Reset
================================================================================================= */
html{
background:
#fff}
body{
color:
#000;
font-size:
12px;
line-height:
1.666em;}
body{
font-family:
"Microsoft Yahei",simsun,arial,sans-serif;}
h1,h2,h3{
font-size:
100%;}
body,h1,h2,h3,h4,ul,li,p,img,div{
margin:
0;
padding:
0;
border:
0;}
img{
margin:
0;
line-height:
normal;}
em,i{
font-style:
normal;
text-decoration:
none}
ul{
list-style:
none;}
table{
border-collapse:
collapse;
border-spacing:
0;}
/* Commonly Used
================================================================================================= */
a{
text-decoration:
none;
color:
#4b4b4b;
outline:
none;}
a:hover{
color:
#a02e10}
.cs-clear{
+zoom:
1;}
.cs-clear:before,
.cs-clear:after{
clear:
both;
content:
".";
font-size:
0;
display:
block;
height:
0;
overflow:
hidden;
visibility:
hidden;}
.column{
width:
1000px;
margin:
0 auto;
position:
relative;}
转载于:https://www.cnblogs.com/onedayof2010/p/4272943.html
相关资源:CSSreset文件
转载请注明原文地址: https://win8.8miu.com/read-1487031.html