jinlin
2024-07-26 1b765e3dfdf8ab0d38e587a0a8beaee47a60e32c
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
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  margin: 0;
  padding: 0;
}
 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, header, section, footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
ul, li {
  list-style: none;
}
 
a,
a:focus,
a:focus,
a:hover {
  outline: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}