_cashondelivery.css 3.46 KB
.shopping-cashondelivery-page {
    width: 860px;
    margin: 0 auto;
    font-family: arial, "Microsoft YaHei", sans-serif;
    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: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .list-t {
        height: 36px;
        line-height: 36px;
        background: #f3f3f3;
        text-align: center;
        color: #333;
        border-bottom: 1px #dadada solid;

        .yoho-coin {
            width: 14px;
            height: 14px;
            display: inline-block;
            background: url(cart/yoho-coin.png);
            vertical-align: middle;
            margin-top: -2px;
            margin-right: 4px;
        }
    }

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

        a {
            text-decoration: none;
            color: #468fa2;
            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;
        font-size: 14px;
    }

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

    .f-e {
        color: #468fa2;
    }

    .f-a {
        color: #e8044f;
    }

    .list-b {
        border: 1px #fdcf74 solid;
        background: #fcfbdd;
        color: #976637;
        padding: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
        font-family: Arial, helvetica, sans-serif;

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

        b {
            color: #c00;
        }
    }

    .pay-mode {
        color: #666;
    }

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

        a {
            display: inline-block;
            height: 33px;
            line-height: 33px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 4px;
        }

        .check-order {
            background: #da034a;
            color: #fff;
            border: 1px solid #9d0134;
            width: 134px;
            margin-right: 15px;
        }

        .return-home {
            background: #eee;
            color: #000;
            border: 1px solid #b0b0b0;
            width: 97px;
        }
    }
}