-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloglist.html
192 lines (169 loc) · 4.42 KB
/
loglist.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>主页</title>
<style type="text/css">
*{
margin: 0px;
border: 0px;
padding: 0px;
}
body{
background: -webkit-linear-gradient(left,rgba(193,210,240,0),rgba(193,210,240,1));
background: -o-linear-gradient(left,rgba(193,210,240,0),rgba(193,210,240,1));
background: -moz-linear-gradient(left,rgba(193,210,240,0),rgba(193,210,240,1));
background: linear-gradient(to left, rgba(193,210,240,0),rgba(193,210,240,1));
}
ul {
margin:0;
padding:10px;
list-style:none;
zoom:1;/* ie */
}
.intro{
position: absolute;
width: 100px;
padding-right: 50px;
bottom: 0px;
right: 10px;
}
.bg{
background-image: url("bg.jpg");
background-repeat: no-repeat;
height: 200px;
}
.list{
height: 200px;
width: 100%
}
#menu-li{
float: left;
width: 33%;
}
.log{
border-bottom: 2px dashed;
}
.homework{
border-bottom: 2px dashed;
}
.newlog{
border-bottom: 2px dashed;
}
#style1{
font-family: STXinwei;
font-size: 20px;
}
#style2{
font-family: FZShuTi;
font-size: 18px;
color: black;
}
#style3{
font-family: KaiTi;
font-size: 30px;
}
#style4{
font-family: KaiTi;
font-size: 25px;
font-weight: bold;
}
#style5{
font-family: KaiTi;
font-size: 21px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
}
#style6{
font-family: FZShuTi;
font-style: italic;
color: gray;
font-size: 20px;
text-decoration: none;
}
#style7{
font-family: FZShuTi;
font-style: italic;
color: black;
font-size: 18px;
text-decoration: none;
}
ul li a:hover{
background: #999;
}
ul li a h6:hover{
background: #999;
}
ul li a p:hover{
background: #999;
}
.loglist{
text-align: center;
}
</style>
</head>
<body>
<div class="intro">
<div class="intro_back">
<img src="headpic.jpg" onload="javascript: this.width = 100px;">
</div>
<div class="intro-name">
<ul>
<li><h6 id="style1">楼昀恺</h6></li>
<li><h6 id="style2">2014013407</h6></li>
<li><h6 id="style2">[email protected]</h6></li>
</ul>
</div>
</div>
<div class="bg" id="bg">
<img src="bg.jpg" onload="javascript: this.width = screen.width;">
<!--<img style="position:absolute; top:8px;left:6px;z-index:2" src="headpic.jpg" height=200 width=260>-->
</div>
<div class = "list">
<ul id="menu">
<li id="menu-li">
<div class="homework">
<h4 id="style1"><br>关于我</h4>
<ul>
<li><h6 id="style2"> 楼昀恺</h6></li>
<li><h6 id="style2"> 代码狗</h6></li>
<li><h6 id="style2"> 美工渣</h6></li>
<li><h6 id="style2"> 没什么爱好</h6></li>
</ul>
</div>
</li>
<li id="menu-li">
<div class="log">
<h4 id="style1"><br>日志</h4>
<ul>
<li><a id="style2" href="https://louyk14.github.io/log1.html"><p>第一篇日志</p></a></li>
<li><h6 id="style2"> </h6></li>
<li><h6 id="style2"> </h6></li>
<li><a id="style7" href="https://louyk14.github.io/loglist.html"><p>所有日志</p></a></li>
</ul>
</div>
</li>
<li id="menu-li">
<div class="newlog">
<h4 id="style1"><br>作业</h4>
<ul>
<li><a id="style2" href="https://louyk14.github.io"><p>第一次作业链接</p></a></li>
<li><a id="style2" href="https://louyk14.github.io/wechatwall"><p>微信墙链接</p></a></li>
<li><a id="style2" href="https://louyk14.github.io/game.html"><p>网页游戏链接</p></a></li>
<li><a id="style7" href="https://louyk14.github.io/homeworklist.html"><p>所有作业</p></a></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="loglist">
<h2 id="style3">日志列表</h2>
<ul>
<li><a href="https://louyk14.github.io/log1.html"><p id="style2"><br>第一篇日志</p></a></li>
<li><a id="style6" href="https://louyk14.github.io/"><br><br>返回主页</a></li>
</ul>
</div>
</body>
</html>