85 lines
2.2 KiB
HTML
85 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>接口状态</title>
|
|
<link rel="stylesheet" type="text/css" href="../../css/core/layui.css"/>
|
|
<style>
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
}
|
|
html{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
body{
|
|
width: 97%;
|
|
}
|
|
.layui-table-view .layui-table td, .layui-table-view .layui-table th {
|
|
padding: 5px 0;
|
|
border-top: none;
|
|
border-right: none;
|
|
}
|
|
.layui-table-header
|
|
{
|
|
margin-bottom: 0.4%;
|
|
}
|
|
.layui-table-header tr{
|
|
background-image: url(../../img/index/child/titleLong.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.layui-table-header tr th{
|
|
color: #ffffff;
|
|
}
|
|
.layui-table-main tr{
|
|
background-image: url(../../img/index/child/standardColumnLong.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
|
|
display: inline-block;
|
|
margin-bottom: 5px;
|
|
}
|
|
.layui-table-main tr td{
|
|
color: rgba(255,255,255,0.8);
|
|
}
|
|
.layui-table-main tr:hover{
|
|
background-image: url(../../img/index/child/standardColumnHoverLong.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
|
|
border-width: 0px;
|
|
}
|
|
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even) {
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
.layui-table {
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
.layui-laypage-count{
|
|
color: #FFFFFF!important;
|
|
}
|
|
.layui-box a{
|
|
color: #FFFFFF!important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table id="layuiTable" lay-filter="contact">
|
|
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|
|
<script type="text/javascript" src="../../js/core/jquery-3.6.0.js"></script>
|
|
<script type="text/javascript" src="../../js/core/layui.js"></script>
|
|
<script type="text/javascript" src="../../js/management/managementFrom.js"></script>
|
|
<script type="text/javascript">
|
|
|
|
</script> |