Authored by 郭成尧

style

... ... @@ -42,7 +42,7 @@
{{/if}}
</table>
{{#ifor gain_yoho_coin growth_value}}
<div class="growth-tip"><span class="iconfont icon-wenhao"></span>有货币与VIP成长值在确认收货后自动到账</div>
<div class="growth-tip"><span class="iconfont icon-tan"></span>有货币与VIP成长值在确认收货后自动到账</div>
{{/ifor}}
</div>
<div class="btn-c">
... ...
... ... @@ -62,7 +62,16 @@
.growth-tip {
color: #b0b0b0;
font-size: 24px;
font-size: 22px;
line-height: 48px;
display: flex;
align-items: center;
font-weight: 300;
.icon-tan {
font-size: 48px;
margin-right: 5px;
}
}
}
... ...
... ... @@ -226,6 +226,10 @@ button {
content: "\e60c";
}
.icon-tan:before {
content: "\e73b";
}
.wx-footer-c {
margin-top: 30px;
}
... ...