|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<title>首页</title>
|
|
|
<meta name="renderer" content="webkit|ie-comp|ie-stand">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
<meta menu_name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
|
|
|
|
|
<link rel="stylesheet" href="../static/css/font.css">
|
|
|
<link rel="stylesheet" href="../static/css/weadmin.css">
|
|
|
<link rel="stylesheet" href="../lib/layui/css/layui.css">
|
|
|
<script type="text/javascript" src="../lib/layui/layui.js" charset="utf-8"></script>
|
|
|
|
|
|
<!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
|
|
|
<!--[if lt IE 9]>
|
|
|
<script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
|
|
|
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
|
|
|
<![endif]-->
|
|
|
<style>
|
|
|
body{
|
|
|
/* 加载背景图片 */
|
|
|
/* background-image: url(../images/home.jpg); */
|
|
|
background: #004467;
|
|
|
/* 背景图垂直、水平均居中 */
|
|
|
background-position: center center;
|
|
|
/* 背景图不平铺 */
|
|
|
background-repeat: no-repeat;
|
|
|
/* 当内容高度大于图片高度时,背景图像的位置相对于viewport固定 */
|
|
|
background-attachment: fixed; /*此条属性必须设置否则可能无效*/
|
|
|
/* 让背景图基于容器大小伸缩 */
|
|
|
background-size: cover;
|
|
|
}
|
|
|
ul,.echarts {
|
|
|
clear: both;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
ul li {
|
|
|
float: left;
|
|
|
|
|
|
}
|
|
|
.transfer{
|
|
|
background: #393d49;
|
|
|
height: 60px;
|
|
|
line-height: 60px;
|
|
|
margin-bottom: 12px;
|
|
|
}
|
|
|
.transfer li {
|
|
|
width: 25%;
|
|
|
box-sizing: border-box;
|
|
|
padding-left: 20px;
|
|
|
}
|
|
|
.transfer li a {
|
|
|
color: #c0c0ca;
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
.transfer li a span {
|
|
|
margin-left: 10px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.count {
|
|
|
background: #F2F2F2;
|
|
|
padding: 8px;
|
|
|
}
|
|
|
.count li {
|
|
|
width: 24.25%;
|
|
|
box-sizing: border-box;
|
|
|
background: #fff;
|
|
|
margin-right: 1%;
|
|
|
height: 117px;
|
|
|
padding:10px;
|
|
|
}
|
|
|
.count li:last-child {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
.count li .title {
|
|
|
height: 30px;
|
|
|
}
|
|
|
.count li p {
|
|
|
height:46px;
|
|
|
line-height:36px;
|
|
|
font-size: 28px;
|
|
|
color: #393d49;
|
|
|
}
|
|
|
.fl {
|
|
|
float: left;
|
|
|
}
|
|
|
.echarts ,.visit{
|
|
|
background: #f3f3f3;
|
|
|
padding: 0 8px;
|
|
|
}
|
|
|
.echarts>div div {
|
|
|
background: #fff;
|
|
|
}
|
|
|
.layui-tab > .layui-tab-title {
|
|
|
background: #fff!important;
|
|
|
}
|
|
|
.countDiv {
|
|
|
height: 550px;
|
|
|
}
|
|
|
/*.echarts>div:nth-child(even) {*/
|
|
|
/*width:38%;*/
|
|
|
/*}*/
|
|
|
/*.echarts>div:nth-child(odd) {*/
|
|
|
/*width:61%;*/
|
|
|
/*margin-right:1%;*/
|
|
|
/*}*/
|
|
|
.echarts>div p {
|
|
|
height: 36px;
|
|
|
line-height: 36px;
|
|
|
color:#393d49;
|
|
|
position: absolute;
|
|
|
top: 14px;
|
|
|
left: 15px;
|
|
|
z-index: 100;
|
|
|
}
|
|
|
.visit p {
|
|
|
height:24px;
|
|
|
line-height:40px;
|
|
|
color:#393d49;
|
|
|
}
|
|
|
.layui-tab-title li {
|
|
|
float: right!important;
|
|
|
}
|
|
|
.leftimg {
|
|
|
width: 35%;
|
|
|
hight:40%;
|
|
|
position:absolute;
|
|
|
left:0px;
|
|
|
bottom:0px;
|
|
|
}
|
|
|
.rightimg {
|
|
|
width: 30%;
|
|
|
hight:30%;
|
|
|
position:absolute;
|
|
|
right:0px;
|
|
|
bottom:0px;
|
|
|
}
|
|
|
h1 {
|
|
|
text-align: center;
|
|
|
margin: 30px 15px;
|
|
|
-webkit-text-stroke: 2px #FFFFFF;
|
|
|
font-size:40px;
|
|
|
color: #FFFFFF;
|
|
|
font-family:"楷体";
|
|
|
|
|
|
}
|
|
|
.zoom-area {
|
|
|
text-align: center;
|
|
|
margin: 20px auto 20px;
|
|
|
font-size: 30px;
|
|
|
-webkit-text-stroke: 1px #FFFFFF;
|
|
|
color: #FFFFFF;
|
|
|
font-family:"楷体";
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
</head>
|
|
|
<script src="../lib/jquery-1.12.4.min.js"></script>
|
|
|
<script src="../lib/echarts.min.js"></script>
|
|
|
<script src="../lib/layui/layui.js"></script>
|
|
|
<body >
|
|
|
<p> </p>
|
|
|
<br>
|
|
|
<h1>长春市教育局项目审批系统</h1>
|
|
|
<p class="zoom-area" id="basic_title"></p>
|
|
|
|
|
|
<img class="leftimg" src="../images/home_left.png">
|
|
|
<img class="rightimg" src="../images/home_right.png">
|
|
|
|
|
|
<form class="layui-form">
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
layui.extend({
|
|
|
admin: '{/}../static/js/admin'
|
|
|
});
|
|
|
layui.config({
|
|
|
base: './static/js/'
|
|
|
,version: '101100'
|
|
|
}).use('admin');
|
|
|
layui.use(['jquery','admin', 'layer','element','table','laytpl','form'], function() {
|
|
|
var $=layui.jquery,
|
|
|
admin=layui.admin,
|
|
|
layer=layui.layer,
|
|
|
element=layui.element,
|
|
|
form=layui.form,
|
|
|
laytpl=layui.laytpl,
|
|
|
table=layui.table;
|
|
|
var basic='basic_title';
|
|
|
$(function () {
|
|
|
var result=getGlobalByCodes(basic);
|
|
|
//alert(result[0].global_value);
|
|
|
//$("#basic_title").text(result[0].global_value);
|
|
|
//alert($("#basic_title"));
|
|
|
// $.ajax({
|
|
|
// type: "GET",
|
|
|
// dataType: "json",
|
|
|
// url: "/baseService/loginPerson/getLoginPersonInfo",
|
|
|
// async: false,
|
|
|
// success: function (result) {
|
|
|
// if (result.success) {
|
|
|
// $("#person_name").html(result.person_name);
|
|
|
// } else {
|
|
|
// console.log(result.message);
|
|
|
// }
|
|
|
// }
|
|
|
// });
|
|
|
})
|
|
|
})
|
|
|
</script>
|
|
|
</form>
|
|
|
</body>
|
|
|
</html> |