Authored by 周少峰

Merge branch 'release/4.6' of http://git.yoho.cn/fe/yohobuy-node into release/4.6

... ... @@ -5,10 +5,10 @@
{{# list}}
{{#if href}}
<a href="{{href}}" target= "_blank">
<li class="banner-img" style="background:url({{image img 1920 360}}) no-repeat top center;"></li>
<li class="banner-img" style="background:url({{image img 1150 360}}) no-repeat top center;"></li>
</a>
{{^}}
<li class="banner-img" style="background:url({{image img 1920 360}}) no-repeat top center;"></li>
<li class="banner-img" style="background:url({{image img 1150 360}}) no-repeat top center;"></li>
{{/if}}
{{/ list}}
</ul>
... ...
... ... @@ -3,7 +3,7 @@
<div class="slide-wrapper">
<ul>
{{# list}}
<li class="banner-img" style="background: {{bgColor}} url({{image img 1920 450}}) no-repeat top center;">
<li class="banner-img" style="background: {{bgColor}} url({{image img 1150 450}}) no-repeat top center;">
{{#if href}}
<a href="{{href}}" target= "_blank"></a>
{{/if}}
... ...