pay-magazine.page.scss 1.1 KB

.yoho-header {
    background-image: none !important;
    background-color: initial !important;

    .iconfont,
    .nav-title {
        color: #030303;
    }
}

.pay-magazine-success {
    text-align: center;
}

.status-img {
    width: 132px;
    height: 164px;
    background-image: url("img/cart/magazine-pay-ok.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 120px auto 37px;
}

.status-tip {
    font-size: 32px;
    color: #292934;
    margin-bottom: 8px;
    font-weight: 500;
    padding-left: 30px;
}

.download-tip {
    font-size: 25px;
    color: #bbb;
    margin-bottom: 76px;
}

.download-btn {
    width: 410px;
    height: 76px;
    line-height: 76px;
    color: #fff;
    background: #292934;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;

    .download-icon {
        display: inline-block;
        width: 42px;
        height: 42px;
        margin-right: 16px;
        background-image: url("img/cart/yohobuy.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}