_pay-success.css 3.24 KB
.pay-success {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;

    .top-tip {
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        text-align: center;
        background-color: #fff;
        z-index: 2;
        padding-bottom: 20px;

        p {
            padding-left: 25px;
            padding-right: 25px;
        }

        .img-c {
            margin-top: 25px;
            width: 102px;
            height: 102px;
            background: resolve("cart/pay-ok.png") no-repeat;
            background-size: 100% 100%;
            display: inline-block;
        }

        .ok-tip {
            font-size: 24px;
            color: #d0021b;
            line-height: 60px;
        }

        .left-tip {
            font-size: 19px;
            color: #b0b0b0;
        }
    }

    .info-table-c {
        border-bottom: solid 1px #e0e0e0;
        padding: 20px 25px;
        background-color: #fff;

        table {
            width: 100%;

            tr {
                height: 40px;
            }

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

            td:nth-child(2) {
                text-align: right;
            }
        }

        .growth-tip {
            color: #b0b0b0;
            font-size: 22px;
            line-height: 48px;
            display: flex;
            align-items: flex-start;
            font-weight: 300;

            .icon-tan {
                font-size: 48px;
                margin-right: 5px;
            }
        }
    }

    .btn-c {
        width: 100%;
        height: 102px;
        background-color: #fff;
        padding: 0 25px;

        a {
            width: 270px;
            height: 53px;
            border: solid 2px #444;
            display: block;
            float: left;
            line-height: 53px;
            text-align: center;
            border-radius: 5px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            margin-top: 24px;
            font-size: 24px;
            color: #444;
        }

        a:nth-child(2) {
            margin-left: 50px;
        }
    }

    .ad-pic {
        width: 100%;
        height: 200px;
        display: block;
        background-color: #fff;
        margin: 25px 0;
    }

    .others-buy {
        width: 100%;
        margin-bottom: 25px;
        background-color: #fff;
        padding: 25px 0;
        border-top: solid 1px #e4e4e4;
        padding-left: 15px;

        > p {
            text-align: center;
            color: #444;
            font-size: 27px;
        }

        .out-tag {
            color: #fff;
        }
    }

    .fraud-prompt {
        height: 62px;
        line-height: 64px;
        background: #ff797d;
        color: #fff;
        background-size: 100% 100%;
        overflow: hidden;
        width: 100%;
    }

    .fraud-tip {
        margin-left: 60px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        height: 62px;
    }

    .tip-content {
        float: left;
    }

    .tip {
        background: resolve("cart/tip.png") no-repeat;
        background-size: 100% 100%;
        width: 60px;
        height: 62px;
        position: absolute;
        z-index: 3;
    }
}