From 1c6a0ab1d8fe9b49d69d299278ebb8a9d22c3085 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 09 Jun 2021 10:46:57 +0800
Subject: [PATCH] 表格 点击事件

---
 index.html |  113 +++++++++++++++++++++++++++++---------------------------
 1 files changed, 59 insertions(+), 54 deletions(-)

diff --git a/index.html b/index.html
index 88ca9c8..8afd1e2 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML>
 <html>
- 
+
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
     <title></title>
     <!-- <script src="https://cdn.bootcdn.net/ajax/libs/html2canvas/0.5.0-beta4/html2canvas.min.js"></script> -->
     <!--jquery引用-->
@@ -19,6 +19,10 @@
     <link rel="stylesheet" href="libs/layui/layui/css/layui.css">
     <!-- axios -->
     <script src='libs/axios/axios.js'></script>
+
+    <!-- video flv播放 -->
+    <link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
+    <script src="http://vjs.zencdn.net/c/video.js"></script>
     <!-- 动态标绘 -->
     <!-- <script src='libs/Cesium/ThirdParty/Workers/PlotAlgo/PlotAlgoInclude.js'></script> -->
 
@@ -71,7 +75,7 @@
         * {
             box-sizing: border-box;
         }
- 
+
         body,
         html {
             width: 100%;
@@ -82,32 +86,32 @@
             padding: 0;
             overflow: hidden;
         }
- 
+
         .cesium-viewer-navigationContainer {
             top: 90px !important;
         }
- 
+
         .cesium-performanceDisplay {
             position: relative;
             right: 250px;
         }
- 
+
         .jimu-leading-margin1 {
             padding-left: 10px;
         }
- 
+
         .cesium-baseLayerPicker-dropDown {
             width: 220px !important;
         }
- 
+
         #main-loading {
             width: 100%;
             height: 100%;
             text-align: center;
             overflow: hidden;
         }
- 
- 
+
+
         #main-loading #ie-note {
             position: absolute;
             top: 0;
@@ -116,7 +120,7 @@
             right: 0;
             margin: auto;
         }
- 
+
         #main-loading #ie-note {
             width: 586px;
             height: 253px;
@@ -125,14 +129,14 @@
             font-size: 14px;
             color: #596679;
         }
- 
+
         #ie-note .hint-title {
             height: 40px;
             line-height: 48px;
             text-align: left;
             font-weight: bold;
         }
- 
+
         #ie-note .hint-img {
             background-image: url('images/hint.png');
             background-position: left;
@@ -144,25 +148,25 @@
             line-height: 30px;
             font-weight: bold;
         }
- 
+
         #ie-note span {
             display: block;
             line-height: 14px;
         }
- 
+
         #main-page {
             display: none;
             width: 100%;
             height: 100%;
             position: relative;
         }
- 
+
         #jimu-layout-manager {
             width: 100%;
             height: 100%;
             position: absolute;
         }
- 
+
         .index_query {
             position: absolute;
             left: 45%;
@@ -170,7 +174,7 @@
             z-index: 999;
             width: 260px;
         }
- 
+
         #mh_query li {
             list-style: none;
             padding-bottom: 5px;
@@ -181,9 +185,9 @@
             line-height: 20px;
             color: #ffffff;
             cursor: pointer;
- 
+
         }
- 
+
         #mh_query {
             width: 100%;
             background: rgba(31, 39, 48, .7);
@@ -193,7 +197,7 @@
             overflow: auto;
             z-index: 999;
         }
- 
+
         .input-sm {
             width: 260px;
             height: 35px;
@@ -210,26 +214,26 @@
             background-color: rgba(63, 72, 84, .7);
             border: none;
         }
- 
+
         input::-webkit-input-placeholder {
             color: #fff;
         }
- 
+
         .input_img {
             position: absolute;
             right: 0;
             height: 35px;
             cursor: pointer;
         }
- 
+
         .cesium-viewer-toolbar {
             top: 55px !important;
             right: -23333333333370px !important;
             width: 80px;
             height: 30px;
- 
+
         }
- 
+
         .cesium-viewer-toolbar .cesium-baseLayerPicker-dropDown {
             position: fixed !important;
             top: 54px !important;
@@ -237,28 +241,28 @@
             z-index: 213 !important;
         }
     </style>
-    <link rel="stylesheet" type="text/css" href="jimu.js/loading/loading.css"/>
+    <link rel="stylesheet" type="text/css" href="jimu.js/loading/loading.css" />
 </head>
- 
+
 <body class="claro jimu-main-font">
-<div id="main-loading">
-    <div id="app-loading"></div>
-    <div id="loading-gif"></div>
-    <div id="ie-note" style="display:none;">
-        <div class="hint-title">Error</div>
-        <div class="hint-img">Your browser is currently not supported.</div>
-        <p class="hint-text">
-                    <span>
-            推荐chorome浏览器
-          </span>
-        </p>
+    <div id="main-loading">
+        <div id="app-loading"></div>
+        <div id="loading-gif"></div>
+        <div id="ie-note" style="display:none;">
+            <div class="hint-title">Error</div>
+            <div class="hint-img">Your browser is currently not supported.</div>
+            <p class="hint-text">
+                <span>
+                    推荐chorome浏览器
+                </span>
+            </p>
+        </div>
     </div>
-</div>
- 
-<div id="main-page">
-    <div id="jimu-layout-manager"></div>
- 
-    <!-- <div class="index_query">
+
+    <div id="main-page">
+        <div id="jimu-layout-manager"></div>
+
+        <!-- <div class="index_query">
         <div>
             <input id="local_data" autocomplete="off" data-provide="typeahead" type="text" class="input-sm"
                    placeholder="输入关键字以搜索"/>
@@ -266,19 +270,19 @@
         </div>
         <div id="mh_query"></div>
     </div> -->
- 
-</div>
-<script src="env.js"></script>
- 
- 
-<script type="text/javascript" src="simpleLoader.js"></script>
-<!-- <script type="module">
+
+    </div>
+    <script src="env.js"></script>
+
+
+    <script type="text/javascript" src="simpleLoader.js"></script>
+    <!-- <script type="module">
     window.CESIUM_BASE_URL = 'http://localhost:8081/gzsw3D/libs/Source';
     import * as Cesium from './libs/Source/Cesium.js';
     window.Cesium = Cesium;
   </script> -->
-<script type="text/javascript" src="init.js"></script>
-<!-- <script>
+    <script type="text/javascript" src="init.js"></script>
+    <!-- <script>
  
     var indData = [];
  
@@ -437,4 +441,5 @@
  
 </script> -->
 </body>
+
 </html>
\ No newline at end of file

--
Gitblit v1.9.3