地质所 沉降监测网建设项目
chenhuan
2024-05-16 98b1fc47a5c40422a7289c9ac10960f26f742d93
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
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head>
<th:block th:include="include :: header('弹层组件')" />
<link href="../static/css/bootstrap.min.css"
    th:href="@{/css/bootstrap.min.css}" rel="stylesheet" />
<link href="../static/css/font-awesome.min.css"
    th:href="@{/css/font-awesome.min.css}" rel="stylesheet" />
<link href="../static/css/main/animate.min.css"
    th:href="@{/css/main/animate.min.css}" rel="stylesheet" />
<link href="../static/css/main/style.min862f.css"
    th:href="@{/css/main/style.min862f.css}" rel="stylesheet" />
<link rel="stylesheet" th:href="@{/css/custom/main.css}" />
    <th:block th:include="include :: datetimepicker-css" />
    <style type="text/css">
        .content {
            width: 100%;
            background-color: rgba(0,0,0,0.01) !important;
        }
    </style>
</head>
 
<body class="gray-bg">
    <div class="content">
        <div class="col-sm-12">
            <div class="ibox float-e-margins">
                <div class="ibox-title">
                    <h3>沉降监测网建设工程项目分布</h3>
                </div>
                <div class="ibox-content">
 
                    <div class="row">
                        <div class="col-sm-8">
<!--                            <div>-->
<!--                                <div class="col-md-4">-->
<!--                                    <input type="text" class="form-control" placeholder="项目关键词查询定位">-->
<!--                                </div>-->
<!--                                <button type="button" class="btn btn-success">查询</button>-->
<!--                            </div>-->
                            <div id="map_div" style="width: 100%;height: 570px;margin-top: 10px"></div>
                        </div>
 
                        <div class="col-sm-4">
                            <div>
                                <div class="col-md-6">
                                    <span style="font-size:16px;font-weight: bold;line-height: 40px;">监管单位项目统计</span>
                                </div>
                                <div class="col-md-6" style="z-index:1;">
                                    <div class="btn-group statistic-btn" style="float: right">
                                        <button class="btn btn-white" type="button">总计</button>
                                        <button class="btn btn-white" type="button">本年度</button>
                                        <button class="btn btn-white" type="button">本月度</button>
                                    </div>
                                </div>
                            </div>
                            <div id="rank_chart" style="width: 100%;height: 600px;margin-top: 10px"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
 
    </div>
 
    <script th:src="@{/js/jquery.min.js}"></script>
    <script th:src="@{/js/bootstrap.min.js}"></script>
    <script th:src="@{/ajax/libs/flot/jquery.flot.js}"></script>
    <script th:src="@{/ajax/libs/report/echarts/echarts-all.js}"></script>
    <script th:src="@{/js/tdt.js}" type="text/javascript"></script>
    <script th:src="@{/js/custom/main.js}"></script>
    <th:block th:include="include :: sparkline-js" />
    
    <th:block th:include="include :: footer" />
 
</body>
</html>