reset.css
1.4 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, em, button, blockquote {
margin: 0;
padding: 0;
font-family: "Microsoft YaHei";
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th, ul, ol {
padding: 0;
}
img {
border: 0;
vertical-align: bottom;
}
em, b {
font-style: normal;
font-weight: normal;
}
ul, ol {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
i {
font-style: normal;
}
button, input, select, textarea {
outline: none;
font-family: 'Microsoft Yahei';
-webkit-appearance: none;
appearance: none;
}
.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
*zoom: 1;
}
/* link */
a {
color: #666;
text-decoration: none;
font-size: 0.24rem;
outline: none;
}
a:hover {
text-decoration: none;
outline: none;
}
a:focus {
outline: none;
}
.hide {
display: none;
}
.show {
display: block;
}
.float-l {
float: left;
}
.float-r {
float: right;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
html,body {
background: #fff;
font-size: 100px;
}