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.
51 lines
1.1 KiB
51 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<link rel="stylesheet" href="../../../../component/layui/css/layui.css" />
|
|
</head>
|
|
|
|
<body class="layui-form">
|
|
|
|
<div class="layui-tab layui-tab-brief">
|
|
<ul class="layui-tab-title">
|
|
<li class="layui-this">标签1</li>
|
|
<li>标签2</li>
|
|
<li>标签3</li>
|
|
<li>标签4</li>
|
|
</ul>
|
|
<div class="layui-tab-content">
|
|
<div class="layui-tab-item layui-show">
|
|
|
|
</div>
|
|
<div class="layui-tab-item">
|
|
内容-2
|
|
</div>
|
|
<div class="layui-tab-item">
|
|
内容-3
|
|
</div>
|
|
<div class="layui-tab-item">
|
|
内容-4
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<script src="../../../../component/layui/layui.js"></script>
|
|
|
|
|
|
<script>
|
|
layui.use(function () {
|
|
var $ = layui.jquery;
|
|
var table = layui.table;
|
|
var form = layui.form;
|
|
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html> |