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.
94 lines
3.1 KiB
94 lines
3.1 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" />
|
|
<link rel="stylesheet" href="__TMPL__/static/css/layui.css" />
|
|
<!-- 通用 -->
|
|
{include file="common/head" /}
|
|
<!-- 当前 -->
|
|
<link rel="stylesheet" href="__TMPL__/static/css/mixin.css" />
|
|
<link rel="stylesheet" href="__TMPL__/static/css/askAbout.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- header start -->
|
|
{include file="common/header" /}
|
|
<!-- header end -->
|
|
<div class="bannerList">
|
|
<div class="img">
|
|
<img src="__TMPL__/static/images/zhibo/img-1.jpg" alt="" />
|
|
</div>
|
|
<div class="w1280">
|
|
<div class="bannerTitle">特色服务</div>
|
|
<div class="bannerTips">海纳并蓄,锐知敦行</div>
|
|
</div>
|
|
</div>
|
|
<div class="tabs-head">
|
|
<div class="w1280">
|
|
<ul>
|
|
{hcTaglib:subcategory pid="3" item="vo" field="id,title" sort="sort asc"}
|
|
<li class="{$current_cate['id']==$vo.id?'active':''}"><a href="{:hcUrl('list/index',['id'=>$vo.id])}" >{$vo.title}</a></li>
|
|
{/hcTaglib:subcategory}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="ask-content w1280">
|
|
<div class="broadcast-title">
|
|
<p>服务内容</p>
|
|
</div>
|
|
<div class="ask-list">
|
|
{hcTaglib:contentList ids="1576,1577,1578,1579" moduleId="1" limit="5" mainField="title,sub_title,thumbnail,description" sort="sort asc,id asc" item="vo"}
|
|
<div class="ask-box">
|
|
<p>{$vo.title|default=''}</p>
|
|
<p class="ask-box-desc">{$vo.description|raw}</p>
|
|
<div class="img"><img src="{$vo.thumbnail.url|default=''}"></div>
|
|
</div>
|
|
{/hcTaglib:contentList}
|
|
</div>
|
|
|
|
</div>
|
|
<div class="ask-message">
|
|
<div class="w1280">
|
|
<div class="broadcast-title">
|
|
<p>信息公示</p>
|
|
</div>
|
|
<div class="message-table">
|
|
<table class="layui-table">
|
|
<colgroup>
|
|
<col width="150">
|
|
<col width="150">
|
|
<col width="150">
|
|
<col width="150">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th>姓名</th>
|
|
<th>期货从业资格号</th>
|
|
<th>投资咨询从业资格号</th>
|
|
<th>人员分工</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{hcTaglib:content cid="109" moduleId="1" mainField="id,title,sub_title,description" subField="id,sub_title" sort="sort asc"}
|
|
<tr>
|
|
<td>{$vo.title}</td>
|
|
<td>{$vo.sub_title}</td>
|
|
<td>{$vo.description}</td>
|
|
<td>{$vo.main_content.sub_title}</td>
|
|
</tr>
|
|
{/hcTaglib:content}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- footer start-->
|
|
{include file="common/footer" /}
|
|
<!-- footer end -->
|
|
<!-- 通用 -->
|
|
{include file="common/foot" /}
|
|
<!-- 当前 -->
|
|
</body>
|
|
</html>
|