赣州市洪水风险预警系统三维版本
guoshilong
2023-02-17 24ea413d47717997022971896e884ba128837f55
Merge remote-tracking branch 'origin/master'
2 files modified
14 ■■■■ changed files
index.html 12 ●●●● patch | view | raw | blame | history
widgets/FloodAnalysis/Widget.html 2 ●●● patch | view | raw | blame | history
index.html
@@ -131,7 +131,7 @@
                border-radius: 5px;
                height: 32px;
                width: 32px;
                position: absolute;
                position: fixed;
            }
            .map3d-system {
                background: #303336 url('images/3d-2-03.png');
@@ -139,8 +139,8 @@
                background-size: cover;
                z-index:6;
                cursor:pointer;
                right: 0.7%;
                bottom: 25%;
                right: 13px;
                bottom: 240px;
            }
            .map3d-system:hover{
                color: #fff;
@@ -156,8 +156,8 @@
                background-size: cover;
                z-index:6;
                cursor:pointer;
                right: 3.5%;
                bottom: 25%;
                right: 50px;
                bottom: 240px;
            }
            .map3d-2d:hover{
                color: #fff;
@@ -170,7 +170,7 @@
        </style>
        <div class="map3d-system ss" id="map3d" title="系统切换" onclick="map3dClick()"></div>
        <div class="map3d-2d ss" id="map2d" title="切换2D"></div>
        <div id="main-loading">
            <div id="app-loading"></div>
            <div id="loading-gif"></div>
widgets/FloodAnalysis/Widget.html
@@ -14,7 +14,7 @@
                            <div class="hd">
                                <label for="hd-select">河段:</label>
                                <!--做模糊查询选择框时使用-->
                                <input type="text" name="hd-search" id="hd-input" class="hd-input" placeholder="请选择或输入"/>
                                <input type="text" name="hd-search" id="hd-input" class="hd-input" placeholder="请选择或输入" autocomplete='off'/>
                                <select name="hd-select-name" id="hd-select" size="10">
                                </select>
                            </div>