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.
73 lines
2.6 KiB
73 lines
2.6 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!-- 通用 -->
|
|
{include file="common/head" /}
|
|
<!-- 当前 -->
|
|
<link rel="stylesheet" href="__TMPL__/static/scss/open_account.css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- header start -->
|
|
{include file="common/header" /}
|
|
<!-- header end -->
|
|
<!-- banner start -->
|
|
<div class="bannerList">
|
|
<div class="img"><img src="__TMPL__/static/images/open_account/reservationBanner.jpg" alt=""></div>
|
|
<div class="w1280">
|
|
<div class="bannerTitle">开户服务</div>
|
|
</div>
|
|
</div>
|
|
<!-- banner end -->
|
|
<div class="pageListNav">
|
|
<div class="w1280">
|
|
{hcTaglib:subcategory pid="8" item="vo" field="id,title" sort="sort asc"}
|
|
<a href="{:hcUrl('list/index',['id'=>$vo.id])}" class="{$current_cate['id']==$vo.id?'on':''}">{$vo.title}</a>
|
|
{/hcTaglib:subcategory}
|
|
</div>
|
|
</div>
|
|
<div class="speedBlock">
|
|
<div class="w1280">
|
|
{hcTaglib:contentDetail id="1580" name="item"}
|
|
<div class="left">
|
|
<img src="{$item.cover.url|default='__TMPL__/static/images/open_account/speedBlockImg.png'}" alt="">
|
|
</div>
|
|
<div class="right">
|
|
<div class="tit">{$item.title}</div>
|
|
<div class="tips">{$item.description}</div>
|
|
<div class="text">
|
|
<div class="img"><img src="{$item.thumbnail.url|default='__TMPL__/static/images/open_account/speedBlockImg2.png'}" alt=""></div>
|
|
<p>{$item.sub_title}</p>
|
|
</div>
|
|
</div>
|
|
{/hcTaglib:contentDetail}
|
|
</div>
|
|
</div>
|
|
<div class="speedBlock2">
|
|
<div class="w1280">
|
|
{hcTaglib:contentList ids="1581,1582,1583,1584,1585,1586,1587,1588" moduleId="1" sort="id asc" name="item" mainField="id,title,sub_title,thumbnail"}
|
|
<div class="list">
|
|
<div class="img"><img src="{$vo.thumbnail.url|default=''}" alt=""></div>
|
|
<p>{$vo.title}</p>
|
|
<div class="tips">{$vo.sub_title|raw}</div>
|
|
</div>
|
|
{/hcTaglib:contentList}
|
|
</div>
|
|
</div>
|
|
<!-- footer start-->
|
|
{include file="common/footer" /}
|
|
<!-- footer end -->
|
|
<!-- 通用 -->
|
|
{include file="common/foot" /}
|
|
<!-- 当前 -->
|
|
<script src="__TMPL__/static/js/layui.js"></script>
|
|
<script>
|
|
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|