hn_cloud_web/smz-web/pages/work/person/templateManage/acceptanceView.html

127 lines
2.5 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">
<script type="text/javascript" src="../../../../js/libs/jquery-3.6.0.js"></script>
<script type="text/javascript" src="../../../../layui/layui.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/commonUtils.js"></script>
<script type="text/javascript" src="../../../../js/work/person/templateManage/acceptanceView.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;
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;
text-align: center;
}
.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>
<div id="dataDiv" style="padding: 0 24px 0 24px">
<div id="ulDiv">
<ul id="dowebok">
</ul>
</div>
</div>
</body>
</html>