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

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

        .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;
            }
        }
    }

    .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;
    }

    .wx-footer {
        width: 100%;
        min-height: 95px;
        background-color: #fff;
        border-bottom: solid 1px #e0e0e0;
        padding: 0 25px 20px;

        .icon-pic {
            width: 49px;
            height: 49px;
            background-image: resolve("home/wechat.png");
            background-size: 100%;
            float: left;
        }

        .tips {
            margin-left: 20px;
            float: left;
            width: 520px;

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

            .intro {
                font-size: 18px;
                color: #b0b0b0;
            }
        }
    }
}