-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.03 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>学号绑定</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src=" https://res.wx.qq.com/open/js/jweixin-1.0.0.js "></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<div class="g-dialog" id="dialog">
<div class="dialog-window">
<div class="win_header" id="icon"></div>
<div class="win_con" id="win_con"></div>
<!-- <div class="win_btn" id="btn">
<button class="btn" id="btn_son" onclick="wx.closeWindow();"></button>
</div> -->
</div>
</div>
<div class="main">
<p>日小新查询服务</p>
<!-- 绑定成功 -->
<div class="finish" id="f_page">
<div class="circle">绑定成功</div>
<button class="f_btn f_btn1" onclick="wx.closeWindow();">15级及以后,回微信公众号可直接查询</button>
<button class="f_btn f_btn2">14级及之前,请继续绑定班级信息</button>
</div>
<form method="post" id="form">
<div class="contact">
<label>
<span>学号</span><input type="text" name="S_number" class="contact_input" id="contact_number"/><i class="success" id="success"></i>
</label>
<p class="msg1 msg" id="msg1"></p>
</div>
<div class="contact">
<label>
<span>密码</span><input type="password" name="password" class="contact_input" id="contact_password"/>
</label>
<p class="msg" id="msg2">智慧交大密码(6位)</p>
</div>
<input id="get" type="button" value="绑定" />
</form>
<p class="end">power by 日新团队</p>
</div>
</div>
</body>
</html>