Blame view

public/scss/home/_user-info.css 26 KB
weiqingting authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.user-me-page {
    font-size: 12px;
    line-height: 150%;

    form {
        display: inline;
    }

    strong {
        font-weight: bold;
    }

    .clear {
        zoom: 1;
    }

    .clear:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        clear: both;
    }
wenjiekong authored
25
weiqingting authored
26 27 28 29
    .userinfo-edit {
        form {
            display: none;
        }
wenjiekong authored
30
weiqingting authored
31
        h2.title {
wenjiekong authored
32
            background-image: resolve(home/edit/title-informations.png);
weiqingting authored
33 34 35
        }
    }
wenjiekong authored
36 37 38 39 40
    .account,
    .email,
    .gift,
    .mobile,
    .userpwd {
weiqingting authored
41 42 43 44 45 46
        font-size: 12px;
        line-height: 150%;

        .title {
            position: relative;
        }
wenjiekong authored
47
weiqingting authored
48 49 50 51 52 53 54 55 56
        .title h2 {
            height: 16px;
            font-size: 14px;
            font-weight: bold;
            line-height: 16px;
            position: absolute;
            top: 50%;
            margin-top: -8px;
        }
wenjiekong authored
57
weiqingting authored
58 59 60 61 62 63
        .title h2 span {
            font-size: 10px;
            -webkit-transform: scale(0.85);
            display: inline-block;
            line-height: 15px;
            font-weight: normal;
wenjiekong authored
64
            padding-left: 0;
weiqingting authored
65 66 67 68
        }
    }

    .address {
wenjiekong authored
69
        font-family: arial, "Microsoft YaHei";
weiqingting authored
70
wenjiekong authored
71
        a {
weiqingting authored
72 73 74
            color: #468fa2;
            text-decoration: none;
        }
wenjiekong authored
75
weiqingting authored
76 77 78
        .a-underline {
            text-decoration: underline;
        }
wenjiekong authored
79
weiqingting authored
80 81 82
        &.block {
            border: none;
        }
wenjiekong authored
83 84

        input[type="button"] {
weiqingting authored
85 86
            margin-top: 0;
        }
wenjiekong authored
87
weiqingting authored
88 89 90
        input#address {
            width: 340px;
        }
wenjiekong authored
91
weiqingting authored
92 93 94
        .title {
            position: relative;
        }
wenjiekong authored
95 96

        .title h2 {
weiqingting authored
97 98
            width: 66px;
            height: 16px;
wenjiekong authored
99
            background: resolve(home/edit/title-address.png) no-repeat;
weiqingting authored
100 101 102 103 104
            text-indent: -999em;
            position: absolute;
            top: 50%;
            margin-top: -8px;
        }
wenjiekong authored
105
weiqingting authored
106 107
        .main {
            width: 798px;
wenjiekong authored
108
            padding: 10px 1px 1px;
weiqingting authored
109 110 111 112
            float: left;
            border: 1px solid #dedede;
            border-radius: 2px;
        }
wenjiekong authored
113
yyq authored
114 115 116 117 118 119 120 121 122 123 124
        .address-tip {
            margin: 0 10px 6px;

            > p {
                padding: 4px 10px;
                line-height: 1.5;
                color: #999;
                background-color: #f0f0f0;
            }
        }
weiqingting authored
125 126
        .address-list {
            width: 776px;
wenjiekong authored
127
            margin: 0 10px;
weiqingting authored
128
            border: 1px #e6e6e6 solid;
wenjiekong authored
129
            border-bottom: 0;
weiqingting authored
130 131
            float: left;
        }
wenjiekong authored
132
weiqingting authored
133 134 135 136 137 138 139 140 141 142 143
        .address-content {
            width: 756px;
            padding: 10px;
            border-bottom: 1px #e6e6e6 solid;
            float: left;

            &.preferred {
                background: #fdfcdd;
                color: #333;
            }
        }
wenjiekong authored
144
weiqingting authored
145 146 147 148
        .address-detail {
            width: 596px;
            float: left;
        }
wenjiekong authored
149
weiqingting authored
150 151
        .address-edit {
            width: 150px;
wenjiekong authored
152
            padding: 10px 0 10px 10px;
weiqingting authored
153 154 155 156 157 158 159
            text-align: center;
            float: left;
        }
    }

    .btn-c3 {
        height: 22px;
wenjiekong authored
160
        background: resolve(home/edit/btn_hs.png) no-repeat left -66px;
weiqingting authored
161 162 163 164 165 166
        padding-left: 8px;
        display: inline-block;

        span {
            height: 22px;
            line-height: 21px;
wenjiekong authored
167
            background: resolve(home/edit/btn_hs.png) no-repeat right -66px;
weiqingting authored
168 169 170 171 172 173 174 175 176
            padding-right: 10px;
            display: inline-block;
            cursor: pointer;
            color: #fff;
        }
    }

    .btn-c2 {
        height: 22px;
wenjiekong authored
177
        background: resolve(home/edit/btn_hs.png) no-repeat left -44px;
weiqingting authored
178 179 180 181 182 183 184
        padding-left: 8px;
        display: inline-block;
    }

    .btn-c2 span {
        height: 22px;
        line-height: 21px;
wenjiekong authored
185
        background: resolve(home/edit/btn_hs.png) no-repeat right -44px;
weiqingting authored
186 187 188 189 190 191 192 193 194 195 196 197 198 199
        padding-right: 10px;
        display: inline-block;
        cursor: pointer;
        color: #b3b3b3;
    }

    .main-info {
        border-top: 1px solid #ddd;
        padding: 20px 10px 10px;

        .p1 {
            padding-bottom: 10px;
            font-weight: bold;
        }
wenjiekong authored
200
weiqingting authored
201 202 203 204 205 206 207 208 209 210 211 212 213
        .blue2 {
            color: #468fa2;
        }
    }

    .block {
        min-height: 375px;
        height: auto;

        form.first {
            display: block;
        }
wenjiekong authored
214
        form.gift-cardform {
weiqingting authored
215 216 217
            display: block;
        }
wenjiekong authored
218
        form.pwdform {
weiqingting authored
219 220 221 222 223
            display: block;
        }
    }

    .edit-box {
wenjiekong authored
224
        padding: 10px 11px 11px;
weiqingting authored
225 226 227 228 229 230 231 232
    }

    .form-group {
        height: 30px;
        border: 1px #fff solid;
        margin-bottom: 2px;
        line-height: 22px;
        font-size: 12px;
wenjiekong authored
233
        font-family: Arial, helvetica, sans-serif;
weiqingting authored
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

        label {
            width: 80px;
            text-align: right;
            color: #333;
            float: left;
        }
    }

    .plain {
        color: #666;
        font-weight: bold;
    }

    .width-300 {
        width: 300px;
    }

    .width-150 {
        width: 150px;
    }

    .input-1 {
        height: 20px;
        line-height: 20px;
        color: #333;
        border: 1px #c9c9c9 solid;
wenjiekong authored
261
        background: resolve(home/edit/input_1.png) repeat-x #fff;
weiqingting authored
262 263 264 265 266 267
        vertical-align: top;
    }

    .btn-b1 {
        width: 118px;
        height: 34px;
wenjiekong authored
268
        border: 0;
wenjiekong authored
269
        background: resolve(home/edit/btn_b1.png) no-repeat;
weiqingting authored
270 271 272 273 274 275 276 277 278 279
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding-right: 10px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        margin-left: 80px;
    }
wenjiekong authored
280
    #btn-reset {
weiqingting authored
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
        margin-left: 0;
    }

    .tips-p {
        margin-left: 10px;
        color: #999;
        display: inline-block;
    }

    .box {
        width: 778px;
        clear: both;
        padding-top: 10px;
        margin-bottom: 10px;
        float: left;
    }

    .sub-title {
        clear: both;
        height: 21px;
        line-height: 21px;
        padding-left: 23px;
wenjiekong authored
303
        background: resolve(home/edit/ico_arrow2.png) no-repeat 5px 5px #efefef;
weiqingting authored
304 305 306 307 308 309 310 311
        border: 1px #e6e6e6 solid;
        font-size: 12px;
        color: #333;
        font-weight: normal;
        cursor: pointer;
        margin-bottom: 2px;

        .more {
wenjiekong authored
312
            padding: 2px 10px 0 0;
weiqingting authored
313 314 315 316 317 318
            float: right;
        }

        .btn-edit {
            width: 37px;
            height: 17px;
wenjiekong authored
319
            background: resolve(home/edit/btn_edit.png) no-repeat;
weiqingting authored
320 321
            display: inline-block;
            overflow: hidden;
wenjiekong authored
322
            border: 0;
weiqingting authored
323 324 325 326 327
        }
    }

    .user-personal-info {
        .user-info {
328
            width: 570px;
weiqingting authored
329 330
            float: left;
        }
wenjiekong authored
331
332 333 334 335 336 337 338 339 340
        .sub-tips {
            color: #e52828;
        }

        .tips-url {
            color: #e52828;
            text-decoration: underline;
        }
weiqingting authored
341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
        .user-profile {
            width: 148px;
            padding: 18px;
            text-align: center;
            float: right;
            border-left: 1px solid #e0e0e0;

            img {
                width: 100px;
                height: 100px;
                margin-bottom: 10px;
            }
        }
    }

    .user-favorite-info {
        ul {
            clear: both;
            width: 750px;
wenjiekong authored
360
            padding: 0 20px 0 0;
weiqingting authored
361 362 363 364 365 366 367 368 369 370 371 372
            float: left;

            li {
                height: 22px;
                padding-left: 20px;
                float: left;
                font-size: 12px;
            }
        }

        .brand-box {
            width: 725px;
wenjiekong authored
373 374
            margin: 0 0 10px 20px;
            padding: 5px 10px 5px 0;
weiqingting authored
375 376 377 378 379 380 381
            border: 1px #ccc solid;
            background: #f8f8f8;
            color: #000;

            li {
                height: 22px;
                line-height: 22px;
wenjiekong authored
382
                padding: 0 0 0 10px;
weiqingting authored
383 384 385 386 387 388 389 390 391
                float: left;
                display: inline-block;
                white-space: nowrap;
            }
        }

        .btn-del {
            height: 20px;
            line-height: 20px;
wenjiekong authored
392
            border: 0;
weiqingting authored
393
            padding-left: 18px;
wenjiekong authored
394
            background: resolve(home/edit/ico_del.png) no-repeat 0 2px;
weiqingting authored
395 396 397 398 399 400 401 402 403 404
            color: #468fa2;
            display: inline-block;
            overflow: hidden;
            text-decoration: none;
            vertical-align: middle;
        }

        .btn-submit-sm {
            width: 56px;
            height: 20px;
wenjiekong authored
405
            border: 0;
weiqingting authored
406 407 408
            font-size: 12px;
            color: #fff;
            line-height: 20px;
wenjiekong authored
409 410
            padding: 0;
            margin: 0;
wenjiekong authored
411
            background: resolve(home/edit/btn_s1_z2.png) repeat-x;
weiqingting authored
412 413 414 415 416 417 418 419 420 421
            text-align: center;
            display: inline-block;
            cursor: pointer;
        }

        span {
            color: #999;
            line-height: 25px;
            display: inline-block;
        }
wenjiekong authored
422
weiqingting authored
423 424 425
        .form-group {
            clear: both;
            width: 730px;
wenjiekong authored
426
            padding: 0 20px 5px;
weiqingting authored
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450
            float: left;
        }
    }

    .account-row {
        padding: 30px 0;
        border-bottom: 1px solid #ddd;

        .content {
            height: 32px;
            line-height: 32px;
            position: relative;

            div {
                float: left;
                display: inline-block;
            }

            .left-content {
                width: 200px;
            }

            .middle-content {
                width: 500px;
wenjiekong authored
451
weiqingting authored
452 453
                .tip {
                    color: #666;
wenjiekong authored
454 455 456 457
                }

                .tip.red {
                    color: #e01;
weiqingting authored
458 459
                }
            }
wenjiekong authored
460
weiqingting authored
461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
            .right-content {
                width: 75px;
                height: 20px;
                line-height: 20px;
                position: absolute;
                top: 50%;
                margin-top: -10px;
                text-align: center;
            }
        }

        .center {
            text-align: center;
        }

        a {
            text-decoration: none;
            color: #666;
            outline: none;
        }
wenjiekong authored
482 483
        [class^="icon-"],
        [class*=" icon-"] {
weiqingting authored
484 485 486 487 488 489 490 491 492
            height: 32px;
            line-height: 32px;
            vertical-align: middle;
            display: inline-block;
            padding-left: 42px;
            margin-left: 20px;
        }

        .icon-ok {
wenjiekong authored
493
            background: resolve(home/edit/icon-32.png) no-repeat 0 0;
weiqingting authored
494
        }
wenjiekong authored
495
weiqingting authored
496
        .icon-warning {
wenjiekong authored
497
            background: resolve(home/edit/icon-32.png) no-repeat 0 -32px;
weiqingting authored
498 499 500 501 502 503 504 505 506 507 508 509
        }

        .account-type {
            font-size: 18px;
            line-height: 32px;
            display: inline-block;
            padding-left: 20px;
        }
    }

    .button-icon20 {
        padding-left: 5px;
wenjiekong authored
510
        background: resolve(home/edit/btn_bg_20.png) no-repeat left 0;
weiqingting authored
511 512 513 514 515 516
        display: inline-block;
        cursor: pointer;
    }

    .button-icon20 i {
        font-style: normal;
wenjiekong authored
517
        background: resolve(home/edit/btn_bg_20.png) repeat-x left -20px;
weiqingting authored
518 519 520 521 522 523 524 525 526 527
        display: inline-block;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    .button-sliver20 i {
        background-position: left -80px;
        width: 52px;
    }
wenjiekong authored
528
weiqingting authored
529
    .button-icon20 span {
wenjiekong authored
530
        background: resolve(home/edit/btn_bg_20.png) no-repeat right -40px;
weiqingting authored
531 532 533
        display: inline-block;
        padding-right: 5px;
    }
wenjiekong authored
534
weiqingting authored
535 536 537 538 539 540 541 542 543
    .button-sliver20 span {
        background-position: right -100px;
    }

    .button-sliver20 {
        background-position: left -60px;
    }

    .gift-box {
wenjiekong authored
544
        padding: 10px 11px 11px;
weiqingting authored
545 546 547 548 549 550 551 552 553 554

        h2 {
            height: 16px;
            font-size: 14px;
            font-weight: bold;
            line-height: 16px;
        }

        li {
            font-size: 12px;
wenjiekong authored
555
            font-family: arial, "Microsoft YaHei";
weiqingting authored
556 557 558 559 560 561 562 563 564
            margin-bottom: 25px;
        }

        .gift-input {
            width: 60px;
            height: 20px;
            line-height: 20px;
            color: #333;
            border: 1px #c9c9c9 solid;
wenjiekong authored
565
            background: resolve(home/edit/input_1.png) repeat-x #fff;
weiqingting authored
566 567 568 569 570 571 572 573 574 575 576 577 578 579
        }

        .gift-error {
            color: red;
            margin-left: 10px;
        }

        #imgcode {
            border: 0;
            vertical-align: middle;
            outline: none;
            cursor: pointer;
        }
hongweigao authored
580 581 582 583 584 585 586 587 588
        .captcha-img {
            display: inline-block;
            position: relative;

            .img-check-tip {
                top: 120px;
            }
        }
weiqingting authored
589 590 591 592 593 594
        .check-img {
            color: #468fa2;
            text-decoration: underline;
        }

        .btn-b1 {
wenjiekong authored
595
            margin: 0;
weiqingting authored
596 597 598 599
        }
    }

    .form-error {
wenjiekong authored
600
        background: resolve(home/onError.png) no-repeat 5px 9px #fff2e8;
weiqingting authored
601 602 603 604 605 606 607 608 609 610 611
        padding-left: 25px;
        padding-right: 5px;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
        color: #e8044f;
        margin-left: 5px;
    }

    .form-success {
wenjiekong authored
612
        background: resolve(home/onCorrect.png) no-repeat 5px 9px #e9ffeb;
weiqingting authored
613 614 615 616 617 618 619 620 621 622
        padding-left: 25px;
        padding-right: 5px;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
        color: #008000;
        margin-left: 5px;
    }
wenjiekong authored
623 624
    .form-prompt,
    .form-focus {
wenjiekong authored
625
        background: resolve(home/onShow.png) no-repeat 5px 9px;
weiqingting authored
626 627 628 629 630 631 632 633 634
        padding-left: 25px;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
        color: #999;
    }

    .form-focus {
wenjiekong authored
635
        background: resolve(home/onShow.png) no-repeat 5px 9px #e9f0ff;
weiqingting authored
636 637 638 639 640 641 642
        color: #666;
    }

    .add-address {
        width: 778px;
        padding: 10px 0;
        float: left;
wenjiekong authored
643
weiqingting authored
644 645 646 647 648 649
        h2 {
            clear: both;
            height: 21px;
            line-height: 21px;
            padding-left: 23px;
            margin-left: 10px;
wenjiekong authored
650
            background: resolve(home/edit/ico_arrow2.png) no-repeat 5px 5px #efefef;
weiqingting authored
651 652 653 654 655 656 657
            border: 1px #e6e6e6 solid;
            font-size: 12px;
            color: #333;
            font-weight: normal;
        }

        .form-group {
hongweigao authored
658 659 660 661 662 663
            width: 100%;
        }

        .form-group {
            height: auto;
            padding: 4px 0;
weiqingting authored
664 665 666
        }

        .add-address-detail {
wenjiekong authored
667
            padding: 10px 0;
weiqingting authored
668 669 670 671 672 673 674 675 676

            .form-info {
                vertical-align: middle;
                line-height: 22px;
                height: 22px;
                background-position: 5px 5px;
            }
        }
wenjiekong authored
677
        .btn-reset {
weiqingting authored
678 679 680 681
            margin-left: 0;
        }
    }
wenjiekong authored
682 683
    .gift-ok,
    .gift-fail {
weiqingting authored
684 685 686 687 688 689 690 691 692 693
        padding: 50px 260px;
        height: 310px;
        display: block;

        h3 {
            font-size: 18px;
            height: 22px;
            line-height: 25px;
            padding-left: 25px;
            color: #000;
wenjiekong authored
694
            background: resolve(home/edit/ico_i_sf.png) no-repeat;
weiqingting authored
695 696 697
        }

        .fail {
wenjiekong authored
698
            background-position: 0 -22px;
weiqingting authored
699 700 701 702
        }

        .input-again {
            text-decoration: underline;
wenjiekong authored
703
            color: #c4153a;
weiqingting authored
704 705

            &:active {
wenjiekong authored
706 707
                color: #c4153a;
            }
weiqingting authored
708 709

            &:hover {
wenjiekong authored
710 711
                color: #c4153a;
            }
weiqingting authored
712 713 714
        }

        .success {
wenjiekong authored
715
            background-position: 0 0;
weiqingting authored
716 717 718 719 720 721 722 723
        }

        .currency-info {
            margin-top: 20px;
            padding-left: 25px;
        }

        .gift-red {
wenjiekong authored
724 725 726 727
            color: #bc0029;
            font-size: 16px;
            font-weight: bold;
            margin-left: 5px;
weiqingting authored
728 729 730 731 732
        }

        .yoho-currency {
            font-size: 16px;
            font-weight: bold;
wenjiekong authored
733
            color: #3e3e3e;
weiqingting authored
734 735 736 737
        }
    }

    .check-safe {
wenjiekong authored
738
        padding: 10px 11px 11px;
htoooth authored
739 740
        overflow: visible;
        min-height: 250px;
weiqingting authored
741 742

        .form-success {
wenjiekong authored
743
            background: resolve(home/onCorrect.png) no-repeat 5px 9px;
weiqingting authored
744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764
        }

        .progress-bar {
            width: 780px;
            height: 24px;

            li {
                float: left;
                width: 260px;
                color: #666;
                text-align: center;
                height: 24px;
                line-height: 24px;
            }

            li.cur {
                color: #fff;
            }
        }

        .progress1 {
wenjiekong authored
765
            background: resolve(home/edit/icon-bar.png) no-repeat;
weiqingting authored
766 767 768
        }

        .progress2 {
wenjiekong authored
769
            background: resolve(home/edit/icon-bar.png) no-repeat 0 -24px;
weiqingting authored
770 771 772
        }

        .progress3 {
wenjiekong authored
773
            background: resolve(home/edit/icon-bar.png) no-repeat 0 -48px;
weiqingting authored
774 775
        }
wenjiekong authored
776 777
        input[type=text],
        input[type=password] {
weiqingting authored
778 779 780 781 782 783 784 785
            height: 28px;
            border: 1px solid #bebebe;
            line-height: 28px;
            padding: 0 5px;
        }

        .form-nav {
            padding: 30px 0;
htoooth authored
786
            min-height: 250px;
weiqingting authored
787
htoooth authored
788
            ul.user-form-ul {
weiqingting authored
789
                width: 690px;
wenjiekong authored
790
                margin: 0 auto;
weiqingting authored
791 792
            }
htoooth authored
793
            li.user-form-li {
weiqingting authored
794 795 796 797
                padding: 10px 0;
                float: left;
            }
htoooth authored
798 799 800 801
            li.captcha-li {
                width: 100%;
            }
weiqingting authored
802 803
            .safe-form-l {
                float: left;
htoooth authored
804 805
                width: 110px;
                margin-left: 110px;
weiqingting authored
806 807 808 809 810 811 812 813
                line-height: 30px;
                padding: 0 5px;
                text-align: right;
            }

            .safe-form-r {
                width: 422px;
                line-height: 30px;
wenjiekong authored
814
                float: left;
weiqingting authored
815 816
            }
htoooth authored
817 818 819 820
            .captcha-safe-form-r {
                display: inline-block;

                .img-check {
hongweigao authored
821
                    position: relative;
htoooth authored
822 823 824 825 826
                    margin-top: 0;
                    margin-bottom: 0;
                }

                .img-check-tip {
yyq authored
827
                    position: static;
htoooth authored
828 829 830
                }
            }
weiqingting authored
831 832 833 834 835 836
            .input-text {
                width: 208px;
            }

            .input-code {
                width: 54px;
wenjiekong authored
837
                margin-right: 5px;
weiqingting authored
838 839 840 841 842 843 844 845 846 847 848 849
            }

            #the-code-img {
                border: 0;
                vertical-align: middle;
                outline: none;
                height: 30px;
                cursor: pointer;
            }

            .change-code {
                height: 30px;
wenjiekong authored
850
                padding: 0 0 0 5px;
weiqingting authored
851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881
                line-height: 15px;
                display: inline-block;
                vertical-align: middle;
                color: #666;
            }

            .the-code {
                color: #468fa2;
            }

            .btn-b1 {
                margin: 0;
            }

            .check-info {
                display: inline-block;
                vertical-align: top;
            }

            .input-error {
                border: 2px solid #e8044f;
                height: 26px;
                padding: 0 4px;
            }
        }
    }

    .feedback {
        dt {
            height: 20px;
            line-height: 20px;
wenjiekong authored
882
            background: resolve(home/suggest-icon.png) no-repeat 2px 3px;
wenjiekong authored
883
            padding: 0 0 0 20px;
weiqingting authored
884
            float: left;
wenjiekong authored
885
            font-family: arial "Microsoft YaHei";
weiqingting authored
886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902
            font-size: 12px;

            a {
                color: #468fa2;
            }
        }

        dd {
            float: right;
        }
    }

    .button-top {
        width: 66px;
        height: 22px;
        padding-left: 10px;
        line-height: 21px;
wenjiekong authored
903
        border: 0;
weiqingting authored
904
        text-align: center;
wenjiekong authored
905
        background: resolve(home/btn_top.png) no-repeat;
weiqingting authored
906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921
        color: #666;
        font-size: 12px;
        cursor: pointer;
        display: inline-block;
    }

    .rgb6 {
        color: #666;
    }

    .font14 {
        font-size: 14px;
    }

    .button-icon {
        padding-left: 5px;
wenjiekong authored
922
        background: resolve(home/button-icon.png) no-repeat left 0;
weiqingting authored
923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950
        display: inline-block;
        cursor: pointer;

        i {
            font-style: normal;
            background: resolve(home/button-icon.png) repeat-x left -33px;
            display: inline-block;
            height: 33px;
            line-height: 33px;
            text-align: center;
        }

        span {
            background: resolve(home/button-icon.png) no-repeat right -66px;
            display: inline-block;
            padding-right: 5px;
        }
    }

    .button-red {
        background-position: left -99px;
        color: #fff;

        i {
            background-position: left -134px;
            width: 120px;

            .btn-jt {
wenjiekong authored
951
                background: resolve(home/btn-jt.png) no-repeat;
weiqingting authored
952 953 954 955 956 957 958 959 960 961 962 963 964 965
                width: 5px;
                height: 8px;
                display: inline-block;
                margin-left: 10px;
            }
        }

        span {
            background-position: right -169px;
        }
    }

    .button-sliver {
        i {
wenjiekong authored
966 967 968
            width: 100px;
            color: #666;
        }
weiqingting authored
969 970
    }
wenjiekong authored
971 972
    .result-info,
    .result-email {
weiqingting authored
973 974 975 976 977 978 979
        padding: 30px 0;
        min-height: 360px;
        width: 616px;
        margin: 0 auto;
        text-align: center;

        p {
wenjiekong authored
980
            line-height: 24px;
weiqingting authored
981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007
        }

        .info-detail {
            margin-top: 20px;
            text-align: left;
        }

        .button-icon {
            margin-top: 20px;
        }
    }

    .result-email {
        text-align: left;
        width: 400px;
    }

    .res-info {
        height: 24px;
        padding-left: 28px;
        font-size: 20px;
        color: #000;
        line-height: 24px;
        display: inline-block;
    }

    .res-success {
wenjiekong authored
1008
        background: resolve(home/icon-24.png) no-repeat;
weiqingting authored
1009
    }
wenjiekong authored
1010
weiqingting authored
1011
    .res-error {
wenjiekong authored
1012
        background: resolve(home/icon-24.png) no-repeat 0 -24px;
weiqingting authored
1013 1014 1015
        color: red;
    }
}
m  
刘传洋 authored
1016
yyq authored
1017 1018 1019
.account-list {
    margin: 20px;
    display: none;
m  
刘传洋 authored
1020
yyq authored
1021
    .account-item {
m  
刘传洋 authored
1022 1023
        border: 1px solid #bdbdbd;
        margin-bottom: 10px;
m  
刘传洋 authored
1024
yyq authored
1025
        .account-item-title {
m  
刘传洋 authored
1026 1027
            padding-left: 10px;
            padding-right: 10px;
m  
刘传洋 authored
1028 1029
            height: 34px;
            line-height: 34px;
m  
刘传洋 authored
1030 1031
            border-bottom: 1px dashed #eaeaea;
yyq authored
1032 1033 1034 1035
            &:after {
                content: "";
                display: block;
                clear: both;
m  
刘传洋 authored
1036 1037
            }
yyq authored
1038 1039
            p {
                float: left;
m  
刘传洋 authored
1040 1041 1042
                font-size: 14px;
                color: #000;
yyq authored
1043
                b {
m  
刘传洋 authored
1044 1045 1046
                    color: #7bbd55;
                    margin-left: 10px;
                    font-weight: normal;
hongweigao authored
1047
                }
m  
刘传洋 authored
1048
hongweigao authored
1049 1050
                b.no-binding {
                    color: #ea4072;
m  
刘传洋 authored
1051 1052 1053
                }
            }
yyq authored
1054
            a {
m  
刘传洋 authored
1055 1056 1057
                float: right;
                color: #468fa2;
                font-size: 14px;
刘传洋 authored
1058
yyq authored
1059 1060
                &.del-binding {
                    color: #bdbdbd;
刘传洋 authored
1061
                }
m  
刘传洋 authored
1062 1063 1064
            }
        }
yyq authored
1065 1066 1067
        .account-item-body {
            display: none;
            padding: 25px 35px 30px;
m  
刘传洋 authored
1068
yyq authored
1069 1070 1071 1072 1073
            &:after {
                content: "";
                display: block;
                clear: both;
            }
m  
刘传洋 authored
1074 1075
        }
yyq authored
1076
        .account-body-left {
m  
刘传洋 authored
1077 1078
            float: left;
yyq authored
1079
            p {
m  
刘传洋 authored
1080
                color: #000;
m  
刘传洋 authored
1081
                font-size: 14px;
m  
刘传洋 authored
1082 1083
            }
yyq authored
1084
            button {
m  
刘传洋 authored
1085 1086
                margin-top: 22px;
                background-color: #2e849c;
m  
刘传洋 authored
1087
                font-size: 12px;
m  
刘传洋 authored
1088 1089
                color: #fff;
                border: none;
m  
刘传洋 authored
1090 1091
                width: 70px;
                height: 22px;
m  
刘传洋 authored
1092 1093 1094 1095
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
yyq authored
1096
                cursor: pointer;
m  
刘传洋 authored
1097
yyq authored
1098 1099 1100
                &.disabled {
                    background: #ccc;
                    color: #eee;
m  
刘传洋 authored
1101
                }
m  
刘传洋 authored
1102 1103 1104
            }
        }
yyq authored
1105
        .account-body-right {
m  
刘传洋 authored
1106 1107 1108 1109 1110
            position: relative;
            float: right;
            width: 290px;
            height: 55px;
yyq authored
1111
            .logo-yh {
m  
刘传洋 authored
1112 1113 1114 1115 1116
                position: absolute;
                top: 19px;
                left: 0;
                width: 115px;
                height: 27px;
m  
刘传洋 authored
1117 1118
                background: resolve(home/edit/yoho.png) no-repeat;
                background-size: cover;
m  
刘传洋 authored
1119 1120
            }
yyq authored
1121
            .logo-contact {
m  
刘传洋 authored
1122 1123 1124 1125 1126 1127
                position: absolute;
                top: 0;
                left: initial;
                right: 0;
                width: 105px;
                height: 55px;
m  
刘传洋 authored
1128
yyq authored
1129
                &.qq {
m  
刘传洋 authored
1130 1131 1132
                    background: resolve(home/edit/tengxun.png) no-repeat;
                    background-size: cover;
                }
yyq authored
1133 1134

                &.weixin {
m  
刘传洋 authored
1135
                    background: resolve(home/edit/weixin.png) no-repeat;
m  
刘传洋 authored
1136 1137
                    background-size: cover;
                }
yyq authored
1138 1139

                &.renren {
m  
刘传洋 authored
1140 1141 1142
                    background: resolve(home/edit/renren.png) no-repeat;
                    background-size: cover;
                }
yyq authored
1143 1144

                &.alipay {
m  
刘传洋 authored
1145 1146 1147
                    background: resolve(home/edit/pay.png) no-repeat;
                    background-size: cover;
                }
yyq authored
1148 1149

                &.weibo {
m  
刘传洋 authored
1150 1151 1152
                    background: resolve(home/edit/xinlang.png) no-repeat;
                    background-size: cover;
                }
yyq authored
1153 1154

                &.douban {
m  
刘传洋 authored
1155 1156 1157
                    background: resolve(home/edit/douban.png) no-repeat;
                    background-size: cover;
                }
m  
刘传洋 authored
1158 1159
            }
yyq authored
1160
            .img-contact {
m  
刘传洋 authored
1161 1162 1163 1164 1165 1166
                position: absolute;
                top: 18px;
                left: 130px;
                display: inline-block;
                width: 37px;
                height: 20px;
m  
刘传洋 authored
1167 1168
                background: resolve(home/edit/img-contact.png) no-repeat;
                background-size: cover;
m  
刘传洋 authored
1169 1170 1171 1172
            }
        }
    }
}
yyq authored
1173 1174

.m-dialog {
m  
刘传洋 authored
1175 1176 1177
    border: 1px solid #333;
    padding: 0;
yyq authored
1178
    .dialog-title {
m  
刘传洋 authored
1179 1180 1181 1182
        text-align: left;
        padding: 0 10px;
        line-height: 34px;
        background: #333;
yyq authored
1183
        color: #fff;
m  
刘传洋 authored
1184
    }
yyq authored
1185 1186

    .dialog-close {
m  
刘传洋 authored
1187 1188 1189 1190 1191 1192 1193
        cursor: pointer;
        width: 30px;
        text-align: center;
        position: absolute;
        right: 0;
    }
yyq authored
1194
    .dialog-content {
m  
刘传洋 authored
1195
        padding: 40px 40px 20px;
1196
yyq authored
1197
        .tip-icon {
1198 1199 1200 1201 1202 1203
            font-size: 26px;
            position: relative;
            top: 3px;
            color: #c1c1c1;
            margin-right: 10px;
        }
m  
刘传洋 authored
1204 1205
    }
yyq authored
1206
    .btns {
m  
刘传洋 authored
1207 1208 1209
        margin-bottom: 30px;

        .btn {
yyq authored
1210
            background: #ddd;
m  
刘传洋 authored
1211
        }
yyq authored
1212 1213 1214

        .btn-cancel {
            background: #fff;
1215 1216 1217
            border-color: #999;
            color: #333;
        }
m  
刘传洋 authored
1218 1219
    }
}