Blame view

public/scss/cart/_order-ensure.css 16 KB
陈轩 authored
1 2 3
.order-ensure-page {
    background: #f0f0f0;
陈轩 authored
4 5 6 7 8 9
    .order-ensure-error {
        margin-top: 100px;
        text-align: center;
        background-color: #fff;
    }
陈轩 authored
10 11 12 13 14 15 16 17 18 19 20 21
    .block {
        background: #fff;
        margin: 20px 0;
        padding: 30px 20px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .title {
        font-size: 32px;
        color: #444;
    }
郭成尧 authored
22 23 24

    .price-cost {
        span {
陈轩 authored
25 26 27
            color: #f00;
        }
    }
郭成尧 authored
28 29 30

    .border-none {
        border-bottom: none !important;
陈轩 authored
31
    }
郭成尧 authored
32 33 34

    .boys {
        background: resolve("shopping-cart/boys.png") bottom left repeat-x #fff;
陈轩 authored
35
    }
郭成尧 authored
36 37 38

    .girls {
        background: resolve("shopping-cart/girls.png") bottom left repeat-x #fff;
陈轩 authored
39
    }
郭成尧 authored
40 41 42

    .kids {
        background: resolve("shopping-cart/kids.png") bottom left repeat-x #fff;
陈轩 authored
43
    }
郭成尧 authored
44 45 46

    .life-style {
        background: resolve("shopping-cart/lifeStyle.png") bottom left repeat-x #fff !important;
陈轩 authored
47
    }
郭成尧 authored
48 49

    .not-address {
陈轩 authored
50
        position: relative;
郭成尧 authored
51 52

        i {
陈轩 authored
53 54
            position: absolute;
            left: 16px;
郭成尧 authored
55
            top: 40px;
陈轩 authored
56 57
            font-size: 44px;
        }
郭成尧 authored
58 59

        .choose {
陈轩 authored
60 61 62 63 64
            display: block;
            color: #000;
            height: 64px;
            overflow: hidden;
            position: static;
郭成尧 authored
65
            padding-left: 40px;
陈轩 authored
66 67
            font-size: 32px;
            line-height: 82px;
郭成尧 authored
68 69

            span {
陈轩 authored
70 71 72 73 74 75 76
                position: absolute;
                right: 20px;
                top: 28px;
                font-size: 32px;
            }
        }
    }
郭成尧 authored
77 78

    .address {
陈轩 authored
79 80 81 82
        display: block;
        position: relative;
        margin-top: 0;
        border-top: none;
郭成尧 authored
83 84 85 86
        padding-bottom: 0.8rem;

        .info {
            width: 98%;
陈轩 authored
87 88 89
            height: auto;
            overflow: hidden;
            padding-left: 10%;
郭成尧 authored
90
            padding-bottom: 32px;
陈轩 authored
91
            position: relative;
郭成尧 authored
92 93

            span {
陈轩 authored
94 95
                display: inline-block;
            }
郭成尧 authored
96 97

            i {
陈轩 authored
98 99
                position: absolute;
                left: 0;
郭成尧 authored
100 101
                top: 0;
                font-size: 48px;
陈轩 authored
102 103
            }
        }
郭成尧 authored
104 105

        .info-name {
陈轩 authored
106 107
            width: 48%;
            height: 40px;
郭成尧 authored
108
            font-size: 36px;
陈轩 authored
109
            overflow: hidden;
郭成尧 authored
110 111
            text-overflow: ellipsis;
            white-space: nowrap;
陈轩 authored
112
        }
郭成尧 authored
113 114

        .info-phone {
陈轩 authored
115
            width: 48%;
郭成尧 authored
116
            font-size: 28px;
陈轩 authored
117
            text-align: right;
郭成尧 authored
118
            float: right;
陈轩 authored
119
        }
郭成尧 authored
120 121

        .info-address {
陈轩 authored
122
            width: 100%;
郭成尧 authored
123
            font-size: 28px;
陈轩 authored
124 125
            line-height: 38px;
        }
郭成尧 authored
126 127

        .rest {
陈轩 authored
128 129
            position: absolute;
            right: 32px;
郭成尧 authored
130
            bottom: 20px;
陈轩 authored
131
            color: #f00;
郭成尧 authored
132 133 134 135
            font-size: 28px;

            span {
                font-size: 28px;
陈轩 authored
136 137 138
            }
        }
    }
郭成尧 authored
139 140 141 142 143 144

    .dispatch {
        padding: 0;
        margin: 0;

        .sub-block {
陈轩 authored
145
            color: #444;
郭成尧 authored
146 147 148

            &:last-child h3 {
                border-bottom: none;
陈轩 authored
149
            }
郭成尧 authored
150 151

            h3 {
陈轩 authored
152 153 154 155
                width: 95%;
                height: 80px;
                overflow: hidden;
                line-height: 80px;
郭成尧 authored
156
                font-size: 36px;
陈轩 authored
157
                margin-left: 5%;
郭成尧 authored
158 159 160
                border-bottom: 1px solid #e0e0e0;

                .hide {
陈轩 authored
161 162
                    display: none !important;
                }
郭成尧 authored
163 164

                p {
陈轩 authored
165 166 167
                    display: inline-block;
                    height: 80px;
                    overflow: hidden;
郭成尧 authored
168 169
                    text-overflow: ellipsis;
                    white-space: nowrap;
陈轩 authored
170
                }
郭成尧 authored
171 172 173

                i {
                    font-size: 40px;
陈轩 authored
174 175 176 177
                    margin-left: 8px;
                    height: 80px;
                    display: inline-block;
                    overflow: hidden;
郭成尧 authored
178 179
                    text-overflow: ellipsis;
                    white-space: nowrap;
陈轩 authored
180
                }
郭成尧 authored
181 182

                span {
陈轩 authored
183 184 185 186
                    display: inline-block;
                    width: 65%;
                    height: 80px;
                    text-align: right;
郭成尧 authored
187
                    font-size: 32px;
陈轩 authored
188
                    overflow: hidden;
郭成尧 authored
189 190
                    text-overflow: ellipsis;
                    white-space: nowrap;
陈轩 authored
191 192
                }
            }
郭成尧 authored
193 194

            ul {
195
                width: 100%;
郭成尧 authored
196
                height: auto;
陈轩 authored
197 198
                overflow: hidden;
                line-height: 80px;
zhangxiaoru authored
199
                font-size: 26px;
陈轩 authored
200 201
                background: #e0e0e0;
                display: none;
202
郭成尧 authored
203 204
                li {
                    border-bottom: 1px solid #fff;
205
                    padding: 0 40px;
郭成尧 authored
206
                }
207
郭成尧 authored
208 209 210
                li > i {
                    float: right;
                }
211
郭成尧 authored
212 213
                li:last-child {
                    border-bottom: none;
214 215 216 217 218
                }

                li.dispatch-time-info {
                    line-height: 30px;
                    padding: 20px 30px 20px 40px;
219
                    font-size: 25px;
陈轩 authored
220 221 222 223
                }
            }
        }
    }
郭成尧 authored
224 225

    .goods-num {
陈轩 authored
226
        width: 100%;
郭成尧 authored
227
        height: 80px;
陈轩 authored
228
        color: #b0b0b0;
郭成尧 authored
229 230
        background: #fff;
        padding: 20px 0;
陈轩 authored
231
        text-align: right;
郭成尧 authored
232 233 234 235
        font-size: 32px;

        span {
            padding-right: 20px;
陈轩 authored
236 237 238
            color: #f00;
        }
    }
郭成尧 authored
239 240

    .bill {
陈轩 authored
241
        position: fixed;
郭成尧 authored
242
        background: #fff;
陈轩 authored
243 244
        left: 0;
        bottom: 0;
陈轩 authored
245
        right: 0;
陈轩 authored
246 247 248 249 250
        height: 100px;
        overflow: hidden;
        line-height: 100px;
        font-size: 28px;
        padding-left: 4%;
郭成尧 authored
251
        z-index: 3;
郭成尧 authored
252 253

        span {
陈轩 authored
254 255
            color: #f00;
        }
郭成尧 authored
256 257

        a {
陈轩 authored
258 259 260
            position: absolute;
            right: 20px;
            top: 10px;
郭成尧 authored
261
            background: #d0021b;
陈轩 authored
262 263 264 265 266 267 268 269 270 271 272
            display: inline-block;
            color: #fff;
            width: 25%;
            height: 80px;
            overflow: hidden;
            border-radius: 10px;
            line-height: 80px;
            text-align: center;
            font-size: 30px;
        }
    }
郭成尧 authored
273 274

    .price-cal {
zhangxiaoru authored
275
        margin-bottom: 170px;
郭成尧 authored
276
        font-size: 32px;
陈轩 authored
277
        position: relative;
郭成尧 authored
278 279

        span {
陈轩 authored
280 281 282 283
            position: absolute;
            right: 28px;
            text-align: right;
        }
郭成尧 authored
284 285 286 287 288

        li {
            font-size: 32px;

            p {
陈轩 authored
289 290
                display: inline-block;
            }
郭成尧 authored
291 292

            span {
陈轩 authored
293 294 295 296 297 298
                display: inline-block;
            }
        }

        .yoho-coin {
            margin: 50px 0 30px;
郭成尧 authored
299
            background: resolve("product/yoho_icon.png") no-repeat;
陈轩 authored
300 301 302 303 304 305
            padding-left: 68px;
            font-size: 28px;
            height: 52px;
        }
    }
郭成尧 authored
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
    .no-print-price {
        .title {
            font-size: 34px;
            color: #444;
        }

        .desc {
            color: #999;
        }

        .check {
            float: right;
            color: #999;

            .checkbox {
                margin-left: 5px;
                color: #000;
            }

            &.used {
                color: #f00;
            }

            em {
                color: #f00;
            }
        }
    }
郭成尧 authored
335 336 337 338 339 340 341 342 343 344 345 346 347 348 349
    .address-bottom {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        height: 70px;
        overflow: hidden;
        line-height: 2rem;
        font-size: 24px;
        bottom: 100px;

        .back {
            width: 100%;
            height: 100%;
            background: #000;
郭成尧 authored
350 351 352
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            opacity: 0.7;
郭成尧 authored
353 354 355
        }

        span {
ccbikai(👎🏻🍜) authored
356
            color: #fff;
郭成尧 authored
357 358 359
            display: block;
            padding-left: 4%;
            position: relative;
ccbikai(👎🏻🍜) authored
360
            top: -70px;
郭成尧 authored
361 362 363 364 365 366
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
    }
郭成尧 authored
367
    .order-good {
陈轩 authored
368
        position: relative;
郭成尧 authored
369 370 371 372 373 374
        padding: 20px 0;
        margin-left: 34px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 26px;
        height: auto;
        overflow: hidden;
陈轩 authored
375
郭成尧 authored
376 377 378
        &:last-child {
            border-bottom: none;
        }
陈轩 authored
379
郭成尧 authored
380 381 382 383 384 385
        .thumb-wrap {
            position: relative;
            float: left;
            width: 120px;
            height: 160px;
        }
陈轩 authored
386
郭成尧 authored
387 388 389
        .thumb {
            width: 100%;
            height: 100%;
陈轩 authored
390 391
        }
郭成尧 authored
392 393 394 395 396 397 398 399
        .tag {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            color: #fff;
            text-align: center;
            font-size: 12px;
陈轩 authored
400
郭成尧 authored
401 402 403 404 405
            &:before {
                display: block;
                line-height: 1;
                transform: scale(0.833);
            }
陈轩 authored
406 407
        }
郭成尧 authored
408 409 410
        .gift-tag {
            height: 25px;
            background: #a1ce4e;
陈轩 authored
411
郭成尧 authored
412 413 414
            &:before {
                content: "赠品";
            }
陈轩 authored
415 416
        }
郭成尧 authored
417 418 419
        .advance-buy-tag {
            height: 25px;
            background: #eb76aa;
陈轩 authored
420
郭成尧 authored
421 422 423 424
            &:before {
                content: "加价购";
            }
        }
陈轩 authored
425
郭成尧 authored
426 427 428
        .deps {
            margin-left: 135px;
        }
陈轩 authored
429
郭成尧 authored
430 431
        .name {
            font-size: 32px;
432
            max-width: 70%;
郭成尧 authored
433 434 435 436 437
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
陈轩 authored
438 439
        }
郭成尧 authored
440 441 442
        .row:nth-child(2) {
            height: 45px;
            line-height: 45px;
陈轩 authored
443
郭成尧 authored
444 445 446 447
            > span {
                margin-right: 15px;
            }
        }
陈轩 authored
448
郭成尧 authored
449 450 451 452
        .color,
        .size {
            color: #b6b6b6;
        }
陈轩 authored
453
李靖 authored
454 455 456 457 458
        .date {
            max-width: none !important;
            display: block !important;
        }
郭成尧 authored
459 460 461 462 463 464 465
        .price-wrap {
            position: absolute;
            top: 20px;
            right: 30px;
            text-align: right;
        }
466
        /* .fill-text {
zhangxiaoru authored
467 468 469 470 471 472 473
            padding: 0.05rem 0.3rem;
            color: #fff;
            font-size: 0.625rem;
            line-height: 0.75rem;
            border-radius: 0.75rem;
            display: inline-block;
            background-color: #e01;
474
        } */
zhangxiaoru authored
475
郭成尧 authored
476 477 478 479 480 481 482 483 484 485
        .price {
            color: #e01;
        }

        .count {
            display: block;
            color: #999;
            text-align: right;
            line-height: 45px;
        }
陈轩 authored
486
郭成尧 authored
487 488 489
        .appear-date {
            color: #f00;
        }
陈轩 authored
490
    }
郭成尧 authored
491
陈轩 authored
492 493
    .sale-invoice {
        margin-top: -20px;
郭成尧 authored
494
        font-size: 28px;
陈轩 authored
495 496 497 498 499 500 501 502 503 504 505 506

        li {
            height: 90px;
            line-height: 90px;
            border-bottom: 1px solid #f7f7f7;
            overflow: hidden;

            a {
                display: block;
            }
        }
zhangxiaoru authored
507 508 509 510 511
        .title {
            font-size: 34px;
            color: #444;
        }
陈轩 authored
512 513
        .coupon-count {
            margin-left: 20px;
zhangxiaoru authored
514 515 516 517
            color: #b0b0b0;
            font-size: 28px;
            float: right;
            min-width: 40px;
陈轩 authored
518 519 520 521 522 523 524
        }

        .coupon-use {
            box-sizing: border-box;
            position: relative;
            float: right;
            padding-right: 30px;
zhangxiaoru authored
525
            color: #444;
陈轩 authored
526 527 528 529 530 531 532 533
            text-align: right;
            width: 320px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;

            .iconfont {
                position: absolute;
郭成尧 authored
534
                top: 0;
陈轩 authored
535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
                right: 0;
                color: #999;
            }
        }

        .checkbox {
            display: inline-block;
            width: 80px;
            text-align: center;
            margin-right: -20px;
        }

        .coin-check {
            float: right;
            color: #999;

            .checkbox {
                margin-left: 5px;
                color: #000;
            }

            &.used {
                color: #f00;
            }

            em {
                color: #f00;
            }
        }

        .checkbox.icon-checkbox {
            color: #ccc;
        }

        .invoice {
            .checkbox {
                float: right;
            }

            &.focus {
                height: auto;
            }
        }

        .desc {
            color: #999;
        }
    }

    .block {
郭成尧 authored
585 586
        input,
        textarea {
陈轩 authored
587 588 589 590 591 592 593 594 595 596 597 598 599
            box-sizing: border-box;
            margin: 20px 0;
            padding: 0 12px;
            width: 100%;
            height: 72px;
            color: #444;
            background: #efefef;
            font-size: 24px;
            line-height: 1;
            outline: 0;
            border: 0;
            border-radius: 4px;
        }
郭成尧 authored
600
陈轩 authored
601 602 603 604 605 606 607 608 609 610 611 612 613 614 615
        textarea {
            padding: 12px;
            height: auto;
            resize: none;
        }

        &.mt0 {
            margin-top: 0;
        }

        &.more-jit {
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: -0.5rem;
            border-bottom: none;
郭成尧 authored
616 617 618

            a {
                display: inline-block;
郭成尧 authored
619
                width: 100%;
郭成尧 authored
620
            }
陈轩 authored
621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665
        }

        .more-jit {
            height: 88px;
            line-height: 88px;
            position: relative;

            span {
                font-size: 34px;
                color: #444;
            }

            .iconfont {
                position: absolute;
                right: 0;
            }
        }
    }

    #invoice {
        border-top: 1px solid #f7f7f7;

        .invoice-type {
            float: right;
            font-size: 28px;
            color: #444;
        }

        label {
            display: block;
            border-top: 1px solid #f7f7f7;
        }

        select {
            position: relative;
            float: right;
            width: 40%;
            height: 50px;
            top: 20px;
            border: 1px solid #f7f7f7;
        }
    }

    #msg {
        padding-top: 20px;
郭成尧 authored
666
        margin-bottom: 20px;
郭成尧 authored
667
陈轩 authored
668 669 670 671 672 673 674 675 676 677 678
        input {
            margin: 0;
        }
    }

    .total {
        font-size: 22px;
        margin-top: 20px;

        span {
            display: inline-block;
郭成尧 authored
679
            width: 160px;
陈轩 authored
680 681 682 683 684 685 686 687
        }
    }

    .cost {
        border-top: 1px solid #f7f7f7;
        line-height: 100px;
        margin-top: 10px;
        font-size: 34px;
郭成尧 authored
688
陈轩 authored
689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718
        em {
            color: #f00;
        }
    }

    .pay-mode {
        background: #fff;
        padding: 0 20px;
        margin-top: -22px;

        li {
            height: 88px;
            line-height: 88px;
            margin-bottom: 28px;
            border-radius: 5px;
            font-size: 32px;
            color: #fff;
            text-align: center;
            background: #000;
        }

        .default {
            background: #57b038;
        }

        .iconfont {
            margin-right: 20px;
            font-size: 32px;
        }
    }
719 720 721 722 723 724 725

    .yoho-coin-help {
        display: inline-block;
        background-color: #b0b0b0;
        border-radius: 28px;
        width: 28px;
        height: 28px;
郭成尧 authored
726
        line-height: 36px;
727 728 729 730 731
        text-align: center;
        color: #fff;
        font-size: 22px;
        margin-left: 10px;
    }
郭成尧 authored
732
733 734 735 736 737 738 739 740 741
    .yoho-coin-help-dialog-bg {
        background-color: #000;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        opacity: 0.3;
郭成尧 authored
742
        display: none;
743 744 745 746
    }

    .yoho-coin-help-dialog {
        position: fixed;
747
        width: 540px;
748 749 750 751
        height: 510px;
        background-color: #fff;
        z-index: 2;
        border-radius: 10px;
郭成尧 authored
752 753 754 755
        left: 50%;
        margin-left: -270px;
        top: 50%;
        margin-top: -255px;
郭成尧 authored
756
        display: none;
757 758 759 760 761 762 763 764 765 766 767 768 769 770 771

        .yoho-coin-title {
            font-size: 34px;
            text-align: center;
            height: 110px;
            line-height: 140px;
            color: #000;
        }

        .yoho-coin-content {
            height: 320px;
            overflow: auto;
            font-size: 28px;
            padding: 0 35px;
            color: #444;
郭成尧 authored
772
773 774 775 776 777 778 779 780 781 782 783 784 785 786
            p {
                margin-top: 15px;
            }
        }

        .yoho-coin-footer {
            border-top: 1px solid #e0e0e0;
            color: #d0021b;
            font-size: 34px;
            height: 80px;
            line-height: 80px;
            text-align: center;
        }
    }
陈轩 authored
787
郭成尧 authored
788 789
    .show {
        display: block;
陈轩 authored
790 791
    }
}