_pay.css 7.42 KB
.shopping-pay-page {
    margin: 25px auto;

    .pay-page {
        width: 100%;
        position: relative;
    }

    .not-pay {
        width: 680px;
        height: 400px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 100px;
        padding-left: 200px;

        p {
            padding-left: 30px;
            line-height: 32px;
        }

        .success {
            background: resolve("pay/success.png") no-repeat center left;
        }

        a {
            margin-top: 40px;
            margin-left: 140px;
            float: left;
            color: #c5c5c5;
        }
    }

    .pay-title {
        width: 980px;
        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;
                font-size: 12px;
            }
        }

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

    .step5 {
        height: 31px;
        width: 117px;
        overflow: hidden;
        background-image: resolve("pay/bc.png");
        float: left;
    }

    .cart-pay {
        width: 980px;
        margin: 25px auto;

        h2 {
            width: 950px;
            height: 40px;
            padding: 0 0 0 30px;
            line-height: 40px;
            color: #000;
            font-size: 20px;
            font-family: Arial, helvetica, sans-serif;
            background: resolve("pay/cat-pay.png") no-repeat;
            background-position: 0 11px;
            font-weight: normal;
        }

        h3 {
            height: 40px;
            line-height: 40px;
            font-weight: normal;
            color: #666;
            font-size: 12px;
            margin: 0;

            strong {
                color: #e8044f;
                font-size: 14px;
                font-weight: bold;
            }
        }

        h4 {
            height: 30px;
            line-height: 30px;
            color: #000;
            font-size: 14px;
            display: block;
            margin: 0;
        }
    }

    .wrapper {
        width: 980px;
        margin: 25px auto;
        overflow: hidden;
        border-top: 1px solid #d9d9d9;
        padding-top: 19px;
    }

    .pay-way {
        width: 980px;
        height: 32px;
        overflow: hidden;
        margin: 30px auto;
    }

    .word {
        display: block;
        float: left;
        line-height: 32px;
        font-size: 16px;
        margin-right: 10px;
    }

    .pay-type-img {
        height: 30px;
        float: left;
        vertical-align: middle;
    }

    #tab-box {
        width: 980px;
        margin-top: 30px;
    }

    .tab-conbox {
        border-bottom: 1px solid #d9d9d9;
    }

    .tabs {
        height: 40px;
        padding-left: 20px;
        background: #fff;
        border-bottom: 1px solid #d9d9d9;

        li {
            height: 40px;
            width: 85px;
            line-height: 40px;
            float: left;
            margin-bottom: -1px;
            background: #ededed;
            overflow: hidden;
            position: relative;
            margin-left: 20px;
            font-size: 12px;
            text-align: center;
            cursor: pointer;

            &.active {
                background: #fff;
                border: 1px solid #d9d9d9;
                border-bottom: none;
            }

            a {
                display: block;
                outline: none;
                font-size: 12px;
                text-align: center;
            }
        }
    }

    .tab-con {
        padding-top: 30px;
        font-size: 14px;
        width: 1020px;
        overflow: hidden;
    }

    .none {
        display: none;
    }

    .mode {
        width: 210px;
        height: 50px;
        border: 1px solid #d9d9d9;
        margin-right: 45px;
        margin-bottom: 30px;
        float: left;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        line-height: 44px;
        cursor: pointer;

        img {
            vertical-align: middle;
            outline: none;
        }

        &:hover {
            border: 1px solid red;
        }
    }

    .tab-con .active {
        border: 2px solid red;

        .choosed-tag {
            background-image: resolve("pay/mode-top.png");
            height: 22px;
            width: 23px;
            position: absolute;
            top: 0;
            right: 0;
            display: block;
        }
    }

    .choosed-tag {
        display: none;
    }

    .btnby {
        margin-top: 25px;
        margin-bottom: 55px;
        background: resolve("pay/pay-btn.png") no-repeat top right;
        background-repeat: no-repeat;
        background-position: 191px center;
        float: right;
        width: 230px;
        height: 40px;
        line-height: 40px;
        background-color: #da0040;
        color: #fff;
        font-size: 16px;
        border: none;
        font-weight: bold;
        font-family: arial, "Microsoft YaHei" !important;
        cursor: pointer;
    }

    .light-box {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 3;
        top: 0;
        left: 0;
        font-family: "Microsoft Yahei";
        display: none;
    }

    .opacity {
        width: 100%;
        height: 1000px;
        background: #000;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .content {
        margin-left: -203px;
        margin-top: -124px;
        padding: 50px 40px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        box-shadow: 0 0 8px #e8e8e8;
    }

    .notice {
        padding: 26px 14px;
        line-height: 20px;
        font-size: 13px;
        color: #9f9f9f;
    }

    .btns a {
        width: 134px;
        height: 38px;
        line-height: 38px;
        color: #fff;
        font-size: 14px;
        margin: 0 14px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

    .change {
        background: #bdbdbd;
    }

    .over {
        background: #da0040;
    }

    .close a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        font-family: arial;
        text-align: center;
        text-decoration: none;
        color: #666;
        outline: none;
    }

    .close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        font-family: arial;
        text-align: center;
    }
}