-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (91 loc) · 2.04 KB
/
style.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
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
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
html {
/* filter: grayscale(100%); */
}
body {
background: white;
font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
min-width: 960px;
}
#main-box {
width: 960px;
margin: 10px auto;
background-color: white;
overflow: hidden;
}
#base-info {
}
#base-info .title {
font-size: 28px;
font-weight: bold;
padding-left: 16px;
margin: 8px auto;
height: 36px;
line-height: 36px;
}
#base-info .info {
padding-left: 16px;
height: 24px;
line-height: 24px;
}
.sub-info {
margin-top: 20px;
padding: 0 16px;
}
.sub-info .title {
font-size: 16px;
letter-spacing: 1px;
background-color: rgb(217, 217, 217);
padding-left: 12px;
height: 30px;
line-height: 30px;
}
.sub-info .items {
margin: 12px;
padding-left: 21px;
}
.sub-info .items li {
height: 24px;
line-height: 24px;
}
.sub-info .sub-title.mt {
margin-top: 20px;
}
.sub-info .sub-title {
margin: 4px 12px 0 12px;
font-size: 14px;
font-weight: bold;
height: 30px;
line-height: 30px;
}
.sub-info .sub-title span {
float: right;
font-weight: normal;
}
.sub-info .intro {
padding-left: 12px;
height: 24px;
line-height: 24px;
}
.sub-info .intro-items {
margin: 2px 12px;
padding-left: 21px;
}
.sub-info .intro-items li {
/* height: 24px; */
line-height: 24px;
}