You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
2.1 KiB
42 lines
2.1 KiB
|
|
<section class="huocms-components huocms-block huocms-block1" data-huocms-block="components/main/block1.html" data-huocms-blockid="2">
|
|
<!-- 服务内容 -->
|
|
<div class="blockBox block" aos="fade-down">
|
|
{hcTaglib:category id="2" item="subcategory" field="id,title,sub_title"}
|
|
{if condition="!empty($subcategory['title'])"}
|
|
<div class="title">
|
|
<p>{$subcategory.title}</p>
|
|
<div>{$subcategory.sub_title}</div>
|
|
</div>
|
|
<div class="w1400">
|
|
{hcTaglib:subcategory pid="$subcategory.id" item="subcategory2"}
|
|
<div class="list">
|
|
<div class="img"><img src="{$subcategory2.thumbnail.url|default=''}" alt=""></div>
|
|
<div class="listTitle">{$subcategory2.title}</div>
|
|
{if condition="$subcategory2['type'] != 3"}
|
|
{hcTaglib:content cid="$subcategory2.id" moduleId="1" sort="id asc,sort asc" name="contentList" item="case_top" limit="10" mainField="id,title,thumbnail" subField="" onlyData="2"}
|
|
<p>
|
|
{if condition="!empty($case_top['thumbnail']['url'])"}
|
|
<img src="{$case_top['thumbnail']['url']|default=''}" alt="">
|
|
{else /}
|
|
<span class="ring"></span>
|
|
{/if}
|
|
{$case_top['title']}
|
|
</p>
|
|
{/hcTaglib:content}
|
|
{else /}
|
|
<p>{$subcategory2.sub_title}</p>
|
|
<a href="{hcTaglib:setting name='customer_link' type='2' /}" target="_blank" target="_blank">{$subcategory2.desc}<img src="/design/designStyle/deruan_suq/images/ico14.png" alt=""></a>
|
|
{/if}
|
|
<div class="borderTop"></div>
|
|
<div class="borderLeft"></div>
|
|
<div class="borderRight"></div>
|
|
<div class="borderBottom"></div>
|
|
</div>
|
|
{/hcTaglib:subcategory}
|
|
</div>
|
|
{/if}
|
|
{/hcTaglib:category}
|
|
</div>
|
|
<link rel="stylesheet" href="/design/designStyle/deruan_suq/css/block1.css">
|
|
</section>
|