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

157 lines
4.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>子系统登录页面</title>
<link rel="stylesheet" href="../css/comm/animate.css">
<style>
html, body {
height: 100%;
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
html, body, p, div {
padding: 0;
margin: 0;
}
body {
background-color: #f1f4f5;
/*overflow: hidden;*/
overflow-x: hidden;
}
.clearfix {
clear: both;
}
.subsystem_map {
position: absolute;
width: 100%;
height: 100%;
z-index: -100;
top: 0px;
left: 0px;
}
.subsystem_title {
width: 1200px;
text-align: center;
margin: 0px auto;
font-size: 48px;
color: #fff;
padding: 80px 0px 50px;
}
.single-system {
width: 1200px;
margin: 0px auto;
padding: 0 90px;
box-sizing: border-box;
}
.single-system-one {
width: 300px;
height: 227px;
margin: 20px 20px;
position: relative;
float: left;
text-align: center;
padding-top: 20px;
box-sizing: border-box;
}
.single-system-img {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -10;
}
.single-system-one p {
font-size: 20px;
color: #6cf6f6;
line-height: 34px;
padding: 0px 6px;
}
.single-system-one:hover {
transform: translateY(-10px);
box-shadow: 0 1px 3px rgba(18, 161, 237, .08),
0 16px 32px -4px rgba(18, 161, 237, 0.4);
}
</style>
<link rel="stylesheet" href="../css/comm/index_2.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>
<!--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>
<script src="../js/comm/cheng_subsystem.js"></script>
</head>
<body style="background:url(/images/main/subsystem/sub.png) repeat center center;">
<div style="height: 100%;
overflow: auto;">
<!--<div class="subsystem_title animated bounce wow animated systemName"
style="visibility: visible; animation-name: bounce;">
东南大学综合考评管理系统
</div>-->
<div class="subsystem_title animated bounce wow animated systemName"
style="visibility: visible; animation-name: bounce;">
</div>
<div class="single-system animated wow rotateInUpLeft animated"
style="visibility: visible; animation-name: rotateInUpLeft;" id="systemTab">
<div class="clearfix"></div>
</div>
</div>
<!--<div class="subsystem_map"><img src="../images/main/subsystem/sub.png" style="height: 100%;" alt=""></div>-->
</body>
</html>