|  |  |  | 
|---|
|  |  |  | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
|---|
|  |  |  | <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"> | 
|---|
|  |  |  | <title>峰峰矿区智慧停车</title> | 
|---|
|  |  |  | <style> | 
|---|
|  |  |  | .loading { | 
|---|
|  |  |  | position: fixed; | 
|---|
|  |  |  | top: 50%; | 
|---|
|  |  |  | left: 50%; | 
|---|
|  |  |  | transform: translate(-50%, -50%); | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | z-index: -1; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .spinner { | 
|---|
|  |  |  | width: 50px; | 
|---|
|  |  |  | height: 50px; | 
|---|
|  |  |  | border: 5px solid #ccc; | 
|---|
|  |  |  | border-top-color: #409EFF; | 
|---|
|  |  |  | border-radius: 50%; | 
|---|
|  |  |  | animation: spin 1s infinite linear; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .text { | 
|---|
|  |  |  | margin-top: 10px; | 
|---|
|  |  |  | font-size: 16px; | 
|---|
|  |  |  | color: #666; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @keyframes spin { | 
|---|
|  |  |  | to { | 
|---|
|  |  |  | transform: rotate(360deg); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </style> | 
|---|
|  |  |  | <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5"></script> | 
|---|
|  |  |  | <!--<script src="//mapv.baidu.com/build/mapv.min.js"></script> | 
|---|
|  |  |  | <script src="https://code.bdstatic.com/npm/mapvgl@1.0.0-beta.127/dist/mapvgl.min.js"></script>--> | 
|---|
|  |  |  | <script type="text/javascript" src="http://api.map.baidu.com/library/Heatmap/2.0/src/Heatmap_min.js"></script> | 
|---|
|  |  |  | <script src="./static/iconfont.js"></script> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <title>峰峰智慧泊车系统</title> | 
|---|
|  |  |  | </head> | 
|---|
|  |  |  | <body> | 
|---|
|  |  |  | <div class="loading" style="display:block"> | 
|---|
|  |  |  | <div class="spinner"></div> | 
|---|
|  |  |  | <div class="text">正在加载中...</div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div id="app"></div> | 
|---|
|  |  |  | </body> | 
|---|
|  |  |  | <!--  <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>--> | 
|---|
|  |  |  | <!--  <script>--> | 
|---|
|  |  |  | <!--      // VConsole 默认会挂载到 `window.VConsole` 上--> | 
|---|
|  |  |  | <!--      var vConsole = new window.VConsole();--> | 
|---|
|  |  |  | <!--  </script>--> | 
|---|
|  |  |  | </html> | 
|---|