_ensure.css 15.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 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 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 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 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484
.order-ensure-page {
    width: 990px;
    margin: 40px auto;

    /*填写订单*/
    .order-edit {
        width: 100%;
        position: relative;
        margin-bottom: 35px;

        .order-title {
            position: relative;
            margin-bottom: 15px;
            &:before {
                content: '';
                display: block;
                background: url(/order/save/cart_logo.png);
                width: 117px;
                height: 33px;
            }

            &.cart-page-title {
                &:before {
                    content: '';
                    display: block;
                    background: url(/order/save/cart.png);
                    width: 117px;
                    height: 33px;
                }
            }
            ul {
                display: block;
                background: url(/order/save/cartnew_flow.png);
                width: 364px;
                height: 12px;
                position: absolute;
                right: 0;
                top: 0;

                li {
                    display: block;
                    width: 33.33333333%;
                    float: left;
                    font-size: 12px;
                    color: #999;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    position: relative;

                    &.active {
                        color: #333;
                        &:after {
                            display: block;
                            content: '';
                            background: url(/order/save/cart_flow_black.png);
                            width: 12px;
                            height: 12px;
                            position: absolute;
                            left: 50%;
                            margin-left: -6px;
                            top: 0;
                        }
                    }

                    &.first {
                        text-align: left;

                        &.active {
                            &:after {
                                left: 0;
                                margin-left: 0;
                            }
                        }
                    }
                    &.end {
                        text-align: right;

                        &.active {
                            &:after {
                                right: 0;
                                margin-left: 0;
                            }
                        }
                    }
                }
            }
        }

        .order-edit-main {
            border: 1px solid #ccc;
            margin-top: 20px;

            h2.title {
                height: 30px;
                line-height: 30px;
                background: #000000;
                color: #fff;
                font-size: 12px;
                text-indent: 15px;
                overflow: hidden;

                a {
                    display: block;
                    width: 90px;
                    height: 22px;
                    background: url(/order/save/btn_backcart.png);
                    float: right;
                    margin-top: 4px;
                    margin-right: 10px;
                    cursor: pointer;
                }
            }

            .order-content {
                padding: 5px 30px;
                font-size: 12px;
                color: #333;

                .order-selection {
                    border-bottom: 1px dashed #ccc;
                    padding: 15px 0 0 0;

                    h2 {
                        font-size: 14px;
                        color: #000;

                        span {
                            color: #e8044f;
                            text-decoration: underline;
                            cursor: pointer;
                        }
                    }

                }

                .address-list {

                    h2 {
                        margin-bottom: 15px;
                    }
                    ul {

                        li {
                            padding: 10px 0;

                            strong {
                                font-weight: bold;
                                margin-right: 15px;
                            }

                            input.radio {
                                margin: 0;
                                vertical-align: middle;
                            }
                        }

                        .order-modify-btn {
                            display: inline-block;
                            float: right;
                            color: #e8044f;
                            width: 80px;
                            padding-right: 20px;
                            height: auto;
                            overflow: hidden;

                            span {
                                text-decoration: underline;
                                cursor: pointer;

                                float: right;

                                &.address-modify {
                                    float: left;
                                }
                            }
                        }
                    }

                    .exist-address-list {
                        min-height: 35px;

                        li {
                            border: 1px solid #fff;
                            padding-left: 15px;

                            strong {
                                color: #e8044f;
                            }

                            .default-address, .order-modify-btn {
                                display: none;
                            }
                            .default-address {
                                margin-left: 15px;
                                color: #468fa2;
                                text-decoration: underline;
                            }

                            &.has-exist-address {
                                .default-address {
                                    color: #468fa2;
                                    text-decoration: underline;
                                    cursor: pointer;
                                }
                            }

                            .radio {
                                display: none;
                            }
                        }

                        &.address-expand {
                            li {
                                &.active {
                                    background: #dbedf7;
                                    border: 1px solid #8fb8e0;
                                }

                                .radio {
                                    display: inline-block;
                                }

                                .default-address, .order-modify-btn {
                                    display: inline-block;
                                }

                                &.address_select {
                                    .default-address {
                                        color: #999;
                                        text-decoration: none;
                                    }
                                }
                            }
                        }
                    }
                }

                .address-manage {
                    margin-top: 20px;
                    border-top: 1px dashed #ccc;

                    li {

                        height: 25px;
                        line-height: 25px;

                        .address-legend {
                            width: 80px;
                            text-align: right;
                            display: inline-block;

                            color: #333;

                            i {
                                color: #e8044f;
                            }
                        }

                        .text-input {
                            height: 25px;
                            line-height: 25px;
                            width: 180px;
                            padding: 0;
                            border: 1px solid #ccc;
                        }

                        select.text-input {
                            width: 100px;
                        }

                        .address-tel-input {
                            width: 180px;
                            text-align: center;
                            display: inline-block;
                            height: 25px;
                            line-height: 25px;

                            input {
                                text-align: left;
                                float: right;
                                width: 120px;

                                &.tel-lengend {
                                    float: left;
                                    width: 40px;
                                }
                            }
                        }
                    }
                }

                .save-btn, .pay-btn {
                    display: block;
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
                    text-indent: 25px;
                    cursor: pointer;
                    margin-bottom: 15px;
                }

                .save-btn {
                    background: url(/order/save/save-btn.png);
                    width: 200px;
                    height: 34px;
                    line-height: 34px;

                    &.new-user-btn {

                        width: 245px;
                        background: url(/order/save/new-user-btn.png);
                    }
                }

                .pay-btn {
                    background: url(/order/save/new-btn.png);
                    width: 90px;
                    height: 34px;
                    line-height: 34px;

                    &.new-user-pay {
                        background: url(/order/save/save-btn.png);
                        width: 200px;
                    }
                }

                .pay-time {

                    ul {
                        padding: 15px;

                        li {
                            margin: 10px 0;

                            input.radio {
                                margin: 0;
                                vertical-align: middle;
                            }
                        }

                        .prev-sell-item {
                            color: #e8044f
                        }
                    }

                    .pay-time-modify {

                        .pay-time-title {
                            margin-top: 20px;
                        }

                        h3 {
                            height: 25px;
                            line-height: 25px;
                            border: 1px solid #e6e6e6;
                            background: #efefef;
                            text-indent: 25px;
                            position: relative;

                            &:after {
                                content: '';
                                display: block;
                                width: 11px;
                                height: 11px;
                                background: resolve(/order/roundgreybtn.gif);
                                position: absolute;
                                top: 7px;
                                left: 8px;
                            }
                        }

                        .pay-dashed-hr {
                            border-bottom: 1px dashed #ccc;
                            padding-bottom: 10px;
                        }

                        .pay-type-tips {
                            color: #999;
                            padding-left: 15px;
                        }

                        div.pay-type-legend {
                            width: 130px;
                            display: inline-block;
                            padding: 0;
                            text-indent: 0;
                        }

                        span.pay-type-legend {
                            margin: 0;
                            color: #468fa2;
                            cursor: pointer;

                            &:after {
                                content: '';
                                width: 12px;
                                height: 12px;
                                background: resolve(/order/icon-arrow.png);
                                display: inline-block;
                                transition: transform .3;
                            }

                            &.active {
                                &:after {
                                    transform: rotate(180deg);
                                }
                            }
                        }

                        .support-type {
                            display: block;
                            margin-left: 130px;
                            border-left: 1px dashed #ccc;
                            font-size: 12px;

                            h4 {
                                padding: 10px 0 10px 15px;
                            }

                            ul {
                                height: auto;
                                overflow: hidden;
                                margin: 0;
                                padding: 0;

                                li {
                                    display: block;
                                    float: left;
                                    width: 105px;
                                    height: 30px;
                                    border: 1px solid #ccc;
                                    margin: 0 0 10px 15px;

                                    img {
                                        display: block;
                                        width: 100%;
                                        height: 100%;
                                        overflow: hidden;
                                    }
                                }
                            }
                        }

                        .pay-recommend {
                            font-size: 0;

                            .pay-type-legend, .support-type {
                                font-size: 12px;
                            }
                        }
                    }
                }

                .select-express {

                    border-bottom: none;
                    .sf{
                        color: #f00;
                        text-decoration: underline;
                    }
                    .express-list {
                        padding-left: 15px;
                        margin: 10px 0;

                        input.radio {
                            margin: 0;
                            vertical-align: middle;
                        }
                    }

                    .express-tips {
                        color: #999;
                    }
                }

            }
        }
    }

    .order-pay {
        width: 100%;
    }
}