132 lines
3.0 KiB
HTML
132 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>查看</title>
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../../layui/css/layui.css">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../../css/viewer.min.css">
|
|
<!-- <link rel="stylesheet" type="text/css" media="screen" href="../../../css/work/basic/openDisPhoto.css">-->
|
|
<script type="text/javascript" src="../../../../js/libs/jquery-3.7.1.min.js"></script>
|
|
<script type="text/javascript" src="../../../../layui/layui.js"></script>
|
|
<script type="text/javascript" src="../../../../../public/public.js"></script>
|
|
<script type="text/javascript" src="../../../../js/publicJs.js"></script>
|
|
<script type="text/javascript" src="../../../../js/jq.js"></script>
|
|
<script type="text/javascript" src="../../../../js/work/person/wagesManage/findPhoto.js"></script>
|
|
<script type="text/javascript" src="../../../../js/viewer/viewer.min.js"></script>
|
|
<style>
|
|
body,html{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|
|
#dataDiv{
|
|
width: 100%;
|
|
height: 80%;
|
|
float: left;
|
|
}
|
|
#ulDiv {
|
|
width: 98%;
|
|
height: 84%;
|
|
position: absolute;
|
|
top: 50px;
|
|
left: 22px;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#dowebok {
|
|
width: 100%;
|
|
height: 99%;
|
|
}
|
|
|
|
.disPhotoLi {
|
|
width: 17.6%;
|
|
height: 30.6% !important;
|
|
float: left;
|
|
margin: 1%;
|
|
border: 1px solid #e8eceb;
|
|
}
|
|
|
|
.img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.disPhotoP1 {
|
|
color: #fff;
|
|
font-size: 13px;
|
|
margin-top: 4%;
|
|
}
|
|
|
|
.disPhotoP2 {
|
|
color: #fff;
|
|
font-size: 13px;
|
|
margin-top: 4%;
|
|
}
|
|
|
|
.disPhotoP3 {
|
|
color: #fff;
|
|
font-size: 13px;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.disPhotoP4 {
|
|
color: #fff;
|
|
font-size: 13px;
|
|
margin-top: 4%;
|
|
}
|
|
/* chrome下的滚动条样式 */
|
|
|
|
::-webkit-scrollbar {
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
|
|
|
|
/* 滚动槽 */
|
|
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 5px white;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
|
|
/* 滚动条滑块 */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
background: white;
|
|
-webkit-box-shadow: inset 0 0 6px white;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
background: white;
|
|
}
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background-color: white; // 颜色
|
|
}
|
|
.layui-laydate-content thead tr{
|
|
background: white;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="padding: 0 24px 0 24px">
|
|
<div id="dataDiv">
|
|
<div id="ulDiv">
|
|
<ul id="dowebok">
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div style="display: none">
|
|
<span>上传人:</span><input type="text" name="uploadName" maxlength="40" required lay-verify="required" id="uploadName" class="layui-input">
|
|
<span>上传时间:</span><input type="text" name="uploadTime" maxlength="40" required lay-verify="required" id="uploadTime" class="layui-input">
|
|
</div>
|
|
</body>
|
|
</html>
|