|
|
@@ -2,7 +2,10 @@
|
|
|
<html lang="zh">
|
|
|
<head>
|
|
|
<meta 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"
|
|
|
+ />
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
<meta name="description" content="Web site created using create-react-app" />
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
|
@@ -17,7 +20,7 @@
|
|
|
font-family: 'song';
|
|
|
src: url('./myData/song.TTF');
|
|
|
}
|
|
|
- .fontLoding{
|
|
|
+ .fontLoding {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
@@ -35,7 +38,7 @@
|
|
|
<div id="panoramic-root"></div>
|
|
|
|
|
|
<!-- 一进页面就加载字体 -->
|
|
|
- <i class="fontLoding">123</i>
|
|
|
+ <i class="fontLoding">123</i>
|
|
|
</body>
|
|
|
|
|
|
<script>
|
|
|
@@ -52,6 +55,7 @@
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
+ <script src="./echarts-v5.4.3.js"></script>
|
|
|
<!-- <script>
|
|
|
window.onload = function () {
|
|
|
var script = document.createElement('script')
|