|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<title>首页</title>
|
|
|
<meta menu_name="renderer" content="webkit">
|
|
|
<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">
|
|
|
<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">
|
|
|
<!-- 让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_new.jpg);
|
|
|
/* 背景图垂直、水平均居中 */
|
|
|
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;
|
|
|
}
|
|
|
html, button, input, select, textarea {
|
|
|
font-family: 'Montserrat', Helvetica, sans-serif;
|
|
|
color: #99CCFF;
|
|
|
|
|
|
}
|
|
|
h1 {
|
|
|
text-align: center;
|
|
|
margin: 30px 15px;
|
|
|
-webkit-text-stroke: 2px #FFFFFF;
|
|
|
font-size:60px;
|
|
|
color: #FFFFFF;
|
|
|
font-family:"宋体";
|
|
|
}
|
|
|
.zoom-area {
|
|
|
max-width: 400px;
|
|
|
margin: 30px auto 30px;
|
|
|
font-size: 50px;
|
|
|
text-align: center;
|
|
|
-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 background="../images/home_new.jpg">-->
|
|
|
<p> </p>
|
|
|
<h1>陆军装甲兵学院士官学校</h1>
|
|
|
<p class="zoom-area">科研项目管理系统</p>
|
|
|
|
|
|
</body>
|
|
|
</html> |