You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.9 KiB
91 lines
2.9 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>添加--考勤补卡</title>
|
|
<meta name="renderer" content="webkit" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
<script src="/js/jquery-2.1.3.min.js"></script>
|
|
<link rel="stylesheet" href="/css/ztree/metro/ztree.css" />
|
|
<link rel="stylesheet" href="/js/layui/css/layui.css" media="all" />
|
|
<link rel="stylesheet" href="/css/public.css" media="all" />
|
|
<link href="/Index/css/zhgl-style.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="/css/right-list.css" media="all" />
|
|
<link rel="stylesheet" href="/css/bulletframebg.css" media="all" />
|
|
<style>
|
|
.searchVal {
|
|
width: 200px;
|
|
}
|
|
|
|
.layui-laypage {
|
|
margin: 10px 20%;
|
|
}
|
|
|
|
.ztree {
|
|
overflow: auto;
|
|
}
|
|
|
|
.layui-layer-btn {
|
|
background-color: #164D6A;
|
|
}
|
|
|
|
.layui-layer-content {
|
|
background-color: #164D6A;
|
|
}
|
|
|
|
.layui-form-label {
|
|
width: 100px;
|
|
}
|
|
.divLis{
|
|
margin:10px 10px 10px 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="border: 1px solid #0c6f89;background: rgba(12, 70, 100, 0.8);padding: 20px;box-sizing: border-box;">
|
|
|
|
<div style="text-align:center;">
|
|
<div id="div1">
|
|
<div>
|
|
<img src="/images/imgPerDefaut.jpg" id="imgId" style="width:40%;" />
|
|
</div>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<h1>正在等待对方接通……</h1>
|
|
</div>
|
|
|
|
<div id="div2" style="overflow-y:scroll;height:450px;">
|
|
|
|
</div>
|
|
|
|
|
|
<div style="text-align: center; position: absolute; bottom: 10px; left: 50%; transform: translate(-50%, -50%); ">
|
|
<center>
|
|
<img src="/images/CloseVideo.png" style="width: 100px; " id="imgClose" />
|
|
</center>
|
|
</div>
|
|
<audio autoplay=autoplay loop=loop>
|
|
<source src="bb.mp3" type="audio/mp3" />
|
|
Your browser does not support the audio element.
|
|
</audio>
|
|
</div>
|
|
<script type="text/javascript" src="/js/layui/layui.js"></script>
|
|
|
|
<script>
|
|
layui.config({
|
|
base: '/js/'
|
|
}).use(['ztree', 'form', 'layer', 'table', 'laytpl', 'laydate', 'laypage'], function () {
|
|
|
|
$("#imgClose").click(function () {
|
|
var index = parent.layer.getFrameIndex(window.name);
|
|
parent.layer.close(index);
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|