Welcome.cshtml 4.59 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/login/cchh.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: #243346;*/
            color:white;
            font-size: 50px;
            font-weight: bold;
            margin: auto;
            width: auto;
            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);
        }

        .loginTitle {
            font-size: 20pt;
            height: 50px;
            line-height: 50px;
            margin-left: 20px;
            text-align: left;
            position: fixed;
            _position: absolute;
            *position: absolute;
            bottom: 10px;
            width: 100%;
            color: white;
        }
    </style>

    <div class="content">
        <div class="bbzshead">
        <div class="topfont">欢迎使用台光电子设备管理平台</div>
        </div>
        <div style="color:#F5F559;" class="loginTitle">台光电子材料(昆山)有限公司</div>
    </div>
    <script type="text/javascript" src="/lib/layuimini/lib/layui-v2.6.3/layui.js"></script>