|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<!-- <link rel="shortcut icon" type="image/x-icon" href="https://lupic.cdn.bcebos.com/20200412/3058984411_14_685_490.jpg"> -->
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta content="width=device-width,initial-scale=1.0">
|
|
|
|
<title>水利信息平台</title>
|
|
|
|
<script src="./static/config.js"></script>
|
|
|
|
<link rel="icon" href="./static/logo.png">
|
|
|
|
<script type="text/javascript" src="./static/jquery.js"></script>
|
|
|
|
<link rel="stylesheet" href="./static/PPTXjs/css/pptxjs.css">
|
|
|
|
<link rel="stylesheet" href="./static/PPTXjs/css/nv.d3.min.css"> <!-- for charts graphs -->
|
|
|
|
<script type="text/javascript" src="./static/PPTXjs/js/jquery-1.11.3.min.js"></script>
|
|
|
|
<script type="text/javascript" src="./static/PPTXjs/js/jszip.min.js"></script> <!-- v2.. , NOT v.3.. -->
|
|
|
|
<script type="text/javascript" src="./static/PPTXjs/js/filereader.js"></script> <!--https://github.com/meshesha/filereader.js -->
|
|
|
|
<script type="text/javascript" src="./static/PPTXjs/js/d3.min.js"></script> <!-- for charts graphs -->
|
|
|
|
<script type="text/javascript" src="./static/PPTXjs/js/nv.d3.min.js"></script> <!-- for charts graphs -->
|
|
|
|
<script type="text/javascript" src="./static/PPTXjs/js/pptxjs.js"></script>
|
|
|
|
<script type="text/javascript" src="./static/PPTXjs/js/divs2slides.js"></script> <!-- for slide show -->
|
|
|
|
<!-- <script type="text/javascript" src="./static/FileSaver.js"></script>-->
|
|
|
|
<!-- <script type="text/javascript" src="./static/jquery.wordexport.js"></script>-->
|
|
|
|
<style>
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
min-width: 1200px;
|
|
|
|
height: 100%;
|
|
|
|
/*width: 100%;*/
|
|
|
|
width: 100vw;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
/* dialog导致页面抖动 start */
|
|
|
|
.el-popup-parent--hidden {
|
|
|
|
margin-right: 17px !important;
|
|
|
|
padding-right: 0px !important;
|
|
|
|
overflow-x: hidden !important;
|
|
|
|
}
|
|
|
|
/* dialog导致页面抖动 end */
|
|
|
|
html {
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.w-e-text{
|
|
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <script type="module" src="./static/world/index.js"></script> -->
|
|
|
|
<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=kwpGLvIly4Vp2bwW1EvhIQdcZIqRuFxx"></script> -->
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|