1
0
mirror of https://gitee.com/lvyeyou/DaShuJuZhiDaPingZhanShi.git synced 2025-06-17 11:35:25 +08:00
2019-06-14 11:19:14 +08:00

180 lines
6.7 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">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<script type="text/javascript" src="js/rem.js"></script>
<link rel="stylesheet" href="css/style.css">
<title>天津市博安信通智慧社区内网数据比对信息系统</title>
</head>
<body style="visibility: hidden;">
<div class="container-flex" tabindex="0" hidefocus="true">
<div class="box-left">
<div class="left-top">
<div class="current-num">
<div>当前比对数据</div>
<p>3,456,789</p>
</div>
</div>
<div class="left-center">
<div class="title-box">
<h6>违法犯罪人员分析</h6>
</div>
<div class="chart-box pie-chart" style="">
<div id="pie_fanzui" style="width:100%;"></div>
</div>
</div>
<div class="left-bottom" class="select">
<div class="title-box">
<h6>人口出入记录</h6>
</div>
<div class="chart-box">
<table class="table3">
<thead>
<tr>
<th>姓名</th>
<th>角色</th>
<th>开门方式</th>
<th>时间</th>
</tr>
</thead>
<tbody id="tList">
<!--<tr><td colspan="4"><p style="width:9.6rem;">暂无数据</p></td></tr>-->
<tr>
<td>张梦</td>
<td>访客</td>
<td>人脸</td>
<td>2018-11-01 13:51:23</td>
</tr>
<tr>
<td>李阳荣</td>
<td>业主</td>
<td>APP</td>
<td>2018-11-01 13:51:23</td>
</tr>
<tr>
<td>张无双</td>
<td>访客</td>
<td>人脸</td>
<td>2018-11-01 13:51:23</td>
</tr>
<tr>
<td>李阳</td>
<td>业主</td>
<td>APP</td>
<td>2018-11-01 13:51:23</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="box-center">
<div class="center-top">
<h1><img src="images/jinghui.png" style="width:55px;margin-right:20px;"/>智慧社区内网比对平台</h1>
</div>
<div class="center-center">
<div class="weather-box">
<div class="data">
<p class="time" id="time">00:00:00</p>
<p id="date"></p>
</div>
<div class="weather">
<img id="weatherImg" src="images/weather/weather_img01.png" alt="">
<div id="weather">
<p class="active">多云</p>
<p>16-22℃</p>
<p>天津市和平区</p>
</div>
</div>
</div>
<img src="images/line_bg.png" alt="">
<div class="select-box" style="height: 0.3rem;">
<div data-type="2">
<div class="select" tabindex="0" hidefocus="true" >
<p style="color:#FFFF00;font-weight:bold;">NO.1北京2543289人</p>
<p style="color:#7FFF00;font-weight:bold;">NO.1天津: 5690人</p>
<p style="color:#7FFFD4;font-weight:bold;">NO.1河北: 456人</p>
</div>
</div>
</div>
</div>
<div class="center-bottom">
<div class="chart-box">
<div id="china_map" style="width:100%;height:95%;"></div>
</div>
</div>
</div>
<div class="box-right">
<div class="right-top">
<div class="title-box">
<h6 id="barTitle">违法犯罪人员年龄分布</h6>
</div>
<p class="unit">单位:岁</p>
<div class="chart-box">
<div id="pie_age" style="width:100%;height:100%;"></div>
</div>
</div>
<div class="right-center">
<div class="title-box">
<h6>违法犯罪人员地区分布</h6>
</div>
<div class="chart-box pie-chart">
<div id="qufenbu_data"style="width:90%;height:120px;margin-left:10px;"></div>
</div>
</div>
<div class="right-bottom">
<div class="title-box">
<p id="switchBtn"><span class="active" data-dataType="income">人口出入时间段统计</span></p>
</div>
<div id="line_time" style="width:90%;height:160px;margin-left:10px;"></div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/layer/layer.min.js"></script>
<script type="text/javascript" src="js/layer/laydate/laydate.js"></script>
<script type="text/javascript" src="js/echarts.min.js"></script>
<script type="text/javascript" src="js/china.js"></script>
<script type="text/javascript" src="js/infographic.js"></script>
<script type="text/javascript" src="js/macarons.js"></script>
<script type="text/javascript" src="js/shine.js"></script>
<script type="text/javascript" src="js/base.js"></script>
<script type="text/javascript">
$('document').ready(function () {
$("body").css('visibility', 'visible');
var localData = [$('#teacher').val(), $('#start').val() + '/' + $('#end').val(), $('#leader').val()]
localStorage.setItem("data", localData);
})
</script>
</html>