...
|
...
|
@@ -8,7 +8,6 @@ |
|
|
<title>明星访谈更多</title>
|
|
|
<link rel="stylesheet" href="__TMPL__/public/assets/css/layui.css">
|
|
|
<link rel="stylesheet" href="__TMPL__/public/assets/css/bootstrap4.0.css">
|
|
|
<link rel="stylesheet" href="__TMPL__/public/assets/css/header.css">
|
|
|
<link rel="stylesheet" href="__TMPL__/public/assets/css/show.css">
|
|
|
</head>
|
|
|
|
...
|
...
|
@@ -33,15 +32,17 @@ |
|
|
</div>
|
|
|
<!-- 内容--1 -->
|
|
|
<notempty name="res['data'][0]">
|
|
|
<div class="show_INMain_con clearfix">
|
|
|
<img class="show_INMain_con1" src="{:cmf_get_image_url($res['data'][0]['avatar'])}" alt="">
|
|
|
<div class="show_INMain_con2 clearfix">
|
|
|
<img class="show_INMain_con3" src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">
|
|
|
<h2>{$res['data'][0]['full_name']}</h2>
|
|
|
<h3>{$res['data'][0]['position']} {$res['data'][0]['trade']}</h3>
|
|
|
<p>{$res['data'][0]['post_excerpt']}</p>
|
|
|
<a href="/portal/region/getStarDetail?id={$res['data'][0]['id']}">
|
|
|
<div class="show_INMain_con clearfix">
|
|
|
<img class="show_INMain_con1" src="{:cmf_get_image_url($res['data'][0]['avatar'])}" alt="">
|
|
|
<div class="show_INMain_con2 clearfix">
|
|
|
<img class="show_INMain_con3" src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">
|
|
|
<h2>{$res['data'][0]['full_name']}</h2>
|
|
|
<h3>{$res['data'][0]['position']} {$res['data'][0]['trade']}</h3>
|
|
|
<p>{$res['data'][0]['post_excerpt']}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
<!--<else/>-->
|
|
|
<!--<div class="show_INMain_con clearfix">-->
|
|
|
<!--<img class="show_INMain_con1" src="__TMPL__/public/assets/starImg/aicon_31.png" alt="">-->
|
...
|
...
|
@@ -57,56 +58,64 @@ |
|
|
<div class="show_3_list">
|
|
|
<ul class="clearfix">
|
|
|
<notempty name="res['data'][1]">
|
|
|
<li>
|
|
|
<img src="{:cmf_get_image_url($res['data'][1]['avatar'])}" alt="">
|
|
|
<div class="show_3_list_txt">
|
|
|
<h1>{$res['data'][1]['full_name']}</h1>
|
|
|
<h2>{$res['data'][1]['position']} {$res['data'][1]['trade']}</h2>
|
|
|
<p>
|
|
|
{$res['data'][1]['post_excerpt']}
|
|
|
</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
<a href="/portal/region/getStarDetail?id={$res['data'][1]['id']}">
|
|
|
<li>
|
|
|
<img src="{:cmf_get_image_url($res['data'][1]['avatar'])}" alt="">
|
|
|
<div class="show_3_list_txt">
|
|
|
<h1>{$res['data'][1]['full_name']}</h1>
|
|
|
<h2>{$res['data'][1]['position']} {$res['data'][1]['trade']}</h2>
|
|
|
<p>
|
|
|
{$res['data'][1]['post_excerpt']}
|
|
|
</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
</a>
|
|
|
</notempty>
|
|
|
<notempty name="res['data'][2]">
|
|
|
<li>
|
|
|
<img src="{:cmf_get_image_url($res['data'][2]['avatar'])}" alt="">
|
|
|
<div class="show_3_list_txt">
|
|
|
<h1>{$res['data'][2]['full_name']}</h1>
|
|
|
<h2>{$res['data'][2]['position']} {$res['data'][2]['trade']}</h2>
|
|
|
<p>
|
|
|
{$res['data'][2]['post_excerpt']}
|
|
|
</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
<a href="/portal/region/getStarDetail?id={$res['data'][2]['id']}">
|
|
|
<li>
|
|
|
<img src="{:cmf_get_image_url($res['data'][2]['avatar'])}" alt="">
|
|
|
<div class="show_3_list_txt">
|
|
|
<h1>{$res['data'][2]['full_name']}</h1>
|
|
|
<h2>{$res['data'][2]['position']} {$res['data'][2]['trade']}</h2>
|
|
|
<p>
|
|
|
{$res['data'][2]['post_excerpt']}
|
|
|
</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
</a>
|
|
|
</notempty>
|
|
|
<notempty name="res['data'][3]">
|
|
|
<li>
|
|
|
<img src="{:cmf_get_image_url($res['data'][3]['avatar'])}" alt="">
|
|
|
<div class="show_3_list_txt">
|
|
|
<h1>{$res['data'][3]['full_name']}</h1>
|
|
|
<h2>{$res['data'][3]['position']} {$res['data'][3]['trade']}</h2>
|
|
|
<p>
|
|
|
{$res['data'][3]['post_excerpt']}
|
|
|
</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
<a href="/portal/region/getStarDetail?id={$res['data'][3]['id']}">
|
|
|
<li>
|
|
|
<img src="{:cmf_get_image_url($res['data'][3]['avatar'])}" alt="">
|
|
|
<div class="show_3_list_txt">
|
|
|
<h1>{$res['data'][3]['full_name']}</h1>
|
|
|
<h2>{$res['data'][3]['position']} {$res['data'][3]['trade']}</h2>
|
|
|
<p>
|
|
|
{$res['data'][3]['post_excerpt']}
|
|
|
</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
</a>
|
|
|
</notempty>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<!-- 内容--3 -->
|
|
|
<notempty name="res['data'][4]">
|
|
|
<div class="show_INMain_con show_3_con3 clearfix">
|
|
|
<img class="show_INMain_con1" src="{:cmf_get_image_url($res['data'][4]['avatar'])}" alt="">
|
|
|
<div class="show_INMain_con2 clearfix">
|
|
|
<img class="show_INMain_con3" src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">
|
|
|
<h2>{$res['data'][4]['full_name']}</h2>
|
|
|
<h3>{$res['data'][4]['position']} {$res['data'][4]['trade']}</h3>
|
|
|
<p>
|
|
|
{$res['data'][4]['post_excerpt']}
|
|
|
</p>
|
|
|
<a href="/portal/region/getStarDetail?id={$res['data'][4]['id']}">
|
|
|
<div class="show_INMain_con show_3_con3 clearfix">
|
|
|
<img class="show_INMain_con1" src="{:cmf_get_image_url($res['data'][4]['avatar'])}" alt="">
|
|
|
<div class="show_INMain_con2 clearfix">
|
|
|
<img class="show_INMain_con3" src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">
|
|
|
<h2>{$res['data'][4]['full_name']}</h2>
|
|
|
<h3>{$res['data'][4]['position']} {$res['data'][4]['trade']}</h3>
|
|
|
<p>
|
|
|
{$res['data'][4]['post_excerpt']}
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
</notempty>
|
|
|
|
|
|
<!--分页-->
|
...
|
...
|
|