Authored by yyq

Merge branch 'feature/growth' into release/6.6

... ... @@ -13,11 +13,10 @@
<li><span class="l-b">订单金额: {{payment_amount}}</span></li>
<li>
<span class="l-b back-yoho-coin">共返有货币:{{yoho_give_coin}}</span>
<a href="{{yohoCoinUrl}}" class="notice-link" target="_blank">有货币能做什么>></a>
</li>
<li>
<span class="l-b">获得VIP累计金额:{{payment_amount}}</span>
<a href="{{vipUrl}}" class="notice-link" target="_blank">查看VIP特权>></a>
<span class="l-b">返成长值:{{growth_value}}</span>
<span class="notice-text"><em class="iconfont">&#xe6c2;</em>有货币与VIP成长值在确认收货后自动到账</span>
</li>
<li class="opt-btns">
<a href="{{detailUrl}}">查看订单详情</a>
... ...
... ... @@ -40,21 +40,20 @@
.l-b {
display: inline-block;
width: 200px;
}
.back-yoho-coin:after {
content: "";
display: inline-block;
width: 14px;
height: 14px;
background: resolve(cart/yoho-coin.png);
margin-left: 6px;
vertical-align: bottom;
.notice-text,
.notice-link {
color: #017cf8;
margin-left: 50px;
}
.notice-link {
color: #0883d1;
.notice-text .iconfont {
color: #017cf8;
font-size: 18px;
position: absolute;
margin-left: -20px;
margin-top: -2px;
}
}
... ... @@ -93,7 +92,7 @@
margin-top: 30px;
.notice-link {
color: #0883d1;
color: #017cf8;
}
}
... ...