_cashondelivery.css 3.29 KB
.shopping-cashondelivery-page {
    width: 860px;
    margin: 0 auto;
    font-family: arial,"Microsoft YaHei";
    font-size: 12px;
    text-align: left;
    line-height: 150%;

    .cart-order {
        width: 860px;
        margin-top: 70px;

        h1 {
            height: 70px;
            line-height: 40px;
            color: #333;
            text-align: center;
            font-size: 20px;
            font-family: Arial,helvetica,sans-serif;
        }
    }

    .ok-br {
        width: 30px;
        height: 30px;
        background: resolve(/pay/ok.png) no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .list-box {
        border: 1px #dadada solid;
        border-top: 10px #000 solid;
        border-bottom: 0px;
        margin-bottom: 20px;
    }
    
    .list-t {
        height: 36px;
        line-height: 36px;
        background: #f3f3f3;
        text-align: center;
        color: #333;
        border-bottom: 1px #dadada solid;
    }

    .li-1 {
        width: 170px;
        height: 36px;
        border-right: 1px #dadada solid;
        font-size: 14px;
        font-weight: bold;
        float: left;

        a{
            text-decoration: none;
            color: #666;
            outline: none;
        }
    }

    .li-2 {
        width: 170px;
        height: 36px;
        border-right: 1px #dadada solid;
        float: left;
    }

    .li-3 {
        width: 170px;
        height: 36px;
        border-right: 1px #dadada solid;
        float: left;
    }

    .li-4{
        width: 170px;
        height: 36px;
        border-right: 1px #dadada solid;
        float: left;
    }

    .li-5 {
        width: 170px;
        height: 36px;
        float: left;
    }

    .list {
        height: 36px;
        line-height: 36px;
        background: #fff;
        text-align: center;
        border-bottom: 1px #dadada solid;
    }

    .f-rz {
        font-weight: bold;
        font-size: 14px;   
    }

    .list-b {
        border: 1px #fdcf74 solid;
        background: #fcfbdd;
        color: #976637;
        padding: 20px;
        line-height: 1.8;
        margin-bottom: 20px;

        a {
            text-decoration: none;
            color: #666;
            outline: none;
        }

        b {
            color:#c00;
            font-weight: bold;
        }
    }

    .submit {
        text-align: center;
        padding: 20px 0px;
        margin-bottom: 150px;

        a {
            vertical-align: middle;
            cursor: auto;
        }
    }

    .btn-sbr {
        width: 135px;
        height: 33px;
        line-height: 33px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: resolve(/pay/cashondelivery-ri.png) no-repeat;
        display: inline-block;
        cursor: pointer;
        margin-right: 10px;
    }

    .btn-sbh {
        width: 94px;
        height: 33px;
        line-height: 33px;
        color: #333;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: resolve(/pay/cashondelivery-le.png) no-repeat;
        display: inline-block;
        cursor: pointer;
    }

}