You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.9 KiB
Plaintext
74 lines
1.9 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<link rel="stylesheet" href="/layui/css/layui.css" media="all" />
|
|
<link rel="stylesheet" href="//at.alicdn.com/t/font_tnyc012u2rlwstt9.css" media="all" />
|
|
@RenderSection("header", false)
|
|
<style>
|
|
html, body, .main {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.left {
|
|
width: 300px;
|
|
height: 100%;
|
|
float: left;
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
|
|
.right {
|
|
width: calc(100% - 301px);
|
|
height: 100%;
|
|
float: right;
|
|
}
|
|
|
|
.main .container {
|
|
margin: 10px;
|
|
}
|
|
|
|
.toolList {
|
|
height: 47px;
|
|
line-height: 47px;
|
|
text-align: end;
|
|
padding: 0 10px;
|
|
border-bottom: 1px solid #ddd;
|
|
display: flex;
|
|
}
|
|
|
|
.toolList .search {
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
}
|
|
|
|
.toolList .btns {
|
|
/*display: flex;*/
|
|
flex: 1;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
.layui-table {
|
|
padding: 10px;
|
|
}
|
|
|
|
.search input {
|
|
width: auto;
|
|
height: 30px;
|
|
margin-right: 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="childrenBody">
|
|
@RenderBody()
|
|
</body>
|
|
</html> |