60 lines
1.9 KiB
HTML
60 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="../../js/layui-v2.9.2/layui/css/layui.css">
|
|
<link rel="stylesheet" href="../../css/font.css">
|
|
<link rel="stylesheet" href="../../css/table-common2.css">
|
|
<script src="../../js/public/jquery-3.6.0.js" type="text/javascript"></script>
|
|
<!--拦截及公共ip-->
|
|
<script src="../../js/public/sm3.js"></script>
|
|
<script src="../../js/system/IPUtils.js"></script>
|
|
<script src="../../js/system/ajax_intercept.js"></script>
|
|
<script src="../../js/system/public_utils.js"></script>
|
|
<script src="../../js/public/aes.js" type="text/javascript"></script>
|
|
<script src="../../js/public/public.js"></script>
|
|
<!--拦截及公共ip结束-->
|
|
<script src="../../js/public/permission.js" type="text/javascript"></script>
|
|
<script src="../../js/layui-v2.9.2/layui/layui.js"></script>
|
|
<script src="../../js/public/commonUtils.js"></script>
|
|
<script src="../../js/public/commonsystem.js"></script>
|
|
<script src="../../js/public/openIframe.js"></script>
|
|
<title>课件学习详情</title>
|
|
</head>
|
|
<style>
|
|
.btn-box {
|
|
width: 100%;
|
|
height: 60px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#content {
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
height: calc(100% - 40px);
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.table-box2 {
|
|
height: 100%;
|
|
}
|
|
|
|
html,body{
|
|
height: 98%;
|
|
}
|
|
|
|
</style>
|
|
|
|
<body>
|
|
<div id="content" class="layout">
|
|
<div class="table-box2" table-responsive style="z-index: 1;">
|
|
<table id="todayTaskTable" class="table" lay-filter="todayTaskTable"></table>
|
|
<div id="voi-page" class="layout" style="justify-content: right;"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="../../js/dutyTask/cityDailyBackRecord.js"></script>
|
|
|
|
</html> |