-
Notifications
You must be signed in to change notification settings - Fork 2
/
longjing.css
104 lines (104 loc) · 1.38 KB
/
longjing.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
.left{
float: left;
}
.right{
float: right;
}
ul,ol{
list-style-type: none;
}
a{
color: #666;
text-decoration: none;
}
#nav{
height: 60px;
border-style: solid;
border-color: #000000;
border-width: 5px;
margin: 0 auto;
}
#nav img{
width: 30px;
height: 30px;
}
#nav li{
float: left;
margin: 0px 15px;
}
#nav li a{
color: #000000;
font-size: 24px;
font-family: "楷体";
}
#nav .right{
float: right;
height: 60px;
background-color: #E5E5E5;
}
#nav .right li a{
font-size: 16px;
font-family: "楷体";
}
#body{
height: 850px;
border-style: solid;
border-color: #000000;
border-width: 5px;
border-top: none;
margin: 0 auto;
}
#body div:first-child img{
float: right;
width: 50%;
height: 850px;
}
#body .kong1{
height: 300px;
}
#body .kong2{
height: 20px;
}
#body .mulu{
width: 50%;
height: 800px;
float: left;
}
#body .mulu1{
float: left;
width: 280px;
height: 500px;
}
#body .shuli{
float: right;
margin:0 auto;
width:20px;
line-height:20px;
font-family: "楷体";
}
#body .kong2 img:first-child{
float: right;
height: 20px;
width: 20px;
}
#body .mulu2{
float: right;
width: 620px;
height: 500px;
}
#body h1{
font-family: "楷体";
}
#body ul li:first-child{
font-size: 30px;
font-family: "楷体";
color:#000000;
line-height: 80px;
text-align:left;
}
#body li a{
font-size: 24px;
font-family: "楷体";
color: #000000;
line-height: 30px;
}