...
|
...
|
@@ -3,20 +3,10 @@ |
|
|
<div class="slide-wrapper">
|
|
|
<ul>
|
|
|
{{# list}}
|
|
|
<li style="{{#if bgColor}}background:{{bgColor}}{{/if}}">
|
|
|
<a href="{{href}}" target= "_blank">
|
|
|
{{#if @first}}
|
|
|
<img src="{{image img 1150 450}}" style="height: 450px;width: 1150px">
|
|
|
{{^}}
|
|
|
<img class="lazy" data-original="{{image img 1150 450}}" style="height: 450px;width: 1150px" alt="">
|
|
|
{{/if}}
|
|
|
</a>
|
|
|
{{# tips}}
|
|
|
<div class="slide-tips">
|
|
|
<div class="g-mark"></div>
|
|
|
<p>{{.}}</p>
|
|
|
</div>
|
|
|
{{/ tips}}
|
|
|
<li class="banner-img" style="background: {{bgColor}} url({{image img 1920 450}}) no-repeat top center;">
|
|
|
{{#if href}}
|
|
|
<a href="{{href}}" target= "_blank"></a>
|
|
|
{{/if}}
|
|
|
</li>
|
|
|
{{/ list}}
|
|
|
</ul>
|
...
|
...
|
|