-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 2.04 KB
/
index.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>2023魔法节小纸条</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="assets/common.css">
<link rel="stylesheet" type="text/css" href="assets/index.css">
<link rel="stylesheet" type="text/css" href="assets/sticky.css">
<link rel="stylesheet" type="text/css" href="assets/button.css">
</head>
<body>
<div class="bg1 sticky tape">
听说写了小纸条就
<br>
能拿到SubIT票根哦~
</div>
<div class="bg2 sticky tape">
<b>开发人员</b>
<br>
朱舜中
<br>
虞杰宁
<br>
孔德宸
</div>
<div class="main sticky tape">
<div style="font-size:xx-large;text-align:center;">向陌生人说句话吧!</div>
<br>
<div style="font-size:x-large;text-align:center;">~会收到回复哦~</div>
<div style="font-size:x-large;text-align:center;">~别人也会收到你的留言~</div>
<a style="position:fixed;bottom:2%;right:2%;" href="paper.html" class="btn-gradient cyan large"><b>立即参与</b></a>
</div>
<div class="questions sticky tape">
<div style="font-size:x-large;text-align:center;">对SubIT有什么意见吗?</div>
<br>
<div style="font-size:large;text-align:center;">和我们说说吧!</div>
<div style="font-size:large;text-align:center;">你的意见对我们来说很重要</div>
<a style="position:fixed;bottom:2%;right:2%;" href="questions.html"
class="btn-gradient green small"><b>立即参与</b></a>
</div>
<div class="bg5 sticky tape">
随机掉落来自各位老师的祝福
</div>
<div class="bg6 sticky tape">
<br><br><br><br><br><br>
这个颜色的
<br>
纸条只会在
<br>
这里出现一次
</div>
<div class="bg7 sticky tape">
Powered by <img src="assets/subit.svg">
</div>
</body>
</html>