-
Notifications
You must be signed in to change notification settings - Fork 2
/
longjing2.css
93 lines (93 loc) · 1.19 KB
/
longjing2.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
.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 img{
float: left;
width: 70%;
height: 800px;
}
#body .grey{
float: right;
height: 800px;
width: 30%;
background-color: #5D5D5D;
}
#body .kong{
height: 200px;
}
#body .kong2{
width: 100px;
height: 600px;
float: left;
}
#body ul{
margin: 0px;
padding: 0px;
}
#body ul li{
font-family: "楷体";
font-size: 30px;
color: #FFFFFF;
margin: 0px;
padding: 0px;
line-height: 100px;
}
#body p{
font-family: "楷体";
font-size: 16px;
color: #FFFFFF;
line-height: 20px;
letter-spacing: 3px;
}
#body .zi{
float: left;
width: 300px;
height: 600px;
}