-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path列表.html
121 lines (107 loc) · 2.45 KB
/
列表.html
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
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="Font-Awesome-master/css/font-awesome.min.css" />
<style>
#big {
width: 400px;
border: 1px solid firebrick;
height: 350px;
}
@font-face {
font-family: shufa;
src: url(font/书法.ttf);
}
* {
margin: 0;
padding: 0;
list-style: none;
}
#nav {
background-color: cadetblue;
width: 400px;
height: 50px;
}
h2 {
text-shadow: -1px -1px white, 1px 1px #333;
line-height: 50px;
margin-left: 20px;
font-family: shufa;
}
h3 {
color: orange;
margin-left: 15px;
}
#nav2 {
width: 300px;
}
#left {
width: 200px;
height: 500px;
margin-left: 15px;
float: left;
}
li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 40px;
}
[class*="fa-toggle-right"] {
margin-right: 5px;
color: cadetblue;
}
#right {
width: 100px;
height: 500px;
margin-right: 5px;
float: right;
}
.one {
color: cadetblue;
font-size: 30px;
position: absolute;
top: 77px;
left: 315px;
}
p {
line-height: 40px;
text-align: right;
position: relative;
left: -12px;
color: cadetblue;
}
</style>
</head>
<body>
<div id="big">
<div id="nav">
<h2>邢台职业技术学院</h2>
</div>
<div id="nav2">
<h3><i class="fa fa-spinner fa-spin"></i>2018年中德国际合作与奖学金颁布仪式交流 </h3>
</div>
<div id="left">
<ul>
<li><i class="fa fa-toggle-right"> </i>html5+css3html5+css3html5+css3html5+css3html5+css3html5+css3</li>
<li><i class="fa fa-toggle-right"> </i>html5+css3html5+css3html5+css3html5+css3html5+css3html5+css3</li>
<li><i class="fa fa-toggle-right"> </i>html5+css3html5+css3html5+css3html5+css3html5+css3html5+css3</li>
<li><i class="fa fa-toggle-right"> </i>html5+css3html5+css3html5+css3html5+css3html5+css3html5+css3</li>
<li><i class="fa fa-toggle-right"> </i>html5+css3html5+css3html5+css3html5+css3html5+css3html5+css3</li>
<li><i class="fa fa-toggle-right"> </i>html5+css3html5+css3html5+css3html5+css3html5+css3html5+css3</li>
</ul>
</div>
<div id="right">
<span class="one">10-11</span>
<p>10-11</p>
<p>10-11</p>
<p>10-11</p>
<p>10-11</p>
<p>10-11</p>
<p>10-11</p>
</div>
</div>
</body>
</html>