_index.css 2.12 KB
.pay-back-page {
    font-size: 15px;
    line-height: 1.4;
    width: auto;
    max-width: 640px;
    margin: 0 auto;
    font-family: 'STHeiti';

    .success-order-info {
        margin: 0;
        padding: 0;
    }

    .success-order-info {
        padding: 10px 10px;
        text-align: center;
        color: #222;
        font-size: 12px;

        h2 {
            font-size: 37px;
            font-weight: normal;
            margin: 0;
            padding: 0;
        }
    }

    .icon-right {
        text-align: center;
        width: 2.44rem;
        height: 2.44rem;
        margin-top: 90px;
        display: inline-block;
        background: resolve('shopping-pay/pay-success.png') no-repeat;
        background-size: contain;
    }

    .success-notice {
        padding: 0 10px 10px 28px;
        color: #24acaa;
    }

    .notice-right {
        height: 0.54rem;
        width: 0.54rem;
        float: left;
        margin: 1px 10px 0 80px;
        background: resolve('shopping-pay/notice.png') no-repeat;
        background-size: contain;
    }
  
    .success-btn {
        padding: 10px;
        text-align: center;
        min-width: 300px;
        margin: 40px auto;

        a {
            display: inline-block;
            width: 250px;
            height: 1.8rem;
            line-height: 1.8rem;
            text-align: center;
            background-color: #ed0010;
            color: white;
            margin-right: 8px;
            font-size: 32px;
            font-weight: normal;
            text-decoration: none;
            outline: none;
        }
    }

    .pt50 {
        padding-top: 50px;
    }

    .failure-order {
        margin-top: 140px;
        background-color: #fff;

        p{
            font-size: 37px;
            font-weight: normal;
            margin: 0;
            padding: 0;
            text-align: center;
        }
    }

    .failure-notice {
        padding: 17px 10px 10px 28px;
        color: #24acaa;
    }

    .failure-right {
        height: 25px;
        width: 24px;
        float: left;
        margin: 1px 10px 0 175px;
        background-image: resolve('shopping-pay/notice.png');
    }
}