_wechatqrcodereturn.css 2.66 KB
.wechatqrcodereturn {
    width: 990px;
    margin: 0 auto;
    font-size: 12px;
    font-family: Arial,helvetica,sans-serif;

    .pay-title {
        height: 65px;
        overflow: hidden;
        padding: 20px 0px 0px 0px;
        margin: 0px auto;
        border-bottom: 2px solid #000000;

        ul {
            width: 446px;
            height: 12px;
            float: right;
            list-style: none;
            padding: 0;
            margin: 0;
            background: resolve(/pay/pay-list.png) no-repeat top right;
        }
        
        li {
            width: 176px;
            height: 12px;
            text-align: center;
            color: #999;
            float: left;
            
            span {   
                display: block;
                height: 15px;
                padding: 15px 0px 0px 0px;
                line-height: 15px;
            }

        }

        .end {
            width: 93px;
            height: 18px;
            color: #000;

            span {
                text-align: right;
            }
        }
    }
   
    .step5 {
        height: 33px;
        width: 97px;
        overflow: hidden;
        background-image: resolve(/pay/finsh.png);
        float: left;
    }

    .pay-wechat-return {
        overflow: hidden;
        padding-top: 10px;   
    }

    .payerror {
        margin: 50px 0 0 300px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        padding-left: 25px;
        line-height: 21px;
        background: resolve(/pay/pay-fail.png) no-repeat;
    }

    .arrival-time {
        margin: 10px 0 0 325px;
        color: #666;
    }

    .tell-phone {
        color: #e8044f;
        font-weight: bold;
        font-size: 16px;
    }

    .cart-bigbtns {
        span {
            margin-right: 5px;
        }
    }

    .btn-type {
        display: inline-block;
        height: 35px;
        padding: 0 0 0 2px;
        overflow: hidden;
        font-size: 14px;
        margin: 40px 0 0 320px;

        a {
            display: inline-block;
            height: 35px;
            line-height: 32px;
            padding: 0 20px;
            background: resolve(/pay/btnby.png) no-repeat; 
            border: none;
            overflow: visible;
            cursor: pointer;
            margin: 0;
            color: #666;
        }
    }

    .we-font {
        margin: 20px 0 0 320px;
        height: 36px;
        line-height: 36px;
        padding-left: 16px;
        color: #999;
        display: block;
        background: resolve(/pay/pay-plaint.png) no-repeat 1px;
    }
}