Main.cshtml
1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@section header
{
<link rel="stylesheet" href="/css/main.css" media="all" />
<link rel="shortcut icon" href="favicon.ico">
<link href="/css/homecss/bootstrap.min.css" rel="stylesheet" />
<link href="/css/homecss/font-awesome.css" rel="stylesheet" />
<link href="/css/homecss/animate.min.css" rel="stylesheet" />
<link href="/css/homecss/style.min862f.css" rel="stylesheet" />
}
<style>
.content {
width: 100%;
height: 100%;
position: relative;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: slategray;
}
.nh-container {
position: absolute;
width: 99%;
height: 98%;
border: 2px solid rgba(92,255,255,0.1);
background: rgba(10,106,255,0.1) repeat 50% 50% !important;
overflow: visible;
}
</style>
<div class="content">
<div class="nh-container">
<div class="layui-fluid">
<fieldset class="layui-elem-field layui-field-title">
<legend>快捷功能菜单</legend>
</fieldset>
<div class="layui-row" id="QuickIcon">
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/layui/layui.js"></script>
<script type="text/javascript" src="/baseJs/Main.js?v=2020.12.10"></script>
<script type="text/javascript" src="/basejs/Common.js?v=2019.08.19"></script>