index.less 1.33 KB
.box {
    width: 100%;
    height: 100vh;
    background: url("../../../static/img/background.jpg") no-repeat center top;
    background-size: 100%;
    overflow: hidden;
    .btn_box {
        width: 670px;
        height: 570px;
        //position: fixed;
        //bottom: 14s3px;
        //left: 40px;
        margin: 524px auto;
        div:first-child {
            width: 100%;
            height: 260px;
            background: url("../../../static/img/online.png") no-repeat center top;
            background-size: 100%;
            display: block;
        }
        div:nth-child(2) {
            width: 100%;
            height: 260px;
            background: url("../../../static/img/off.png") no-repeat center top;
            background-size: 100%;
            margin-top: 50px;
        }

    }
    .bottom_box {
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
    }
    .text {
        width: 466px;
        height: 33px;
        position: fixed;
        bottom: 50px;
        left: 142px;
        background: url("../../../static/img/text.png") no-repeat center bottom;
        background-size: 100%;
        margin: 0 auto
    }
    .bottom_backg {
        width: 100%;
        height: 89px;
        background: url("../../../static/img/bottom.png") no-repeat;
        background-size: 100% 100%;
    }
}