-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
67 lines (55 loc) · 959 Bytes
/
index.css
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
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}
body {
font-size: 12px;
color: #666;
font-family: Verdana, Microsoft YaHei, Simsun;
background: #fff;
line-height: 24px;
}
fieldset, img {
border: 0;
}
ol, ul {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
em {
font-style: normal;
}
input, button, select, textarea {
outline: none;
}
textarea {
resize: none;
}
p {
text-align: justify;
text-justify: distribute;
}
a {
color: #666;
text-decoration: none;
}
a:hover {
color: #f60;
text-decoration: none;
}
body {
background-color: #ecf2f6 !important;
}
.btn {
width: 80px;
height: 30px;
background-color: #F06444;
color: white;
border-radius: 2px;
text-align: center;
line-height: 30px;
display: inline-block;
cursor: pointer;
}