style.css 1.96 KB
@import "_common.css";

.header {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    height: 380px;
    background: url("../img/header.jpg") no-repeat;
}

.coupon {
    margin: 0 auto 30px;
    width: 990px;
    height: 243px;
    background: url("../img/coupon.jpg") no-repeat;
}

.go {
    display: block;
    margin: 30px auto;
    width: 560px;
    height: 80px;
    font-size: 29px;
    line-height: 80px;
    color: #fff;
    background: #74adb4;
    text-align: center;

    &:after {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        background: #549da4;
    }
}

.arrow {
    display: inline-block;
    width: 11px;
    height: 20px;
    background: url("../img/arrow.png");
}

.share {
    margin: 30px auto;
    width: 911px;
    height: 277px;
    background: url("../img/share.jpg");
    background-color: #ececec;
    background-repeat: no-repeat;
}

.banner {
    display: block;
    margin: 30px auto;
    width: 900px;
    height: 360px;
    background: #fff;

    img {
        width: 100%;
        height: 100%;
    }
}

.footer {
    margin: 30px auto;
    width: 199px;
    height: 37px;
    background: url("../img/yoho.png");
}

.tip {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
    width: 400px;
    background: #fff;
    text-align: center;
    line-height: 1.25;

    &:before {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        background: #000;
    }

    .title {
        margin: 20px auto;
        font-size: 30px;
        font-weight: bold;
    }

    .sub-title {
        font-size: 20px;
    }

    .desc {
        font-size: 18px;
        color: #444;
    }

    .button {
        display: block;
        margin: 30px auto;
        width: 200px;
        height: 50px;
        font-size: 22px;
        line-height: 56px;
        text-align: center;
        color: #fff;
        background: #000;
    }
}