From ebefa651ad2d6edbfdb30fea3fc1ff97232a0aee Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 15 Jun 2021 11:07:52 +0800
Subject: [PATCH] 工具样式
---
index.html | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 1238bfd..7c148c8 100644
--- a/index.html
+++ b/index.html
@@ -21,8 +21,11 @@
<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/flv/flvjs/flv.js"></script>
+ <!-- <link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
+ <script src="http://vjs.zencdn.net/c/video.js"></script> -->
+ <!-- <script src="http://cdn.jsdelivr.net/npm/xgplayer/browser/index.js" charset="utf-8"></script> -->
+ <!-- <script src="http://cdn.jsdelivr.net/npm/xgplayer-flv.js/browser/index.js" charset="utf-8"></script> -->
<!-- echarts -->
<script src="libs/echarts/v4/echarts.min.js"></script>
<!-- 动态标绘 -->
@@ -90,6 +93,7 @@
}
.cesium-viewer-navigationContainer {
+ display: none !important;
top: 90px !important;
}
@@ -103,7 +107,7 @@
}
.cesium-baseLayerPicker-dropDown {
- width: 220px !important;
+ width: 308px !important;
}
#main-loading {
--
Gitblit v1.9.3