Main.cshtml 1.38 KB
@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>