_pay-success.css 781 Bytes
.pay-success-page {
    .order-info {
        margin-top: 40px;
        padding-bottom: 30px;
    }

    .success-tip {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .order-num,
    .payment-online,
    .payment-coin {
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
    }

    .btns .btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }

    .go-check-order {
        margin-bottom: 20px;
    }

    .tip-info {
        border-top: 1px solid #eee;
        font-size: 14px;
        color: #666;
        line-height: 20px;
        margin-bottom: 40px;

        .title {
            line-height: 50px;
            color: #000;
            font-weight: bold;
        }
    }
}