-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 2.11 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./index.css">
<script src="./index.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>返校通行证(2分钟内有效)</title>
</head>
<body>
<div class="all">
<div id="wrap">
<img src="./images/11.PNG" alt="" class="on">
<img src="./images/12.PNG" alt="" class="t1">
<img src="./images/13.PNG" alt="" class="t1">
<img src="./images/14.PNG" alt="" class="t1">
<img src="./images/15.PNG" alt="" class="t1">
<img src="./images/16.PNG" alt="" class="t1">
<div class="btn">
<span class="active"></span>
<span class="ppppp"></span>
<span class="ppppp"></span>
<span class="ppppp"></span>
<span class="ppppp"></span>
<span class="ppppp"></span>
</div>
</div>
<div class="top">
<img src="./images/2.png" alt="" id="next">
</div>
<div class="buttom">
<p class="p1">学生返校通行证</p>
<img src="./images/3.png" alt="" class="t1">
<p id="p2">学号:</p>
<input type="text" placeholder="学号" class="i1" id="i1">
<img src="./images/3.png" alt="" class="t2">
<p id="p3">姓名:</p>
<input type="text" placeholder="姓名" class="i2" id="i2">
<img src="./images/3.png" alt="" class="t3">
<p id="p4">学院:</p>
<input type="text" placeholder="学院" class="i3">
<img src="./images/4.png" alt="" class="t4">
<p class="p5">时间:</p>
<input type="text" placeholder="学院" class="i3" id="i3">
<p class="p6">版权所有©辽宁大学</p>
<div class="content1">
<div id="show"></div>
</div>
</div>
</div>
</body>
</html>