This commit is contained in:
@@ -55,13 +55,32 @@
|
||||
{block name="main"}
|
||||
{notempty name="data.top_focus_images"}
|
||||
<div class="swiper-container auto-swiper-container" style="margin-top:60px;">
|
||||
<div class="swiper-wrapper">
|
||||
{volist name="data.top_focus_images" id="tfi"}
|
||||
<a class="swiper-slide auto-swiper-slide" href="{$tfi.link}">
|
||||
<img src="{$tfi.image}" alt="{$tfi.title}" />
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
{eq name=":cookie('think_lang')" value="en-us"}
|
||||
<div class="swiper-wrapper">
|
||||
{volist name="data.top_focus_images" id="tfi"}
|
||||
<a class="swiper-slide auto-swiper-slide" href="{$tfi.link}">
|
||||
<img src="{$tfi.image}" alt="{$tfi.title}" />
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
{else/}
|
||||
<div class="swiper-wrapper">
|
||||
{volist name="data.top_focus_images" id="tfi"}
|
||||
<div class="swiper-container-texts" style="color:#fff">
|
||||
<div class="swiper-container-texts-t">{$tfi.title}</div>
|
||||
<div class="swiper-container-texts-p">{$tfi.desc||raw|htmlspecialchars_decode}</div>
|
||||
<div class="swiper-container-texts-img">
|
||||
<a href="{$tfi.link}">
|
||||
<img src="__IMAGES__/topic_laptop/ljgd.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="swiper-slide auto-swiper-slide">
|
||||
<img src="{$tfi.image}" alt="{$tfi.title}" />
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
{/eq}
|
||||
</div>
|
||||
{/notempty}
|
||||
{notempty name="data.perf"}
|
||||
@@ -195,7 +214,7 @@
|
||||
<img src="{$gpu_first_section.extra_image|default=''}" alt="">
|
||||
</div>
|
||||
{/eq}
|
||||
|
||||
|
||||
</div>
|
||||
<div class="readon-img-box opacity0" data-order="11">
|
||||
{volist name="data.gpu" id="go"}
|
||||
@@ -256,18 +275,22 @@
|
||||
</div>
|
||||
{notempty name="data.ram"}
|
||||
<div class="wift" >
|
||||
<div class="wift-t opacity0" data-order="12">{$data.ram.title|raw}</div>
|
||||
|
||||
<div class="wift-bg" style="background: url('{$data.ram.image}');background-size:100% auto;">
|
||||
<div class="opacity0" data-order="13">
|
||||
{eq name=":cookie('think_lang')" value="en-us"}
|
||||
<div class="wift-bg-p1">{$data.ram.short_title|raw}</div>
|
||||
{else/}
|
||||
<div class="wift-bg-p">{$data.ram.short_title|raw}</div>
|
||||
{/eq}
|
||||
<div class="wift-test">
|
||||
<div class="wift-t opacity0" data-order="12">{$data.ram.title|raw}</div>
|
||||
<div class="opacity0" data-order="13">
|
||||
{eq name=":cookie('think_lang')" value="en-us"}
|
||||
<div class="wift-bg-p1">{$data.ram.short_title|raw}</div>
|
||||
{else/}
|
||||
<div class="wift-bg-p">{$data.ram.short_title|raw}</div>
|
||||
{/eq}
|
||||
</div>
|
||||
</div>
|
||||
<div class="wift-bg-img opacity0" data-order="14">
|
||||
{$data.ram.desc|raw}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{/notempty}
|
||||
@@ -288,14 +311,15 @@
|
||||
</div>
|
||||
</div>
|
||||
{/notempty}
|
||||
{notempty name="data.cooling_system"}
|
||||
{notempty name="$data.cooling_system.0"}
|
||||
<div class="dl opacity0" data-order="17">
|
||||
<div class="dl-t">{$data.cooling_system.0.title|raw}</div>
|
||||
<p class="dl-p">{$data.cooling_system.0.short_title|raw}</p>
|
||||
</div>
|
||||
{/notempty}
|
||||
|
||||
<div class="fs">
|
||||
{notempty name="data.cooling_system"}
|
||||
{notempty name="$data.cooling_system.0"}
|
||||
<div class="dl opacity0" data-order="17">
|
||||
<div class="dl-t">{$data.cooling_system.0.title|raw}</div>
|
||||
<p class="dl-p">{$data.cooling_system.0.short_title|raw}</p>
|
||||
</div>
|
||||
{/notempty}
|
||||
<div class="fs-box">
|
||||
{notempty name="data.cooling_system.0"}
|
||||
<img src="{$data.cooling_system.0.image|default=''}" alt="" class="fs-img">
|
||||
|
||||
1443
app/index/view/pc/topic_laptop/index1.html
Normal file
1443
app/index/view/pc/topic_laptop/index1.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user