liuyg
2021-06-08 7412a4e3171f48379669af7df049d56701040b5c
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
54
55
56
57
58
59
60
61
62
63
64
65
<div>
    <div class="popup">
        <div class="p-main two">
            <div class="cloce"></div>
            视频
        </div>
        <div class="p-main three">
            <div class="cloce"></div>
            <div class="layui-tab layui-tab-brief" lay-filter="docDemoTabBrief">
                <ul class="layui-tab-title">
                    <li class="layui-this">测站详情</li>
                    <li>实时数据</li>
                    <li>历史记录</li>
                </ul>
                <div class="layui-tab-content">
                    <div class="layui-tab-item layui-show">
                        <div class="xiangqing">
                            <table border="1" cellpadding="100">
                                <tr>
                                    <th>测站名称:</th>
                                    <td>南矶山战备湖</td>
                                    <th>建设类型:</th>
                                    <td>建设</td>
                                </tr>
                                <tr>
                                    <th>经度:</th>
                                    <td>116.280167</td>
                                    <th>纬度:</th>
                                    <td>28.918818</td>
                                </tr>
                                <tr>
                                    <th>建站时间:</th>
                                    <td>2021-05-23 09:52:48</td>
                                    <th>纬度:</th>
                                    <td>2021-05-23 09:52:48</td>
                                </tr>
                                <tr>
                                    <th>所属保护区:</th>
                                    <td>鄱阳湖南矶湿地国家级自然保护区</td>
                                    <th>地址:</th>
                                    <td>暂无</td>
                                </tr>
                                <tr>
                                    <th>全景地址:</th>
                                    <td colspan="3">北深湖(http://vr.jxpskj.com/pyhyjpt/njsdgjzrbhq/bshenh/</td>
                                </tr>
                                <tr>
                                    <th>测站简介:</th>
                                    <td class="left" colspan="3">南矶山保护区为国家级湿地自然保护区。位于江西省南昌市新建县南矶乡境内,由南矶山自然保护区管理站管理。南矶山省级自然保护区成立于1997年,2005年晋升为国家级自然保护区。保护对象为候乌及湿地生态系统。南矶山省级自然保护区成立于1997年,2005年晋升为国家级自然保护区。保护对象为候鸟及湿地生态系统。保护区总面积333平方千米,其中核心区面积175平方千米,缓冲区面积55平方千米,实验区面积103平方千米。
                                    </td>
                                </tr>
                                <tr>
                                    <th>图片:</th>
                                    <td class="left" colspan="3"></td>
                                </tr>
                            </table>
                        </div>
                    </div>
                    <div class="layui-tab-item">内容2</div>
                    <div class="layui-tab-item">内容3</div>
                </div>
            </div>
        </div>
    </div>
</div>