| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- <!DOCTYPE html>
- <html lang="en" id="htmlRoot">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="renderer" content="webkit" />
- <meta name="keywords" content="水文气象监测系统" />
- <meta name="description" content="水文气象监测系统" />
- <meta http-equiv="Expires" content="0" />
- <meta http-equiv="Cache-control" content="no-cache" />
- <meta http-equiv="Cache" content="no-cache" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
- <title>水文气象监测系统</title>
- <link rel="icon" href="/favicon.ico" />
- <script src="./static/jessibuca/jessibuca.js"></script>
- <script src="./static/MicroFrontend.js"></script>
- <script src="./static/mapConfig.js"></script>
- <!-- <script src="./static/grant.js"></script> -->
- <!-- <script src="/build/grant.js"></script> -->
- <script src="http://106.12.170.138:4001/build/grant.js"></script>
- <link rel="stylesheet" href="./public/static/jessibuca/iconfont/iconfont.css" />
- <style>
- .leaflet-popup-tip-container {
- width: 63px;
- height: 50px;
- top: -142px;
- left: 144px;
- pointer-events: none;
- background: url('./static/img/line.png') no-repeat;
- background-size: auto 100%;
- }
- .dialog-header {
- cursor: move;
- }
- .ant-modal-mask {
- pointer-events: none !important;
- background-color: rgba(0, 0, 0, 0) !important;
- /* 全透明的背景色 */
- }
- .ant-modal-wrap {
- pointer-events: none !important;
- }
- .ant-modal-root .ant-modal-wrap {
- pointer-events: none !important;
- }
- .ant-modal-centered {
- pointer-events: none !important;
- }
- .distance-legend {
- position: absolute;
- font-size: 14px;
- bottom: 62px;
- width: auto;
- right: 420px;
- }
- .cesium-viewer-navigationContainer {
- top: 70px;
- left: auto;
- right: 400px;
- }
- #mapDivlevelCoordinates {
- position: absolute;
- font-size: 14px;
- bottom: 40px;
- width: auto;
- right: 440px;
- }
- .leaflet-popup-content-wrapper {
- margin-left: 30px;
- background: none;
- border: none;
- box-shadow: 0 3px 14px rgba(0, 0, 0, 0);
- align-items: center;
- height: 220px;
- overflow: hidden;
- }
- .leaflet-popup-close-button {
- top: 10px;
- right: 10px;
- }
- .leaflet-popup{
- height: 200px !important;
- }
- .popup {
- background: url('./static/img/popclick.png') no-repeat;
- background-size: 100% 100% !important;
- background-position: center center;
- width: 230px;
- height: 220px;
- color: #fff;
- padding: 10px;
- background-size: 100% 260px;
- }
- .impopup {
- position: relative;
- background: url('./static/img/impopup.png') no-repeat;
- background-size: 100% 100% !important;
- background-position: center center;
- min-width: 120px;
- height: 56px;
- color: #fff;
- padding:2px 6px;
- background-size: 100% 260px;
- overflow: hidden;
- }
- .popup-line {
- position: absolute;
- width: 63px;
- height: 50px;
- top: 74px;
- left: 154px;
- pointer-events: none;
- background: url('./static/img/line.png') no-repeat;
- background-size: auto 100%;
- }
- .popup b.see {
- font-weight: normal;
- text-decoration: underline;
- cursor: pointer;
- }
- .popup li {
- padding: 5px 0;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .popupBut {
- text-align: right;
- }
- .popupBut img {
- width: 30px;
- height: 30px;
- cursor: pointer;
- display: inline-block;
- }
- .popup h3 {
- font-size: 16px;
- color: #fff;
- font-weight: bold;
- margin-bottom: 8px;
- }
- .popup span {
- font-family: MiSans;
- font-size: 14px;
- font-weight: normal;
- line-height: 24px;
- letter-spacing: 0em;
- color: rgba(255, 255, 255, 0.72);
- }
- .popup b {
- font-weight: normal;
- }
-
- </style>
- </head>
- <body>
-
- <script>
- (() => {
- var htmlRoot = document.getElementById('htmlRoot');
- var theme = window.localStorage.getItem('__APP__DARK__MODE__');
- if (htmlRoot && theme) {
- htmlRoot.setAttribute('data-theme', theme);
- theme = htmlRoot = null;
- }
- })();
- </script>
- <div id="app">
- <style>
- /* ::v-deep .ant-modal-wrap{
- pointer-events: none !important;
- }
- ::v-deep .ant-modal-root .ant-modal-wrap{
- pointer-events: none !important;
- } */
- /* /deep/ .ant-modal-wrap{
- pointer-events: none !important;
- }
- /deep/ .ant-modal-root .ant-modal-wrap{
- pointer-events: none !important;
- } */
- html[data-theme='dark'] .app-loading {
- background-color: #2c344a;
- }
- html[data-theme='dark'] .app-loading .app-loading-title {
- color: rgba(255, 255, 255, 0.85);
- }
- [data-theme='dark'] ul:hover {
- background: transparent !important;
- }
- .app-loading {
- display: flex;
- width: 100%;
- height: 100%;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- background-color: #f4f7f9;
- }
- .app-loading .app-loading-wrap {
- position: absolute;
- top: 50%;
- left: 50%;
- display: flex;
- -webkit-transform: translate3d(-50%, -50%, 0);
- transform: translate3d(-50%, -50%, 0);
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .app-loading .dots {
- display: flex;
- padding: 98px;
- justify-content: center;
- align-items: center;
- }
- .app-loading .app-loading-title {
- display: flex;
- margin-top: 30px;
- font-size: 30px;
- color: rgba(0, 0, 0, 0.85);
- justify-content: center;
- align-items: center;
- }
- .app-loading .app-loading-logo {
- display: block;
- width: 90px;
- margin: 0 auto;
- margin-bottom: 20px;
- }
- .dot {
- position: relative;
- display: inline-block;
- width: 48px;
- height: 48px;
- margin-top: 30px;
- font-size: 32px;
- transform: rotate(45deg);
- box-sizing: border-box;
- animation: antRotate 1.2s infinite linear;
- }
- .dot i {
- position: absolute;
- display: block;
- width: 20px;
- height: 20px;
- background-color: #0065cc;
- border-radius: 100%;
- opacity: 0.3;
- transform: scale(0.75);
- animation: antSpinMove 1s infinite linear alternate;
- transform-origin: 50% 50%;
- }
- .dot i:nth-child(1) {
- top: 0;
- left: 0;
- }
- .dot i:nth-child(2) {
- top: 0;
- right: 0;
- -webkit-animation-delay: 0.4s;
- animation-delay: 0.4s;
- }
- .dot i:nth-child(3) {
- right: 0;
- bottom: 0;
- -webkit-animation-delay: 0.8s;
- animation-delay: 0.8s;
- }
- .dot i:nth-child(4) {
- bottom: 0;
- left: 0;
- -webkit-animation-delay: 1.2s;
- animation-delay: 1.2s;
- }
- @keyframes antRotate {
- to {
- -webkit-transform: rotate(405deg);
- transform: rotate(405deg);
- }
- }
- @-webkit-keyframes antRotate {
- to {
- -webkit-transform: rotate(405deg);
- transform: rotate(405deg);
- }
- }
- @keyframes antSpinMove {
- to {
- opacity: 1;
- }
- }
- @-webkit-keyframes antSpinMove {
- to {
- opacity: 1;
- }
- }
- </style>
- <!-- <div id="first-screen-loading" class="app-loading">
- <div class="app-loading-wrap"> -->
- <!-- <img src="/resource/img/logo.png" class="app-loading-logo" alt="Logo" /> -->
- <!-- <div class="app-loading-dots">
- <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
- </div> -->
- <!-- <div class="app-loading-title"><%= title %></div> -->
- <!-- </div>
- </div> -->
- </div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|