Authored by 郝肖肖

有货币弹框样式调整

@@ -636,10 +636,9 @@ @@ -636,10 +636,9 @@
636 .yoho-coin-help-dialog { 636 .yoho-coin-help-dialog {
637 position: fixed; 637 position: fixed;
638 width: 450px; 638 width: 450px;
639 - height: 430px; 639 + height: 510px;
640 background-color: #fff; 640 background-color: #fff;
641 z-index: 2; 641 z-index: 2;
642 - padding: 45px 0;  
643 margin: auto; 642 margin: auto;
644 left: 0; 643 left: 0;
645 right: 0; 644 right: 0;
@@ -650,13 +649,17 @@ @@ -650,13 +649,17 @@
650 .yoho-coin-title { 649 .yoho-coin-title {
651 font-size: 34px; 650 font-size: 34px;
652 text-align: center; 651 text-align: center;
  652 + height: 110px;
  653 + line-height: 140px;
  654 + color: #000;
653 } 655 }
654 656
655 .yoho-coin-content { 657 .yoho-coin-content {
656 - height: 340px; 658 + height: 320px;
657 overflow: auto; 659 overflow: auto;
658 font-size: 28px; 660 font-size: 28px;
659 padding: 0 35px; 661 padding: 0 35px;
  662 + color: #444;
660 p { 663 p {
661 margin-top: 15px; 664 margin-top: 15px;
662 } 665 }
@@ -664,11 +667,10 @@ @@ -664,11 +667,10 @@
664 667
665 .yoho-coin-footer { 668 .yoho-coin-footer {
666 border-top: 1px solid #e0e0e0; 669 border-top: 1px solid #e0e0e0;
667 - color: red; 670 + color: #d0021b;
668 font-size: 34px; 671 font-size: 34px;
669 - height: 40px;  
670 - line-height: 40px;  
671 - padding: 25px 0; 672 + height: 80px;
  673 + line-height: 80px;
672 text-align: center; 674 text-align: center;
673 } 675 }
674 } 676 }