161 lines
5.4 KiB
HTML
161 lines
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>历史环境监测数据</title>
|
|
<link rel="stylesheet" href="../../css/font.css">
|
|
<link rel="stylesheet" href="../../plugin/layui-v2.9.7/layui/css/layui.css">
|
|
<link rel="stylesheet" href="../../css/dataAnalysis/dataAnalysis.css">
|
|
<link rel="stylesheet" href="../../css/shuiYin/shuiYin.css">
|
|
<link rel="stylesheet" href="../../css/coreTable.css"/>
|
|
<link rel="stylesheet" href="../../css/accessMge/accessMge.css">
|
|
<script src="../../js/publics/sm4.js" type="text/javascript"></script>
|
|
<script src="../../js/publics/jquery-3.6.0.min.js" type="text/javascript"></script>
|
|
<script src="../../js/publics/public.js"></script>
|
|
<script src="../../plugin/scroll/jquery.nicescroll.min.js"></script>
|
|
<script src="../../js/publics/4.3.0/echarts.min.js"></script>
|
|
<script src="../../plugin/layui-v2.9.7/layui/layui.js"></script>
|
|
<script src="../../js/publics/aescbc.js"></script>
|
|
<script src="../../js/publics/sm3.js"></script>
|
|
<script src="../../api/commonRequest.js"></script>
|
|
|
|
<style type="text/css">
|
|
#proQuality {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.left-box {
|
|
width: 33%;
|
|
height: 100%;
|
|
}
|
|
|
|
.center-box {
|
|
margin-left: 1%;
|
|
width: 33%;
|
|
height: 100%;
|
|
}
|
|
|
|
.right-box {
|
|
margin-left: 1%;
|
|
width: 33%;
|
|
height: 100%;
|
|
background: url("../../img/dataAnalysisOctober/environmentalWarning.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
.left-box-top {
|
|
background: url("../../img/dataAnalysisOctober/humiture.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
height: 49%;
|
|
width: 100%;
|
|
}
|
|
|
|
.left-box-bottom {
|
|
background: url("../../img/dataAnalysisOctober/noise.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
height: 49%;
|
|
width: 100%;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.center-box-top {
|
|
background: url("../../img/dataAnalysisOctober/windSpeed.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
height: 49%;
|
|
width: 100%;
|
|
}
|
|
|
|
.center-box-bottom {
|
|
background: url("../../img/dataAnalysisOctober/airQuality.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
height: 49%;
|
|
width: 100%;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
#temperatureHumidityChart {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#noiseChart {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#windSpeedChart {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#airQualityChart {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="proQuality">
|
|
|
|
<div style="height: 6%;width: 100%;">
|
|
<form class="layui-form basic-form" onclick="return false;" onsubmit="return false;">
|
|
<div class="layui-form-item">
|
|
<div class="layui-inline" id="ID-laydate-rangeLinked">
|
|
<div class="layui-input-inline">
|
|
<input type="text" autocomplete="off" id="ID-laydate-start-date-1" readonly
|
|
class="layui-input" placeholder="开始日期">
|
|
</div>
|
|
<div class="layui-form-mid">-</div>
|
|
<div class="layui-input-inline">
|
|
<input type="text" autocomplete="off" id="ID-laydate-end-date-1" readonly
|
|
class="layui-input" placeholder="结束日期">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
<button type="button" class="layui-btn layui-btn-normal" onclick="query(1)"
|
|
style="background-color: #207E75;">
|
|
<i class="layui-icon layui-icon-query"></i>查询
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<div style="height: 94%;width: 100%;display: flex;flex-direction: row">
|
|
<div class="left-box">
|
|
<div class="left-box-top">
|
|
<div id="temperatureHumidityChart"></div>
|
|
</div>
|
|
<div class="left-box-bottom">
|
|
<div id="noiseChart"></div>
|
|
</div>
|
|
</div>
|
|
<div class="center-box">
|
|
<div class="center-box-top">
|
|
<div id="windSpeedChart"></div>
|
|
</div>
|
|
<div class="center-box-bottom">
|
|
<div id="airQualityChart"></div>
|
|
</div>
|
|
</div>
|
|
<div class="right-box">
|
|
<div style="height: 94%;width: 96%;overflow: auto;margin-top: 6%;margin-left: 2%;">
|
|
<table id="dome1" lay-filter="test"></table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
<script src="../../js/pages/dataAnalysisOctober/environDetection.js" type="text/javascript"></script>
|
|
|
|
</html>
|