71 lines
3.2 KiB
HTML
71 lines
3.2 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html class="no-js css-menubar" lang="zh-cn">
|
|||
|
|
|||
|
<head>
|
|||
|
<title>弹窗子页面</title>
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|||
|
<!-- 移动设备 viewport -->
|
|||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui">
|
|||
|
<meta name="author" content="火星科技 http://cesium.marsgis.cn ">
|
|||
|
<!-- 360浏览器默认使用Webkit内核 -->
|
|||
|
<meta name="renderer" content="webkit">
|
|||
|
<!-- Chrome浏览器添加桌面快捷方式(安卓) -->
|
|||
|
<link rel="icon" type="image/png" href="../../img/favicon/favicon.png">
|
|||
|
<meta name="mobile-web-app-capable" content="yes">
|
|||
|
<!-- Safari浏览器添加到主屏幕(IOS) -->
|
|||
|
<link rel="icon" sizes="192x192" href="img/favicon/apple-touch-icon.png">
|
|||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|||
|
<meta name="apple-mobile-web-app-title" content="火星科技MarsGIS">
|
|||
|
<!-- Win8标题栏及ICON图标 -->
|
|||
|
<link rel="apple-touch-icon-precomposed" href="../../img/favicon/apple-touch-icon.png">
|
|||
|
<meta name="msapplication-TileImage" content="../../img/favicon/app-icon72x72@2x.png">
|
|||
|
<meta name="msapplication-TileColor" content="#62a8ea">
|
|||
|
|
|||
|
<!-- 第3方lib引入 -->
|
|||
|
<script type="text/javascript" src="../../lib/include-lib.js?time=20200510" libpath="../../lib/"
|
|||
|
include="jquery,jquery.mCustomScrollbar,echarts,admui-frame,layer"></script>
|
|||
|
|
|||
|
<link href="../../css/widget-win.css" rel="stylesheet" />
|
|||
|
<link href="view.css?time=20200510" rel="stylesheet" />
|
|||
|
</head>
|
|||
|
|
|||
|
<body>
|
|||
|
<div class="ryglGjBox">
|
|||
|
<div class="col-1-4 col-100 ryglGjLeft">
|
|||
|
<div id="infoExView">
|
|||
|
<div id="qyjjTitle" class="title"><span class="titleText">基本信息</span></div>
|
|||
|
<p id="qyNameJC" class="gjName">名称</p>
|
|||
|
<p id="qyName" class="gjInfo"></p>
|
|||
|
<p id="qyLX" class="gjInfo"></p>
|
|||
|
<p id="qyLXDH" class="gjInfo"></p>
|
|||
|
<p id="qyDZ" class="gjInfo"></p>
|
|||
|
</div>
|
|||
|
<div id="echartsView" style="width:99%;height:200px;"></div>
|
|||
|
</div>
|
|||
|
<div class="col-3-4 col-100 ryglGjRight">
|
|||
|
<div class="col-50 col-100 ryglGjRight1">
|
|||
|
<div class="title"><span class="titleText">企业简介</span></div>
|
|||
|
<div id="txtQYJJ" class="rygjjd">
|
|||
|
简介内容
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div class="col-50 col-100 ryglGjRight2">
|
|||
|
<div id="zpQYJJ-Title" class="title"><span class="titleText">企业照片</span></div>
|
|||
|
<div id="zpQYJJ" class="toolsbar-mappic" style="height:200px;"></div>
|
|||
|
|
|||
|
<div id="zpCPJJ-Title" class="title"><span class="titleText">产品照片</span></div>
|
|||
|
<div id="zpCPJJ" class="toolsbar-mappic" style="height:200px;"></div>
|
|||
|
|
|||
|
</div>
|
|||
|
<div id="btnSPJK" class="gjhfBtn">视频监控</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<!--页面js-->
|
|||
|
<script src="../../config/marsUrl.js?time=20200510"></script>
|
|||
|
<script src="view.js?time=20200510"></script>
|
|||
|
</body>
|
|||
|
</html>
|