jyyhq/witDisplay/page/photovoltaicEnergyStorage/photovoltaicEnergyStorage.html

72 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>光伏储能</title>
<link rel="stylesheet" type="text/css" href="../../css/core/layui.css" />
<link rel="stylesheet" type="text/css" href="../../css/photovoltaicEnergyStorage/photovoltaicEnergyStorage.css" />
</head>
<body>
<div class="right">
<div class="title">
<span>防区地图</span>
</div>
<div class="content" >
<div id="map"></div>
</div>
</div>
<div class="left">
<div class="dayWarn">
<div class="title">
<div class="content"></div>
<div class="font">
<span id="today">0</span>
<span style="color: #FFFFFF;font-size: 14px">今日发电量KW</span>
</div>
</div>
<div class="title">
<div class="content"></div>
<div class="font">
<span id="month">0</span>
<span style="color: #FFFFFF;font-size: 14px">本月发电量KW</span>
</div>
</div>
<div class="title">
<div class="content"></div>
<div class="font">
<span id="year">0</span>
<span style="color: #FFFFFF;font-size: 14px">本年发电量KW</span>
</div>
</div>
</div>
<div class="deviceWarn">
<div class="title">
<div>近7日发电统计</div>
</div>
<div class="table" id="weekly-chart">
</div>
</div>
<div class="defenceWarn">
<div class="title">
<div>近12月发电统计</div>
</div>
<div class="table" id="monthly-chart">
</div>
</div>
</div>
<script src="../../js/core/jquery-3.6.0.js"></script>
<script src="../../js/core/layer-v3.1.0/layer/layer.js"></script>
<script src="../../js/core/echarts-v5.4.2/echarts.min.js"></script>
<script src="../../js/core/echarts-v5.4.2/echarts.js"></script>
<script src="../../js/core/echarts-v5.4.2/echarts-liquidfill.min.js"></script>
<script src="../../js/core/Snap-svg.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/video/qx/utility/flv.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/video/qx/utility/talk.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/core/public.js" type="text/javascript"></script>
<script src="../../js/photovoltaicEnergyStorage/photovoltaicEnergyStorage.js"></script>
</body>
</html>