Welcome.cshtml 3.64 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.min.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;
        /*background-color: #404a59;*/
        /*background-image: url(../images/main.jpg);*/
    }
    .headTitle {
        display: inline-block;
        text-align: center;
        width: 97.8125%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/top.png);
        margin-left: 40px;
    }
    .bbzshead {
        width: 100%;
        height: 6.518%;
        padding-top: 25%;
        position: relative;
        box-sizing: inherit;
    }
    .topfont {
        font-style: normal;
        text-align: center;
        font-family: KaiTi;
        /*color: aqua;*/
        color:white;
        font-size: 40px;
        font-weight: bold;
        margin: auto;
        width: 398px;
        height: 100%;
    }
    .nh-container {
        position: relative;
        width: 600px;
        height: 270px;
        border: 2px solid rgba(92,255,255,0.1);
        background: rgba(10,106,255,0.1) url(../images/null.png) repeat 50% 50% !important;
        overflow: visible;
    }

        .nh-container:before, .nh-container:after {
            content: "";
            position: absolute;
            top: -2px;
            width: 5px;
            height: 5px;
            border-color: #0a6aff;
            border-style: solid;
            border-top-width: 2px;
            border-bottom-width: 0;
        }

        .nh-container:before {
            left: -2px;
            border-left-width: 2px;
            border-right-width: 0;
        }

        .nh-container:after {
            right: -2px;
            border-left-width: 0;
            border-right-width: 2px;
        }

        .nh-container .nh-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .nh-container .nh-content:before, .nh-container .nh-content:after {
                content: "";
                position: absolute;
                bottom: -2px;
                width: 5px;
                height: 5px;
                border-color: #0a6aff;
                border-style: solid;
                border-top-width: 0;
                border-bottom-width: 2px;
            }

            .nh-container .nh-content:before {
                left: -2px;
                border-left-width: 2px;
                border-right-width: 0;
            }

            .nh-container .nh-content:after {
                right: -2px;
                border-left-width: 0;
                border-right-width: 2px;
            }
    .iconsbody {
        position: relative;
        padding: 4.2% 0 2.6% 0;
        margin-top: 3.35%;
        width: 95.78125%;
        height: 82.3248%;
        margin-left: 2.11%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/welcome.jpg);
    }

</style>

<div class="content">
    <div class="bbzshead">
            <div class="topfont">欢迎使用中控系统</div>
    </div>

</div>
<script type="text/javascript" src="/layui/layui.js"></script>