You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
5.3 KiB
125 lines
5.3 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>智慧营区</title>
|
|
<link rel="stylesheet" href="../layui/css/layui.css" media="all" />
|
|
<link href="css/new_index.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/style_work.css" rel="stylesheet" type="text/css" />
|
|
<script src="js/jquery-2.1.3.min.js" type="text/javascript"></script>
|
|
<script src="../layui/layui.js" type="text/javascript"></script>
|
|
<script src="../js/jquery.cookie.js" type="text/javascript"></script>
|
|
<style type="text/css">
|
|
html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_box, .section_wrap {
|
|
height: 100%;
|
|
}
|
|
|
|
.zhxfbtn1 span {
|
|
opacity: 1;
|
|
}
|
|
|
|
.con1 {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.m-748 {
|
|
margin-left: 748px;
|
|
}
|
|
|
|
.m-t278 {
|
|
margin-top: 278px;
|
|
}
|
|
|
|
.mhzy {
|
|
float: left;
|
|
margin-left: 44%;
|
|
margin-top: 239px;
|
|
width: 205px;
|
|
height: 240px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mhzyword {
|
|
margin-top: 93%;
|
|
margin-left: 1%;
|
|
}
|
|
/*.layui-layer-msg {
|
|
top: 391px !important;
|
|
left: 850px !important;
|
|
} */
|
|
</style>
|
|
<script src="js/guidance.js" type="text/javascript"></script>
|
|
</head>
|
|
<body class="layui-layout-body">
|
|
<div class="index_box">
|
|
<section class="section_wrap">
|
|
<div class="section section_show1">
|
|
<canvas id="canvas" style="position:absolute;z-index:-1;width:100%;height:100%;opacity:0.4;"></canvas>
|
|
<div class="header">智慧营区</div>
|
|
<div class="login">
|
|
<div class="signout m-l26 fl"><a href="#" id="show_out"><img src="img/signout.png" /></a></div>
|
|
<!--<div class="signout m-l26 fl"><a href="#" id="show_pwd"><img src="img/password.png"></a></div>-->
|
|
<a class="admin fr" id="show_own" href="javascript:void(0);" title="点击修改基本资料"></a>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div class="con1 mhzy" id="mhzy" style="cursor:pointer ;" onclick="mhzy()">
|
|
<div class="c-title mhzyword" style="cursor:pointer ; text-align: center;">战训辅助管理</div>
|
|
</div>
|
|
<div class="con1 zhdj" id="zhdj" onclick="building()">
|
|
<a href="#">
|
|
<div class="circle-border m-l78 m-t20 fl">
|
|
<img src="img/zhdj.png" alt="" />
|
|
</div>
|
|
<div class="c-title m-l16 m-t33 fl">智慧党建</div>
|
|
</a>
|
|
</div>
|
|
<div class="con1 szyq" id="szyq" onclick="camp()">
|
|
<a href="#">
|
|
<div class="circle-border m-r78 m-t20 fr">
|
|
<img src="img/szyq.png" alt="" />
|
|
</div>
|
|
<div class="c-title m-r16 m-t33 fr">三维可视化</div>
|
|
</a>
|
|
</div>
|
|
<div class="con1 zhxf" id="zhxf" onclick="test('work')">
|
|
<a href="#">
|
|
<div class="circle-border m-l78 fl">
|
|
<img src="img/zhxf.png" alt="" />
|
|
</div>
|
|
<div class="c-title m-l16 m-t100 fl">火灾预警防控</div>
|
|
</a>
|
|
</div>
|
|
<div class="con1 rcgl" id="rcgl" onclick="rcgl()">
|
|
<a href="#">
|
|
<div class="circle-border m-r78 fr">
|
|
<img src="img/rcgl.png" alt="" />
|
|
</div>
|
|
<div class="c-title m-r16 m-t100 fr">一体化综合平台</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="prompt">
|
|
<img src="img/tishi.png" />温馨提示:建议您使用主流浏览器进行当前平台体验。(例:谷歌浏览器,火狐浏览器等主流浏览器,不推荐使用IE浏览器)
|
|
<P><a style="color:#fff" href="http://camp.xf365.cn/Upload/谷歌浏览器设置.docx">点击下载浏览器配置说明书</a></P>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section section_work1" style="position: absolute;left: 100%;top:0;">
|
|
<section class="section_wrap1">
|
|
<div class="section section_show">
|
|
<iframe id="firepage" style="height:100vh;width:100%; overflow:hidden;border: 0;" src=""> </iframe>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<script src="js/canvas.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|
|
|