Blame view

public/scss/cart/_invoice-info.css 4.42 KB
郭成尧 authored
1 2 3 4 5 6

.invoice-btn {
    float: right;
    margin-right: 30px;
}
陈轩 authored
7 8
.invoice-info-page {
    background: #f0f0f0;
郭成尧 authored
9 10 11 12 13
    padding-top: 30px;

    header {
        background: #f0f0f0;
        padding: 20px 30px;
陈轩 authored
14 15
    }
郭成尧 authored
16 17 18 19 20 21
    .invoice-type-sec {
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 30px;
        box-sizing: border-box;
        overflow: hidden;
陈轩 authored
22
郭成尧 authored
23 24 25 26 27 28 29 30 31
        .invoice-type {
            font-size: 28px;
            color: #444;
            margin-bottom: 30px;
        }

        .tip {
            font-size: 22px;
            color: #757575;
陈轩 authored
32 33 34
        }
    }
郭成尧 authored
35 36
    .invoice-info,
    .invoice-mem {
陈轩 authored
37
        background: #fff;
郭成尧 authored
38
        border-bottom: 1px solid #f0f0f0;
陈轩 authored
39 40 41
        padding: 0 30px;
        box-sizing: border-box;
        overflow: hidden;
郭成尧 authored
42
        margin-bottom: -4px;
陈轩 authored
43 44 45 46

        li {
            width: 100%;
            clear: both;
郭成尧 authored
47
            line-height: 80px;
陈轩 authored
48
            float: left;
郭成尧 authored
49 50
            list-style: none;
            border-bottom: 1px solid #f0f0f0;
陈轩 authored
51
郭成尧 authored
52 53 54 55 56 57 58 59 60 61 62 63 64 65
            .title {
                color: #444;
                font-size: 28px;
                float: left;
                position: relative;
                width: 140px;

                .txt-point {
                    position: absolute;
                    left: -15px;
                    top: 5px;
                    display: block;
                }
            }
陈轩 authored
66 67
        }
郭成尧 authored
68 69 70 71
        .company,
        .number {
            float: left;
            height: 80px;
陈轩 authored
72
            font-size: 28px;
郭成尧 authored
73
            width: 440px;
郭成尧 authored
74 75
            background-color: #fff;
            border: none;
郭成尧 authored
76 77 78 79
        }

        .tel-area {
            border-bottom: 0;
陈轩 authored
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
        }

        .tel {
            border: none;
            font-size: 24px;
            line-height: 60px;
            width: 400px;
        }

        .invoice-top {
            float: left;

            span {
                color: #444;
                font-size: 28px;
                margin-right: 55px;
            }
        }

        .phone {
            color: #b0b0b0;
            font-size: 28px;
        }
    }

    .invoice-cont {
        background: #fff;
        margin-top: 30px;
        border-top: 1px solid #e0e0e0;
        padding: 0 30px;
        box-sizing: border-box;
        color: #444;
        font-size: 28px;
        line-height: 48px;
        overflow: hidden;
        padding-bottom: 20px;

        li {
            width: 100%;
            margin-top: 28px;
            float: left;
        }

        .choose-cont {
            float: right;
        }
    }

    .choose {
        font-size: 44px;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }

    .icon-radio {
        color: #b0b0b0;
    }

    .btn-area {
        width: 100%;

        .confirm-btn {
郭成尧 authored
143 144 145
            width: 580px;
            height: 70px;
            line-height: 70px;
陈轩 authored
146
            text-align: center;
郭成尧 authored
147
            background: #b0b0b0;
陈轩 authored
148 149 150 151 152
            color: #fff;
            display: block;
            margin: 0 auto;
            border-radius: 8px;
            font-size: 28px;
郭成尧 authored
153
            margin-top: 70px;
陈轩 authored
154
        }
郭成尧 authored
155 156 157 158

        .active {
            background: #444;
        }
陈轩 authored
159 160 161 162 163 164 165 166 167 168 169 170
    }

    .invoice-notice {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        z-index: 9;

        .mask-bg {
陈峰 authored
171
            background: rgba(0, 0, 0, 0.4);
陈轩 authored
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .notice-area {
            width: 540px;
            height: 400px;
            background: #fafafa;
            border-radius: 10px;
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;

            .notice-cont {
                padding: 40px;
            }

            h2 {
                text-align: center;
                font-size: 28px;
                color: #444;
                padding-bottom: 4px;
            }

            p {
                font-size: 24px;
                color: #444;
                line-height: 38px;
            }

            .think-ok {
                width: 100%;
                border-top: 1px solid #c5c5c5;
                height: 90px;
                line-height: 90px;
                box-sizing: border-box;
                text-align: center;
                color: #d1021c;
                font-size: 34px;
            }
        }
    }
陈峰 authored
218
}