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

    }
    .bottom_box {
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        .bottom_backg {
            width: 100%;
            height: 270px;
            background: url("../../../static/img/bottom.png") no-repeat;
            background-size: 100% 100%;
        }
    }
    //.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
    //}
}