-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdateNote.html
More file actions
191 lines (188 loc) · 3.28 KB
/
Copy pathupdateNote.html
File metadata and controls
191 lines (188 loc) · 3.28 KB
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
<!DOCTYPE html>
<html lang="ch">
<html>
<head>
<meta charset="utf-8"/>
<title>金中河西-18班:更新日志</title>
<style type="text/css">
body {
font:normal 14px Tahoma, Simsun;
margin:0; padding:25px 0 0;
vertical-align:baseline;
background:#fff;
}
h1 {
font:bold 26px "微软雅黑", tahoma;
margin:0 0 10px;
}
a {
color:#009e9e;
}
a:hover {
color:#f54;
}
.header, .links, .footer {
width:700px;
margin:15px auto;
padding:2px;
text-align:center;
}
.search {
width:700px;
margin:15px auto;
padding:8px 4px;
background:#f8f8f8;
border:2px solid #f2f2f2;
}
.search form {
width:485px;
margin:0 auto;
}
.i {
font-size:16px;
font-family:Tahoma;
width:360px;
height:24px;
line-height:24px;
padding:3px 6px;
margin-right:2px;
background:#fff url no-repeat;
border:1px solid #b6b6b6;
border-color:#7b7b7b #b6b6b6 #b6b6b6 #7b7b7b;
display:inline-block;
}
.btn_wr {
width:97px;
height:34px;
vertical-align:top;
padding-top:1px;
background:url no-repeat -202px bottom;
display:inline-block;
}
.btn {
font:normal 14px Tahoma;
width:95px;
height:32px;
padding:0;
background:#ddd url no-repeat 0 -35px;
cursor:pointer;
border:0;
}
.btn_h {
background-position:-100px -35px;
}
.description {
font-size:12px;
color:#888;
margin:0;
}
.hide {
display:none;
}
.linkad {
width:712px;
margin:10px auto;
}
.sites {
width:700px;
margin:15px auto;
padding:4px;
background:#fff;
border:2px solid #f2f2f2;
}
.sites dl {
height:36px;
line-height:36px;
margin:0;
display:block;
}
.sites dl.alt {
background:#f8f8f8;
border-top:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
}
.sites dt, .sites dd {
text-align:center;
display:block;
float:left;
}
.sites dt {
width:60px;
}
.sites dd {
width:90px;
margin:0;
}
.footer {
font-size:11px;
color:#888;
margin:15px auto;
}
.center {
text-align:center;
font-weight:bold;
}
.center a {
color:#ff3300;
}
h1{
font-size: 40px;
letter-spacing: 0px;
font-family: arial,helvetica;
sans-serif
}
</style>
</head>
<body>
<div class="header">
<h1>更新日志</h1>
</div>
<div class="footer">
<a href="index.html" target="_self">返回主页</a>
</div>
<div class="search">
<ul>
<li>
<p>
v1.0 2022-02-19
<br/>
 网站建立
</p>
</li>
<li>
<p>
v1.1 2022-02-23
<br/>
 添加 学号查询 功能
</p>
</li>
<li>
<p>
v1.2 2022-03-16
<br/>
 添加 缩写查询 功能
</p>
</li>
<li>
<p>
v1.2.1 2022-03-17
<br/>
 在 缩写查询 功能中添加 更多缩写
<br/>
 修改网站架构,现在可以在线下使用
</p>
</li>
<li>
<p>
v1.2.2 2022-03-16
<br/>
 添加 更新日志 功能
</br>
 修改网页样式
</p>
</li>
</ul>
<br/>
</div>
</body>
</html>