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

.header {
    width: 100%;
    height: 334px;
    background: url("../img/header.jpg");
    background-size: 100%;
}

.coupon {
    display: block;
    width: 100%;
    height: 392px;
    background: url("../img/coupon.jpg") no-repeat;
    background-size: 100% auto;
}

.share {
    margin: 0 auto 30px;
    width: 560px;
    height: 80px;
    font-size: 29px;
    line-height: 80px;
    color: #fff;
    background: #d25d7f;
    text-align: center;

    &:after {
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        background: #a03454;
    }
}

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

.banner-border {
    border-left: 3px solid #444;
    border-right: 3px solid #444;
    background-color: #f1f1f9;
    padding-top: 30px;
}

.banner {
    display: block;
    margin: 50px auto;
    width: 560px;
    height: 240px;
    background: #fff;

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

.download {
    margin: 30px auto;
    font-size: 24px;
    line-height: 70px;
    text-align: center;

    .weixin {
        display: inline-block;
        width: 240px;
        height: 70px;
        color: #fff;
        background: #000;
    }

    .app {
        display: inline-block;
        margin-left: 20px;
        width: 300px;
        height: 70px;
        color: #fff;
        background: #000;
    }

    .arrow {
        height: 11px;
        background-size: 100% 100%;
    }
}

.footer {
    width: 100%;
    height: 110px;
    background: url("../img/yoho.png") center no-repeat;
    background-color: #000;
    background-size: 550px 33px;
}

.tip {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 540px;
    background: #fff;
    text-align: center;
    line-height: 1.25;
    transform: translate(-50%, -50%);

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

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

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

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

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

.tip-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;

    .pengyouquan {
        float: right;
        margin-top: 30px;
        margin-right: 30px;
        width: 580px;
        height: 87px;
        background: url("../img/pengyouquan.png") right center no-repeat;
        background-size: 87px 87px;
    }

    .arrow {
        float: right;
        margin-top: 30px;
        margin-right: 60px;
        width: 580px;
        height: 246px;
        background: url("../img/arrow2.png") right center no-repeat;
        background-size: 132px 246px;
    }

    p {
        width: 100%;
        font-size: 44px;
        line-height: 1.5;
        text-align: center;
        color: #fff;
    }
}