252 lines
8.3 KiB
HTML
252 lines
8.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<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>
|
|
#proQuality {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.left-box {
|
|
width: 49.5%;
|
|
hegiht: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-top: 2%;
|
|
}
|
|
|
|
.right-box {
|
|
margin-left: 1%;
|
|
width: 49.5%;
|
|
hegiht: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-top: 2%;
|
|
}
|
|
|
|
|
|
.power {
|
|
background: url("../../img/dataAnalysisOctober/power.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
.water {
|
|
background: url("../../img/dataAnalysisOctober/water.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
.waterTrend{
|
|
background: url("../../img/dataAnalysisOctober/waterTrend.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
width: 100%;
|
|
height: 32%;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.powerTrend{
|
|
background: url("../../img/dataAnalysisOctober/powerTrend.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
width: 100%;
|
|
height: 33%;
|
|
}
|
|
|
|
.blue-frame {
|
|
width: 66px;
|
|
height: 80px;
|
|
background-image: url('../../img/dataAnalysisOctober/blueFrame.png');
|
|
background-size: cover;
|
|
background-position: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 1% 1%;
|
|
}
|
|
|
|
.green-frame {
|
|
width: 66px;
|
|
height: 80px;
|
|
background-image: url('../../img/dataAnalysisOctober/greenFrame.png');
|
|
background-size: cover;
|
|
background-position: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 1% 1%;
|
|
}
|
|
|
|
.digit {
|
|
color: white;
|
|
font-size: 48px;
|
|
font-family: zcoolqingkehuangyouti, zcoolqingkehuangyouti;
|
|
font-weight: 400;
|
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.separator {
|
|
color: white;
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
margin: 0 4px;
|
|
height: 80px;
|
|
line-height: 100px;
|
|
}
|
|
|
|
.unit {
|
|
color: white;
|
|
font-size: 30px;
|
|
margin-left: 8px;
|
|
height: 80px;
|
|
line-height: 120px;
|
|
}
|
|
|
|
|
|
.energyConsumption{
|
|
background: url("../../img/dataAnalysisOctober/energyConsumption.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
width: 100%;
|
|
height: 66%;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.optimization-card {
|
|
padding: 15px 20px;
|
|
margin-top: 2%;
|
|
box-shadow: 0px 0px 4px 0px rgba(8,220,224,0.8);
|
|
border-radius: 2px 2px 2px 2px;
|
|
}
|
|
|
|
.optimization-card-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.optimization-card-title {
|
|
font-size: 15px;
|
|
color: #ffffff;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.optimization-card-time {
|
|
font-size: 12px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.optimization-card-description {
|
|
font-size: 13px;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
line-height: 1.6;
|
|
}
|
|
|
|
#waterTrend{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#powerTrend{
|
|
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: column ;">
|
|
<div style="height: 25%;width: 100%;display: flex;flex-direction: row;">
|
|
<div class="left-box power">
|
|
<div class="blue-frame">
|
|
<span class="digit" id="power-0">0</span>
|
|
</div>
|
|
<div class="blue-frame">
|
|
<span class="digit" id="power-1">0</span>
|
|
</div>
|
|
<div class="blue-frame">
|
|
<span class="digit" id="power-2">0</span>
|
|
</div>
|
|
<div class="separator">,</div>
|
|
<div class="blue-frame">
|
|
<span class="digit" id="power-3">0</span>
|
|
</div>
|
|
<div class="unit">度</div>
|
|
</div>
|
|
<div class="right-box water">
|
|
<div class="green-frame">
|
|
<span class="digit" id="water-0">0</span>
|
|
</div>
|
|
<div class="green-frame">
|
|
<span class="digit" id="water-1">0</span>
|
|
</div>
|
|
<div class="green-frame">
|
|
<span class="digit" id="water-2">0</span>
|
|
</div>
|
|
<div class="separator">,</div>
|
|
<div class="green-frame">
|
|
<span class="digit" id="water-3">0</span>
|
|
</div>
|
|
<div class="unit">吨</div>
|
|
</div>
|
|
</div>
|
|
<div style="height: 35%;width: 100%;margin-top: 1%;" class="waterTrend">
|
|
<div id="waterTrend"></div>
|
|
</div>
|
|
<div style="height: 35%;width: 100%;margin-top: 1%;" class="powerTrend">
|
|
<div id="powerTrend"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="../../js/pages/dataAnalysisOctober/energySavingAnalysis.js" type="text/javascript"></script>
|
|
</html>
|