reset.css
1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
@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
}