726eb6d7
Andy
add
|
1
2
3
4
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
|
0efcfd88
liuqimichale
登录
|
5
6
7
8
9
10
|
<title>登录</title>
<link rel="stylesheet" href="../resource/lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../resource/public/components.min.css?a=2">
<link rel="stylesheet" href="../resource/public/plugins.min.css?a=2">
<link rel="stylesheet" href="../resource/public/commoncss.css?a=2">
<link rel="stylesheet" href="../topages/login/login.css">
|
16f7790b
liuqimichale
登录
|
11
|
|
0efcfd88
liuqimichale
登录
|
12
|
|
726eb6d7
Andy
add
|
13
14
15
|
</head>
<body>
|
0efcfd88
liuqimichale
登录
|
16
17
|
<div class="float-left login-wrap">
<div class="login-main">
|
0eda273e
Andy
添加提示弹窗 工时填写页面
|
18
|
<div class="login-name">中兴智能工时系统</div>
|
0efcfd88
liuqimichale
登录
|
19
|
<div class="login-hint">轻松工作每一天</div>
|
3c1116b3
liuqimichale
登录
|
20
|
<input type="text" autocomplete=”off” class="login-username" id="login-username" placeholder="邮箱或者用户名">
|
7cb2724f
liuqimichale
登录
|
21
22
|
<input type="password" autocomplete=”off” class="login-password" id="login-password" placeholder="密码">
<div class="login-errorifo" id="login-errorifo"></div>
|
0efcfd88
liuqimichale
登录
|
23
24
25
26
27
28
29
|
<div class="login-btn" id="login-btn">登录</div>
</div>
</div>
<div class="float-left login-bg"></div>
<script src="../resource/lib/jquery/jquery.min.js"></script>
|
5c3df95b
liuqimichale
新版 工时填报
|
30
31
|
<script src="../resource/js/unit.js?a=1"></script>
<script src="../topages/login/login.js?a=3"></script>
|
16f7790b
liuqimichale
登录
|
32
|
<!--<script src="../resource/js/unit.js?a=1"></script>-->
|
726eb6d7
Andy
add
|
33
34
|
</body>
</html>
|