_wxpay.css 4.52 KB
.pay-wechatqrcode-page {
    width: 990px;
    margin: 0 auto;
    font-size: 12px;
    font-family: arial, "Microsoft YaHei", sans-serif;

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

        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 0 0;
                line-height: 15px;
            }
        }

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

            span {
                text-align: right;
            }
        }
    }

    .step4 {
        height: 24px;
        width: 99px;
        overflow: hidden;
        background-image: resolve(pay/pay-title.png);
        float: left;
    }

    .w-title {
        padding: 25px 0 12px;
        overflow: hidden;
    }

    .w-left {
        width: 670px;
        float: left;

        h3 {
            line-height: 26px;
            height: 26px;
            margin-bottom: 4px;
            overflow: hidden;
            font-size: 14px;
            font-weight: normal;
        }

        p {
            height: 22px;
            line-height: 22px;
            color: #9b9b9b;

            span {
                color: red;
            }
        }
    }

    .w-right {
        margin-left: 670px;
        overflow: hidden;
        text-align: right;

        p {
            line-height: 26px;
            height: 26px;
            margin-bottom: 4px;
            overflow: hidden;
            font-size: 14px;

            strong {
                color: #ff5d5b;
                font-size: 18px;
                margin: 0 3px;
                font-weight: bold;
            }
        }

        a {
            color: #2ea7e7;
            padding-right: 14px;
            position: relative;
            display: inline-block;
            height: 22px;
            line-height: 22px;

            i {
                width: 0;
                height: 0;
                font-size: 0;
                position: absolute;
                top: 9px;
                right: 4px;
                z-index: 1;
                cursor: pointer;
            }
        }
    }

    .up {
        float: right;
        border-width: 4px 3px 0;
        border-style: solid dashed dashed;
        border-color: #2ea7e7 transparent transparent;
    }

    .down {
        float: right;
        border-width: 0 3px 4px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #2ea7e7;
    }

    .w-addrinfo {
        padding: 12px 0;
        color: #9b9b9b;
        line-height: 22px;
        border-top: 1px solid #e4e5eb;
        display: none;

        span {
            padding: 0 20px;
        }
    }

    .w-payment {
        border: 1px solid #e5e5e5;
        border-top: 3px solid #4b5b78;
        background-color: #fff;
        padding: 26px 30px 30px;
        margin-top: 6px;
        margin-bottom: 50px;

        h2 {
            font-size: 18px;
            font-weight: normal;
            display: block;
        }
    }

    .w-p-weixin {
        width: 300px;
        height: 380px;
        padding: 20px 370px 30px 0;
        margin: 0 auto;
        overflow: hidden;
        background: resolve(pay/w-p-phone.png) no-repeat top right;
    }

    .w-p-erm {
        width: 250px;
        height: 250px;
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

    .w-p-word {
        height: 44px;
        padding: 8px 0 8px 125px;
        background: resolve(pay/w-p-word.png) no-repeat 50px 8px #090909;

        p {
            margin: 0;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            font-weight: 700;
        }
    }

    .w-pay-change {
        display: block;
        height: 30px;
        line-height: 30px;
        margin-top: 50px;
        color: #0aaefa;
        cursor
        font-size: 14px;

        i {
            float: left;
            margin-right: 14px;
            font-family: "arial", sans-serif;
            font-style: normal;
            font-size: 16px;
        }
    }
}