赣州市洪水风险预警系统二维版本
xiebin
2023-03-02 b39483c96ae572121d3c619c0b9d37634e682cc4
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
<!DOCTYPE html>
<html style="margin: 0px;padding: 0px;height: 100%;">
 
    <head>
        <meta charset="UTF-8">
        <title>水库点</title>
        <link rel="stylesheet" type="text/css" href="../Style/Select_Query.css" />
    </head>
 
    <body>
        <div id="hy_div">
            <div class="list">
                <ul>
                    <li>
                        <p>自然保护区</p><input type="text" name="" id="" value="" readonly="readonly"/>
                    </li>
                    <li>
                        <p>面积(公顷)</p><input type="text" name="" id="" value="" readonly="readonly"/>
                    </li>
 
                </ul>
            </div>
 
        </div>
    </body>
 
</html>