2025-10-14 18:16:49 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<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/commonStyle.css">
|
|
|
|
|
<link rel="stylesheet" href="../../css/shuiYin/shuiYin.css">
|
|
|
|
|
<link rel="stylesheet" href="../../css/coreTable.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/echarts.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>
|
|
|
|
|
<script src="../../plugin/watermark.js"></script>
|
|
|
|
|
<title>工程安全分析</title>
|
|
|
|
|
<style>
|
|
|
|
|
#proQuality {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.risk{
|
|
|
|
|
height: 45%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 1%;
|
|
|
|
|
background: url("../../img/dataAnalysisOctober/riskOneAccount.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
background-position: center center !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.riskContent{
|
|
|
|
|
margin-top: 4%;
|
|
|
|
|
margin-left: 1%;
|
|
|
|
|
height: 75%;
|
|
|
|
|
width: 98%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.riskVideo{
|
|
|
|
|
height: 45%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 2%;
|
|
|
|
|
background: url("../../img/dataAnalysisOctober/riskVideo.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
background-position: center center !important;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.riskVideoContent{
|
|
|
|
|
height: 83%;
|
|
|
|
|
margin-top: 3%;
|
|
|
|
|
width: 98%;
|
|
|
|
|
margin-left: 1%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ul-box {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
|
box-sizing: border-box;
|
2025-10-18 15:55:58 +08:00
|
|
|
overflow: auto;
|
2025-10-14 18:16:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ul-box li {
|
|
|
|
|
width: 96%;
|
|
|
|
|
margin: 0 2%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layout {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check {
|
|
|
|
|
background: url(../../img/alarmMge/bright.png) no-repeat 0 0 / 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nocheck {
|
|
|
|
|
background: url(../../img/alarmMge/dark.png) no-repeat 0 0 / 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
|
|
|
|
width: calc(20% - 10px); /* 每行五个,减去间距 */
|
|
|
|
|
height: 150px;
|
2025-10-18 17:19:35 +08:00
|
|
|
/*background-color: #1a3a4c;*/
|
2025-10-14 18:16:49 +08:00
|
|
|
border: none;
|
2025-10-18 17:19:35 +08:00
|
|
|
/*border-radius: 8px;*/
|
2025-10-14 18:16:49 +08:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card:hover {
|
|
|
|
|
transform: scale(1.02);
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#demo2-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 10px; /* 减小间距 */
|
|
|
|
|
padding: 10px;
|
|
|
|
|
justify-content: space-between; /* 均匀分布 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 自定义分页容器 */
|
|
|
|
|
.custom-pagination {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 确保分页样式与 Layui 表格一致 */
|
|
|
|
|
#demo2-pagination .layui-laypage {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#demo2-pagination .layui-laypage span,
|
|
|
|
|
#demo2-pagination .layui-laypage a {
|
|
|
|
|
color: #34C2AF;
|
|
|
|
|
border: 0px solid #06DDDBFF;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
margin: 0 2px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#demo2-pagination .layui-laypage .layui-laypage-curr {
|
|
|
|
|
background-color: #06DDDBFF;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-color: #06DDDBFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-laypage select {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: #3ACAB8 1px solid;
|
|
|
|
|
color: #3ACAB8;
|
|
|
|
|
}
|
|
|
|
|
</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">
|
2025-10-18 15:55:58 +08:00
|
|
|
<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>
|
2025-10-14 18:16:49 +08:00
|
|
|
<div class="layui-input-inline">
|
2025-10-18 15:55:58 +08:00
|
|
|
<input type="text" autocomplete="off" id="ID-laydate-end-date-1" readonly
|
|
|
|
|
class="layui-input" placeholder="结束日期">
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="layui-inline">
|
2025-10-17 14:57:09 +08:00
|
|
|
<button type="button" class="layui-btn layui-btn-normal" onclick="query(1)" style="background-color: #207E75;">
|
2025-10-14 18:16:49 +08:00
|
|
|
<i class="layui-icon layui-icon-query"></i>查询
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="risk" >
|
|
|
|
|
<div class="riskContent">
|
|
|
|
|
<table id="demo1" lay-filter="demo1" ></table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="riskVideo">
|
|
|
|
|
<div class="riskVideoContent" >
|
|
|
|
|
<div style="width: 20%;height: 100%">
|
2025-10-18 15:55:58 +08:00
|
|
|
<ul class="ul-box" id="dynamic-list">
|
2025-10-14 18:16:49 +08:00
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width: 79%;height: 100%;margin-left: 1%;">
|
|
|
|
|
<div id="demo2-container" style="display: flex; flex-wrap: wrap; gap: 10px; padding: 10px;">
|
2025-10-18 15:55:58 +08:00
|
|
|
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
|
|
|
|
<div id="demo2-pagination" class="custom-pagination" style="margin-top: 10px;">
|
|
|
|
|
<div id="custom-pager"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
<script src="../../js/pages/dataAnalysisOctober/engineeringSafetyAnalysis.js" type="text/javascript"></script>
|
|
|
|
|
|
|
|
|
|
</html>
|