6389fc3e by 籽li

first

0 parents
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6 <title>后台登录</title>
7 <link rel="stylesheet" href="../../static/css/layui.css-t=20180403-1.css" tppabs="https://yl.hnla.cn/static/css/layui.css?t=20180403-1" media="all">
8 <link rel="stylesheet" href="../../static/css/admin.css-t=20180403-1.css" tppabs="https://yl.hnla.cn/static/css/admin.css?t=20180403-1" media="all">
9 <script src="../../static/js/jquery.js" tppabs="https://yl.hnla.cn/static/js/jquery.js"></script>
10 <script type="text/javascript" src="../../static/js/plugins.js" tppabs="https://yl.hnla.cn/static/js/plugins.js"></script>
11 <script type="text/javascript" src="../../static/js/landui.js" tppabs="https://yl.hnla.cn/static/js/landui.js"></script>
12 <script src="../../static/js/layui.js-t=.js" tppabs="https://yl.hnla.cn/static/js/layui.js?t="></script>
13 <script type="text/javascript" src="../../static/js/admin.js" tppabs="https://yl.hnla.cn/static/js/admin.js"></script>
14 </head>
15 <body>
16 <style type="text/css">
17 .gray-bg{ padding:0px;}
18 .breadcrumb{display:none}
19 .admin_login h1{text-align:center}
20 body{ background:url(../../static/images/admin_loginbg.jpg)/*tpa=https://yl.hnla.cn/static/images/admin_loginbg.jpg*/ center top no-repeat !important;}
21 </style>
22 <div class="Loginmain">
23 <div class="admin_login">
24 <div class="Login_box">
25 <h2 class="Loing_Title">后台管理系统</h2>
26 <div id="message"></div>
27 <div class="Login_left">
28 <form class='ld-form' action="https://yl.hnla.cn/kmanager/basic.login/loginCheck" autocomplete='off'>
29 <table width="100%" border="0" cellpadding="0" cellspacing="0">
30 <tr>
31 <td><input type="text" name="mobile" class="form-control" placeholder="请输入用户名" /><i></i></td>
32 </tr>
33 <tr>
34 <td><input type="password" name="password" class="form-control" placeholder="请输入您的密码" /><i class="login_pwd"></i></td>
35 </tr>
36 <tr>
37 <td class="code"><input type="text" name="code" class="form-control" placeholder="请输入验证码" /><img src="code.png" tppabs="https://yl.hnla.cn/kmanager/basic.login/code" id="imgcode"> <i class="code_ico"></i><a href="javascript:void(0);" class="imgcode" style="margin-left: 5px;">看不清,换一个</a></td>
38 </tr>
39 <tr>
40 <td><input type="submit" name="submit" value="登&nbsp;录" class="btn ld-btn" /></td>
41 </tr>
42 </table>
43 </form>
44 </div>
45 </div>
46 <div class="Login_bottom">Copyright(c)2001-2024 </div>
47 </div>
48 </div>
49 <script type="text/javascript">
50 LD.validater.initValidate();
51 $(document).ready(function () {
52 //点击更换验证码
53 $(".code #imgcode").click(function () {
54 var src = $(this).attr("src") + "?random=" + Math.random()
55 $(this).attr("src", src);
56 })
57 $(".code .imgcode").click(function () {
58 var src = $("#imgcode").attr("src") + "?random=" + Math.random()
59 $("#imgcode").attr("src", src);
60 });
61 });
62 </script>
63 </body>
64 </html>
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!