|
|
<div class="bottom-fix" data-size="{{size}}">
|
|
|
<div class="bottom-fix">
|
|
|
{{#if param.bgimg}}
|
|
|
{{#isLazyLoad type @index}}
|
|
|
<img class="lazy" data-original="{{image2 param.bgimg q=95}}">
|
...
|
...
|
@@ -8,11 +8,10 @@ |
|
|
{{/if}}
|
|
|
<div class="show-area" id="bottomShowArea">
|
|
|
{{#component}}
|
|
|
<div class="per-show hide" style="width: {{width}}%;left:{{left}}%" id="bottomShow{{url}}-{{@index}}">
|
|
|
</div>
|
|
|
<div class="per-show hide" style="width: {{width}}%;left:{{left}}%;bottom:{{../height}}rem" id="bottomShow{{url}}-{{@index}}">
|
|
|
{{/component}}
|
|
|
</div>
|
|
|
<div class="click-area" id="bottomFixClickArea">
|
|
|
<div class="click-area" id="bottomFixClickArea" style="height:{{height}}rem">
|
|
|
{{#component}}
|
|
|
<div class="per-click" style="width: {{width}}%;height:{{height}}%" data-url="{{url}}" id="bottomClick{{url}}-{{@index}}">
|
|
|
</div>
|
...
|
...
|
|