49 lines
2.5 KiB
HTML
49 lines
2.5 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>电子合同详情</title>
|
||
|
|
<link rel="stylesheet" type="text/css" href="../../../../css/work/person/contract/contractDetails.css"/>
|
||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../../layui/css/layui.css">
|
||
|
|
<script src="../../../../js/libs/jquery-3.7.1.min.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../../js/jq.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../../js/publicJs.js"></script>
|
||
|
|
<script src="../../../../js/work/person/templateManage/contractDetails.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="item" style="display: flex;align-items: center;justify-content: end">
|
||
|
|
<button class="layui-btn layui-btn-normal" style="margin-right: 3%;" onclick="expDownload()">打包下载</button>
|
||
|
|
</div>
|
||
|
|
<div class="item" style="height: 32%">
|
||
|
|
<div style="width: 35%;height: 100%;float: left;margin-left: 10%">
|
||
|
|
<p style="display: inline-block;vertical-align: middle">人脸照片:</p>
|
||
|
|
<img id="faceUrl" style="width: 150px;height: 150px;display: inline-block;"/>
|
||
|
|
</div>
|
||
|
|
<div style="width: 35%;height: 100%;float: left;margin-left: 10%">
|
||
|
|
<p style="display: inline-block;vertical-align: middle;position: relative;top: -45%">短信验证信息:</p>
|
||
|
|
<textarea id="shortMessage" style="width: 200px;height: 150px;display: inline-block;"></textarea>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item" style="height: 10%">
|
||
|
|
<div style="width: 35%;height: 100%;float: left;margin-left: 10%">
|
||
|
|
<p style="display: inline-block;vertical-align: middle">验证码:</p>
|
||
|
|
<input id="message" type="text" style="height: 90%"/>
|
||
|
|
</div>
|
||
|
|
<div style="width: 35%;height: 100%;float: left;margin-left: 10%">
|
||
|
|
<p style="display: inline-block;vertical-align: middle">验证码验证时间:</p>
|
||
|
|
<input id="messageTime" type="text" style="height: 90%"/>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item" style="height: 54%">
|
||
|
|
<p style="display: inline-block;position: relative;top: -45%">视频:</p>
|
||
|
|
<div style="width: 80%;height: 96%;display: inline-block;margin-left: 10%">
|
||
|
|
<video id="videoUrl" style="width: 25%;height: 100%;object-fit: cover" preload="auto" muted="muted"
|
||
|
|
autoplay="autoplay" controls="controls" loop="loop"></video>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item" style="display: flex;align-items: center;justify-content: end">
|
||
|
|
<button class="layui-btn layui-btn-primary" style="margin-right: 3%;" onclick="closePage()">关闭</button>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|