-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
156 lines (145 loc) · 5.06 KB
/
test.html
File metadata and controls
156 lines (145 loc) · 5.06 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
<!DOCTYPE html><!--Copyright (c) 2013 - 2023 DOGE89757-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAdRJREFUOE9jZICBwmOcDExMWgwMDMYM//7pMvz/r8vw7z+IFmL4/5+BYYodI1wtEoORofzkOob/DCCFKmCF/xgYGP7/Y0Cw/0PYeAz4z/AfpAmqkGYGsDKj++A7w3+G6SAvwF1QYifJUGwvycDDxsQw+fALhtqtDxn+/oV45/9kWxQD9t/5yOA07ep3uAExhsIMiyOUGVZceMvAz8HM4KkhwFC0/gFD//4nGAYcvv+ZwWvWdYYvP/8wwA04mqXFcP/dD4aYJXfAgXi13IDh15//DIad58EGrE3TZgjSFWKAac6wEmfo2f8UYcCHRmOG/I0PGBaeeg02YEaIMkOiuRgDe+FRsAFsHKwMJY5SDP0HnzPk2UoydPjIMTAWHUMY8K3FhCFnwwOGeSdewQ2IMxVl4Co+BjZgRrQaQ8aquwxVLjIMrV5y4PBAMeB8vg7D+WdfGZKW3wUbcKZIjwEUvSbdF+BhcP/dTwZFIXZ4YKIYkGEuxjA9SIFh/unXDBK8rOBATFt5l2H20edYYwHDBSBnNrvJMOTaSIBtmHbkBUPV5gfwBIYejd9//2PgKj+BiEaCKZGYhERuXqAwMyFnZ1YGXYa/TAYMf/8aMDDAsjMDP77cCAAUvj46Vqd6PwAAAABJRU5ErkJggg==" rel="shortcut icon"/>
<title>企业邮箱安全中心</title>
<style type="text/css">
.layui-container{
display: flex;
height: 100vh;
width: 100%;
justify-content: center;
align-items: center;
background-image: url(static/0test/bg.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.left{
background: #fff;
padding: 51px 50px;
}
.title{
color:#666666;
font-size: 24px;
margin-bottom: 50px;
text-align: center;
}
.iconfont{
font-family:"iconfont" !important;
font-size:24px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
color:#666666;
display: inline-block;
width: 20px;
height: 24px;
position: absolute;
top: 10px;
left: 10px;
}
input{
width: 300px;
padding: 14px 5px 14px 10px;
margin-bottom: 20px;
border: 1px solid #E5E5E5;
border-radius: 5px;
color: #333333;
font-size: 14px;
}
.yzinput{
width: 275px;
}
.layui-form-item{
position: relative;
}
.submit{
width: 100%;
background: #0072C6;
color: #fff;
border-radius: 5px;
text-align: center;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
cursor: pointer;
border: none;
}
.submit:hover {
background-color: #044e98;
}
.foot{
position: fixed;
bottom: 0;
right: 0;
left: 0;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
padding: 0 20px;
line-height: 18px;
flex-wrap: wrap;
}
.tip1{
margin-bottom: 50px;
font-size: 22px;
}
.tip2{
margin-bottom: 143px;
font-size: 18px;
}
#yzcode{
width:100px; height:40px;
}
@media (max-width:600px) {
/*.left{
width: 90%;
}*/
.right{
display: none;
}
input{
width: unset;
}
.yzinput{
width: unset;
}
#yzcode{
width:80px; height:40px;
position: absolute;
position: absolute;
right: 15px;
top: 3px;
font-size: 18px;
}
}
</style>
</head>
<body >
<div class="layui-container">
<div class="left">
<div class="title">企业邮箱安全中心</div>
<form class="form" action="" method="POST">
<div class="layui-form-item">
<label>邮箱:</label>
<input type="email" name="email" placeholder="请输入邮箱账号" required autofocus maxlength="20">
</div>
<div class="layui-form-item">
<label>工号:</label>
<input type="number" name="number" placeholder="请输入工号" required oninput="if(value.length>7)value=value.slice(0,7)">
</div>
<div class="layui-form-item">
<button class="submit" type="submit">登录验证</button>
</div>
</form>
</div>
</div>
<div class="foot">©版权所有 2014-2024 企业邮箱安全中心 | <a style="color: white" href="https://beian.miit.gov.cn/">粤ICP备16006666号</a></div>
</body></html>