软测单独项目
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.
 
 
 
 
 
 

93 lines
2.6 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<script src="js/jquery-2.1.3.min.js"></script>
<link href="layui/css/layui.css" rel="stylesheet" />
<script src="layui/layui.js"></script>
<script src="js/echarts.min.js"></script>
<style type="text/css">
html {
height: 98%;
}
body {
height: 98%;
padding-right: 10px;
}
.clsDiv1 {
width: 60%;
/*text-align: center;*/
margin: 0 auto;
line-height: 50px;
background-color: #edecec;
padding: 10px 10px 20px 10px;
border: 1px solid #a4a1a1;
border-radius: 15px;
}
.clsDivLis {
border: 1px solid #a4a1a1;
border-radius: 15px;
width: 90%;
margin: 0 auto;
padding: 10px 10px 10px 20px;
background-color: #e9edee;
line-height: 35px;
}
</style>
<script>
layui.use(['laydate', 'table'], function () {
var laydate = layui.laydate;
var table = layui.table;
});
</script>
</head>
<body>
<div style="width:500px; height:860px; margin:0 auto; border:1px solid #a4a1a1;">
<div style="height:80px; background-color:#0062fc; text-align:center;">
<br />
<br />
<h3 style="color:#ffffff;">待办任务</h3>
</div>
<div class="layui-tab layui-tab-brief" lay-filter="docDemoTabBrief">
<ul class="layui-tab-title">
<li class="layui-this" style="width:210px;">已完成</li>
<li style="width:220px;">未完成</li>
</ul>
<div class="layui-tab-content"></div>
</div>
<div class="clsDivLis">
<h2>待办任务1</h2>
<h3>截止时间:2022-11-15 15:30:00</h3>
<h3>创建时间:2022-11-15 15:30:00</h3>
</div>
<br />
<div class="clsDivLis">
<h2>待办任务2</h2>
<h3>截止时间:2022-11-15 15:30:00</h3>
<h3>创建时间:2022-11-15 15:30:00</h3>
</div>
<br />
<div class="clsDivLis">
<h2>待办任务3</h2>
<h3>截止时间:2022-11-15 15:30:00</h3>
<h3>创建时间:2022-11-15 15:30:00</h3>
</div>
<br />
<div class="clsDivLis">
<h2>待办任务4</h2>
<h3>截止时间:2022-11-15 15:30:00</h3>
<h3>创建时间:2022-11-15 15:30:00</h3>
</div>
</div>
</body>
</html>