yn_hxy_web/hxy-web/html/dataStatistics/viewStatistics/viewStatisticsDetails.html

265 lines
7.0 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>巡视结果上传-查看</title>
<script src="../../../js/public/token.js"></script>
<script src="../../../js/public/public.js"></script>
<script src="../../../js/public/public_utils.js"></script>
<script src="../../../js/public/aescbc.js"></script>
<script src="../../../plugs/jquery/jquery-3.6.0.min.js"></script>
<script src="../../../plugs/layui-v2.9.2/layui/layui.js"></script>
<link href="../../../plugs/layui-v2.9.2/layui/css/layui.css" rel="stylesheet">
<script src="../../../util/Interceptor.js"></script>
<!--业务js-->
<script src="../../../js/dataStatistics/viewStatistics/viewStatisticsDetails.js"></script>
<style>
body,html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
float: left;
}
.detail-content{
width: 100%;
height: 80%;
background-color: #F9F9F9;
}
.flex-column{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
#projectInfo{
width: 95%;height: 80%;border: 1px solid #eee;margin: 20px auto;
}
#projectInfo>tbody>tr>th{
width: 45%;height: 50px;background-color: #F5F5F5;padding-left: 20px;
}
#projectInfo>tbody>tr>td{
width: 45%;height: 50px;padding-left: 20px;
}
#more{
height: 100%;
margin-right: 35px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width:90%;
}
.viewBox{
width: 200px;
height: 300px;
margin-left: 30px;
border-radius: 6px;
margin-bottom: 20px;
}
.viewHeader{
width: 100%;
height: 50px;
display: flex;
align-items: center;
font-size: 24px;
color: #FFF;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background-color: #52C1F5;
}
.viewHeader>img{
width: 32px;
height: 32px;
margin-left: 15px;
}
.viewHeader>span{
margin-left: 10px;
}
.viewContent{
width: 100%;
height: 220px;
display: flex;
align-items: center;
justify-content: center;
background-color: #FFF;
}
.viewContent>img{
width: 160px;
height: 210px;
}
.viewFooter{
width: 100%;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px #e8eceb;
border-radius: 5px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ffffff;
-webkit-box-shadow: inset 0 0 6px #cbb7b7;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #e8eceb;
}
::-webkit-scrollbar-corner {
background-color: #e8eceb;
// 颜色
}
#title{
height: 12%;
display: flex;
justify-content: center;
align-items: center;
border: 1px #E9E9E9 solid;
}
#title>div:nth-child(1),
#title>div:nth-child(2),
#title>div:nth-child(3),
#title>div:nth-child(4),
#title>div:nth-child(5),
#title>input
{
width: 10%;
}
#title>input{
margin-left: 32%;
margin-right: 4%;
}
#title>div:nth-child(1){
display: flex;
align-items: center;
}
#title>div:nth-child(1)>div>div:nth-child(1){
font-size: 16px;
font-weight: 800;
}
#title>div:nth-child(1)>div>div:nth-child(2){
color: #999999;
font-size: 12px;
margin-top: 5px;
}
#title>div:nth-child(2)>div:nth-child(1),
#title>div:nth-child(3)>div:nth-child(1),
#title>div:nth-child(4)>div:nth-child(1),
#title>div:nth-child(5)>div:nth-child(1)
{
font-size: 14px;
color: #999999;
}
#title>div:nth-child(2)>div:nth-child(2),
#title>div:nth-child(3)>div:nth-child(2),
#title>div:nth-child(4)>div:nth-child(2),
#title>div:nth-child(5)>div:nth-child(2)
{
font-size: 14px;
color: #666666;
margin-top: 8px;
}
#title>input{
font-size: 28px;
color: #409EFF;
font-weight: 800;
}
#projects{
width: 100%;
height: 6%;
overflow-x: auto;
white-space: nowrap;
overflow-y: hidden;
}
#projects>div{
height: 90%;
display: inline-block;
border-bottom: 3px solid rgba(0,0,0,0);
}
#projects>div:hover{
color: #409EFF !important;
}
.projectsStyle{
border-bottom: 3px solid #409EFF !important;
color: #409EFF !important;
}
#projects>div>span{
width: 100%;
height: 100%;
cursor: pointer;
padding: 0 20px 0 20px;
display: flex;
align-items: center;
font-size: 12px;
}
</style>
</head>
<body>
<div id="title">
<div style="width: 13%;">
<img src="../../../image/house.png" height="60px"/>
<div>
<div id="username">--</div>
<div id="phone">--</div>
</div>
</div>
<div>
<div>巡护区段数量</div>
<div id="num">--</div>
</div>
<div>
<div>巡1次张数</div>
<div id="oneNum">--</div>
</div>
<div>
<div>巡2次张数</div>
<div id="twoNum">--</div>
</div>
<div>
<div>特巡天数</div>
<div id="otherNum">--</div>
</div>
<input type="text" class="layui-input" readonly placeholder="月份" id="month" style="border: none;">
</div>
<div id="projects">
</div>
<div class="detail-content">
<div style="width: 100%;height: 88%;">
<div class="layui-tab layui-tab-brief" lay-filter="projectTab" style="height: 100%;width: 100%;display: flex;flex-direction: column;margin: 0;">
<ul id="projectList" class="layui-tab-title" style="width: 100%;height: 10%;background-color: #FFF;">
</ul>
<div class="layui-tab-content" style="width: 100%;height: 92%;background-color: #E6E6E6;">
<div id="inspectionTourContent" class="layui-tab-item layui-show" style="width: 100%;height: 100%;overflow-y: auto;">
</div>
</div>
</div>
</div>
</div>
</body>
</html>