Authored by 郭成尧

style

@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 {{/if}} 42 {{/if}}
43 </table> 43 </table>
44 {{#ifor gain_yoho_coin growth_value}} 44 {{#ifor gain_yoho_coin growth_value}}
45 - <div class="growth-tip"><span class="iconfont icon-wenhao"></span>有货币与VIP成长值在确认收货后自动到账</div> 45 + <div class="growth-tip"><span class="iconfont icon-tan"></span>有货币与VIP成长值在确认收货后自动到账</div>
46 {{/ifor}} 46 {{/ifor}}
47 </div> 47 </div>
48 <div class="btn-c"> 48 <div class="btn-c">
@@ -62,7 +62,16 @@ @@ -62,7 +62,16 @@
62 62
63 .growth-tip { 63 .growth-tip {
64 color: #b0b0b0; 64 color: #b0b0b0;
65 - font-size: 24px; 65 + font-size: 22px;
  66 + line-height: 48px;
  67 + display: flex;
  68 + align-items: center;
  69 + font-weight: 300;
  70 +
  71 + .icon-tan {
  72 + font-size: 48px;
  73 + margin-right: 5px;
  74 + }
66 } 75 }
67 } 76 }
68 77
@@ -226,6 +226,10 @@ button { @@ -226,6 +226,10 @@ button {
226 content: "\e60c"; 226 content: "\e60c";
227 } 227 }
228 228
  229 +.icon-tan:before {
  230 + content: "\e73b";
  231 +}
  232 +
229 .wx-footer-c { 233 .wx-footer-c {
230 margin-top: 30px; 234 margin-top: 30px;
231 } 235 }