Blame view

public/scss/shopping/_cashondelivery.css 3.45 KB
郝肖肖 authored
1 2 3
.shopping-cashondelivery-page {
    width: 860px;
    margin: 0 auto;
郝肖肖 authored
4
    font-family: arial, "Microsoft YaHei";
郝肖肖 authored
5 6 7 8 9 10 11 12 13 14 15 16 17 18
    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;
郝肖肖 authored
19
            font-family: Arial, helvetica, sans-serif;
郝肖肖 authored
20 21 22 23 24 25
        }
    }

    .ok-br {
        width: 30px;
        height: 30px;
郝肖肖 authored
26
        background: resolve(pay/ok.png) no-repeat;
郝肖肖 authored
27 28 29 30 31 32 33
        display: inline-block;
        vertical-align: middle;
    }

    .list-box {
        border: 1px #dadada solid;
        border-top: 10px #000 solid;
郝肖肖 authored
34
        border-bottom: 0;
郝肖肖 authored
35 36 37
        margin-bottom: 20px;
        font-size: 14px;
    }
郝肖肖 authored
38
郝肖肖 authored
39 40 41 42 43 44 45 46 47 48 49 50
    .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;
郝肖肖 authored
51
            background: url(cart/yoho-coin.png);
郝肖肖 authored
52 53 54 55 56 57 58 59 60 61 62 63 64
            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;
郝肖肖 authored
65
        a {
郝肖肖 authored
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
            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;
    }
郝肖肖 authored
86
    .li-4 {
郝肖肖 authored
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
        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;
郝肖肖 authored
110 111
        font-size: 14px;
        color: #e8044f;
郝肖肖 authored
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
    }

    .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;
郝肖肖 authored
129
        font-family: Arial, helvetica, sans-serif;
郝肖肖 authored
130 131 132 133 134 135 136 137

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

        b {
郝肖肖 authored
138
            color: #c00;
郝肖肖 authored
139 140 141
        }
    }
郝肖肖 authored
142
    .pay-mode {
郝肖肖 authored
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
        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;
        }
    }
郝肖肖 authored
177
}