-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
52 lines (47 loc) · 956 Bytes
/
main.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
body { /* 整个页面的显示格式 */
background-color: #fdf1d5;
padding-left: 4px;
padding-right: 4px;
}
h1 { /* 标题的显示格式 */
color: orange;
text-align: center;
font-size:26px;
font-family: "STHeitiSC-Medium"
}
h2 { /* 作者信息的显示格式 */
color: orange;
text-align: end;
font-size:16px;
font-family: "STHeitiSC-Medium";
line-height: 150%;
padding-bottom: 40px;
}
h3 { /* 小标题显示格式 */
color: black;
text-align: center;
font-size:20px;
font-family: "STHeitiSC-Medium";
line-height: 80%
}
h4 { /* 小小标题显示格式 */
color: black;
text-align: left;
font-size:18px;
font-family: "STHeitiSC-Medium";
line-height: 80%
}
p { /* 正文的显示格式 */
font-family: "STHeitiSC-Light";
color: #5e3f27;
font-size: 16px;
line-height: 150%;
padding-top: 0px;
padding-bottom: 0px;
}
red{
color:red;
}
blue{
color:blue;
}