赣州市洪水风险预警系统三维版本
guoshilong
2023-02-27 4d8c6dd77427e8e581fda17b6b65ba86bfb7a815
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<div>
    <div class="flood-analysis-header">
        <i></i> 洪水淹没分析
    </div>
    <!--<div>
        <span>请选择水面线:</span><select id="flightRoute"></select>
    </div>-->
    <div class="flood-water-analysis">
        <ul>
            <li><span>水位(m):</span><input id="flood_analysis_sw_headtab" type="text" value="200" /></li>
        </ul>
        <div class="flood-water-analysis-new">
            <div>
                <input type="button" id="flood_hzsm_headtab" value="绘制水面线" />
                <input type="button" id='flood_qcsmx_headtab' value="清除">
            </div>
<!--            <div>-->
<!--                <input type="button" id="thematic_smsz_headtab" value="水面上涨" />-->
<!--                <input type="button" id="thematic_smxj_headtab" value="水面下降" />-->
<!--            </div>-->
        </div>
    </div>
 
    <div class="flood-detail">
        <div class="flood-detail-header">
            <i></i> 洪水淹没详情
        </div>
 
        <div class="flood-detail-content">
            <div class="flood-detail-text">
                <div>
                    <span>0-3m淹没面积:</span><span>10km²</span>
                </div>
                <div>
                    <span>1-2m淹没面积:</span><span>20km²</span>
                </div>
                <div>
                    <span>>3m淹没面积:</span><span>22km²</span>
                </div>
            </div>
            <div class="flood-detail-button">
                <input type="button" id="flood-detail-ksfx" value="开始分析" />
            </div>
        </div>
    </div>
</div>