wscp-miping/qian/admin/login.html
2024-06-07 16:23:01 +08:00

149 lines
5.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html; charset=GB2312"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="renderer" content="webkit"/>
<title>登录</title>
<link rel="stylesheet" href="../css/comm/index_2.css">
<link rel="stylesheet" href="../css/comm/animate.css">
<!--01.css1-easyui -->
<link rel="stylesheet" href="../plugs/easyui/themes/icon.css">
<link href="../plugs/easyui/themes/metro/easyui.css?v=14" rel="stylesheet"/>
<link rel="stylesheet" href="../css/comm/index.css">
<link rel="stylesheet" href="../plugs/zTree_v3/css/zTreeStyle/zTreeStyle.css">
<!--02.js-jquery-->
<script src="../plugs/jquery/jquery-1.12.3.min.js"></script>
<script src="../plugs/json2.min.js"></script>
<!--03.js-easyui -->
<script type="text/javascript" src="../plugs/easyui/jquery.easyui.min.js"></script>
<script type="text/javascript" src="../plugs/easyui/locale/easyui-lang-zh_CN.js"></script>
<!--04.公共的js-->
<script src="../plugs/js-md5/js/md5.min.js"></script>
<script src="../js/comm/commHelper.js"></script>
<script src="../js/comm/extentFunction.js"></script>
<script src="../plugs/layer/layer.js"></script>
<script src="../plugs/crypto-js.js"></script>
<!--06.表单提交相关-->
<!--http://www.h-ui.net/lib/jQuery.form.js.shtml-->
<script src="../plugs/jquery.form.min.js"></script>
<!--https://github.com/macek/jquery-serialize-object-->
<script src="../plugs/jquery.serialize-object.min.js"></script>
<link rel="stylesheet" href="../css/comm/index_2.css">
<link rel="stylesheet" href="../css/comm/animate.css">
<!--04.公共的js-->
<script src="../js/comm/commHelper.js"></script>
<!--05.当前页面的js文件-->
<script src="../js/comm/login.js?v=20191127"></script>
</head>
<style>
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body {
background: url("../images/main/login/8.png") center center no-repeat;
}
body, html {
width: 100%;
height: 100%;
overflow: hidden;
}
a #sweep_code {
display: none;
}
a:hover #sweep_code {
display: block;
}
#sweep_code {
position: absolute;
right: -50px;
top: 20px;
width: 900px;
height: 200px;
}
</style>
<body>
<!--<img src="../images/main/login/8.png" style="width:100%;height:100%;">-->
<div class="cent-box">
<!-- <div class="cent-box-header wow zoomIn animated systemName" style="visibility: visible; animation-name: zoomIn;">
&lt;!&ndash;<img src="images/9.png">&ndash;&gt;
东南大学综合考评管理系统
</div>-->
<div class="cent-box-header wow zoomIn animated systemName" style="visibility: visible; animation-name: zoomIn;">
</div>
<div class="box">
<div class="cent-box-left">
</div>
<div class="cent-box-right">
<div class="sign-in">
<a href="#">实名登录</a>
</div>
<form id="myForm">
<div class="user-name">
<i class="iconfont">&#xe61d;</i>
<input type="text" placeholder="输入账号或工号" title="输入账号或工号" name="username" class="ipt"
autocomplete="off" required/>
</div>
<div class="password">
<i class="iconfont">&#xe694;</i>
<input type="password" placeholder="输入您的登录密码" title="密码不能为空" name="password" class="ipt" required/>
</div>
<div class="verify" id="yzm">
<i class="iconfont">&#xe61c;</i>
<input type="text" name="code" id="code" placeholder="输入验证码" title="输入验证码不能为空" autocomplete="off"
class="ipt"
required/>
<!--<img class="imgcode"
style="width:90px; height:30px; float:left; *background-image:expression('url(mhtml:' + location.href + '!img2)');"
id="logo" onclick="reloadCode()">-->
<img class="imgcode" src="" id="logo" onclick="reloadCode()" style="width:90px; height:30px;">
</div>
<input type="button" id="loginBtn" class="button1" value="登录" onclick="login()"/>
<!-- <button onclick="login()">登录</button>-->
</form>
<div style="margin-left: 50px;line-height: 24px;color: #777">
<div style="font-size: 16px;font-weight: 600;">温馨提示:</div>
<div style="font-size: 14px">1.360浏览器请使用极速模式
<a href="javaScript:void (0)" style="color: #0b5bff;position: relative">(如何使用?)
<div id="sweep_code">
<img src="../css/images/img/jisu.png" alt="" id="img" width="100%" height="100%"/>
</div>
</a>
</div>
<p style="font-size: 14px">2.建议浏览器:
<a href="https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads"
target="_blank">
<img src="../css/images/img/ie.png">IE10+
</a>
<a href="https://www.google.cn/chrome/" target="_blank">
<img src="../css/images/img/chrome.png">谷歌
</a>
<a href="https://browser.360.cn/ee/" target="_blank">
<img src="../css/images/img/360.png">360极速
</a>
</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</body>
</html>