liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
47
48
49
50
51
52
53
<div>
<div class="location-box">
    <div class="location-head-th">
        <i class="location-head-th-pic"></i>
        <span class="location-head-th-biaoji">查询定位</span>
        <span class="location-head-th-xx">×</span>
    </div>
    <ul>
        <li><span style="width: 80px">
            关键字查询</span>
            <input type="text" id="loc_input" style="width: 94px;height: 25px">
            <input id='loc_query' type="button" value="搜索" style="margin-left: 10px;width: 45px;height: 25px"></li>
        <li><span style="width: 80px;">
            自定义区域</span>
            <input id="polygon" class="dongDraw" type="button" value="几何查询" style="width: 69px;height: 25px">
            <input id='loc_delet' type="button" value="清除结果" style="margin-left: 10px;width: 69px;height: 25px">
            <input style="display: none" id = 'loc_openWin'>
        </li>
    </ul>
</div>
 
 
    <div id="location-tab">
        <div class="tabul">
            <ul>
                <li class="loc_click on">水文站</li>
                <li class="loc_click off">水位站</li>
                <li class="loc_click off">雨量站</li>
            </ul>
        </div>
 
        <div id="loc_tablist">
            <div id="SWZD" class="show">
                <div class="location-box-list" id="loc-tab1-grid" data-dojo-attach-point="loc-tab1-grid"></div>
                <div class="location-m-style Pagination" id="loc_page_sw"></div>
            </div>
            <div id="SWZ" class="hide">
                <div class="location-box-list" id="loc-tab2-grid" data-dojo-attach-point="loc-tab2-grid"></div>
                <div class="location-m-style Pagination" id="loc_page_swe"></div>
            </div>
            <div id="YLZ" class="hide">
                <div class="location-box-list" id="loc-tab3-grid" data-dojo-attach-point="loc-tab3-grid"></div>
                <div class="location-m-style Pagination" id="loc_page_yl"></div>
            </div>
            <div id="SZZ" class="hide">
                <div class="location-box-list" id="loc-tab4-grid" data-dojo-attach-point="loc-tab4-grid"></div>
            </div>
            <div id="ZXHLZ" class="hide">
                <div class="location-box-list" id="loc-tab5-grid" data-dojo-attach-point="loc-tab5-grid"></div>
            </div>
        </div>
    </div>
</div>