base.css
1.68 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
.orange {
color:#f60
}
.dark-gray {
color:#666
}
.gray {
color:#999
}
.green {
color:#4b0
}
.red {
color:#f30
}
body,html {
font-family:Arial,SimHei;
margin:0;
padding:0;
border:0
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
margin:0;
padding:0;
border:0;
font:inherit;
font-size:100%;
vertical-align:baseline
}
html {
line-height:1
}
ol,ul {
list-style:none
}
table {
border-collapse:collapse;
border-spacing:0
}
caption,td,th {
font-weight:400;
vertical-align:middle
}
blockquote,q {
quotes:none
}
blockquote:after,blockquote:before,q:after,q:before {
content:"";
content:none
}
a img {
border:none
}
a {
color:#07d;
text-decoration:none
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
display:block
}
html {
position:relative
}
body,html {
min-width:1200px;
color:#2c3a46;
background:#fff;
font-size:14px;
line-height:1.6em;
font-family:SimHei,Arial;
}
@media (max-width:768px) {
body,html {
width:1100px
}
}@media (max-width:1100px) {
body,html {
min-width:1000px
}
}.container {
margin:0 auto;
width:1200px
}
@media (max-width:1100px) {
.container {
width:100%
}
}.container.main-container {
min-height:400px
}