Authored by zhangxiaoru

诈骗提示字体居中

@@ -113,7 +113,7 @@ @@ -113,7 +113,7 @@
113 113
114 .fraud-prompt { 114 .fraud-prompt {
115 height: 62px; 115 height: 62px;
116 - line-height: 63px; 116 + line-height: 64px;
117 background: #ff797d; 117 background: #ff797d;
118 color: #fff; 118 color: #fff;
119 background-size: 100% 100%; 119 background-size: 100% 100%;
@@ -126,6 +126,7 @@ @@ -126,6 +126,7 @@
126 overflow: hidden; 126 overflow: hidden;
127 display: inline-block; 127 display: inline-block;
128 white-space: nowrap; 128 white-space: nowrap;
  129 + height: 62px;
129 } 130 }
130 131
131 .tip-content { 132 .tip-content {