长城期货
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.
 
 
 
 
 
 

98 lines
3.6 KiB

<div class="footer">
<div class="wrap clearfix">
<div class="ltc">
<ul>
{hcTaglib:nav cid="6" max-level="3" item="vo" sort="sort asc"}
<!-- {$vo.title} ( {$vo.href} ) <br/> -->
<!-- <a href="{$vo.href}" style="color: blue; text-decoration: underline;">{$vo.title}</a> | -->
<!-- <br/> -->
{if !empty($vo['children'])}
{if $key == 2}
{/if}
{else /}
<!-- 显示 -->
<li><a href="{$vo.href}">{$vo.title}</a></li>
{if $key < count($hc_nav)}
<li><i>|</i></li>
{/if}
{/if}
<!-- <br/> -->
{/hcTaglib:nav}
<!-- <li><a href="/about.html">走进长城</a></li> -->
<!-- <li><i>|</i></li> -->
<!-- <li><a href="/datacenter.html">数据中心</a></li> -->
<!-- <li><i>|</i></li> -->
<!-- <li><a href="/college.html">期货学院</a></li> -->
<!-- <li><i>|</i></li> -->
<!-- <li><a href="/special.html">党建专栏</a></li> -->
<!-- <li><i>|</i></li> -->
<!-- <li><a href="/service.html">客户服务</a></li> -->
<!-- <li><i>|</i></li> -->
<!-- <li><a href="/subscribe.html">预约开户</a></li> -->
<!-- <li><i>|</i></li> -->
<!-- <li><a href="/contact.html">联系我们</a></li> -->
</ul>
{hcTaglib:category id="198" item="vo" field="*"}
{php}
$description = $vo['description'] ?? '';
$descriptionArr = explode('##', $description);
$desc = $vo['desc'] ?? '';
$descArr = explode('##', $desc);
$banner_wx = $vo['banner']['url'] ?? '';
$thumbnail_app = $vo['thumbnail']['url'] ?? '';
{/php}
{/hcTaglib:category}
<div class="tca clearfix">
<div class="l">
<h3>{$descriptionArr[0]|default=''}</h3>
<p>{$descriptionArr[1]|default=''}</p>
<p>{$descriptionArr[2]|default=''}</p>
<p>{$descriptionArr[3]|default=''}</p>
<p>{$descriptionArr[4]|default=''}</p>
</div>
<div class="r">
<h4>{$descriptionArr[5]|default=''}</h4>
<h5>{$descriptionArr[6]|default=''}</h5>
</div>
</div>
</div>
<div class="rtc">
<ul class="clearfix">
<li>
<div class="weix">
<img src="{$banner_wx|default=''}" alt="">
</div>
<h6>企业公众号</h6>
</li>
<li>
<div class="weix">
<img src="{$thumbnail_app|default=''}" alt="">
</div>
<h6>官方APP</h6>
</li>
</ul>
</div>
</div>
<div class='copyright wrap'>
<div class="l">
<a href="#">{$descArr[0]|default=''}</a>
<span>{$descArr[1]|default=''}</span>
</div>
<div class="r">
<a class="a1" href="#">{$descArr[2]|default=''}</a><a class="a2"
href="https://beian.miit.gov.cn/">粤ICP备10007525号</a>
<a href="https://www.newdamei.com/cases.html">技术支持:DAMEI</a>
</div>
</div>
</div>