...
|
...
|
@@ -26,8 +26,8 @@ |
|
|
<div class="show_7_con">
|
|
|
<!-- 内容模块1 -->
|
|
|
<volist name="res['data']" id="vo" offset="0" length="1">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<div class="show_7_con1 clearfix">
|
|
|
<div class="show_7_con1 clearfix">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
|
|
|
<div class="show_7_con1_txt">
|
|
|
<h1>{$vo.post_title}</h1>
|
...
|
...
|
@@ -36,13 +36,13 @@ |
|
|
</p>
|
|
|
<span>{$vo.create_time|date="Y-m-d",###}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
</a>
|
|
|
</div>
|
|
|
</volist>
|
|
|
<!-- 内容模块2 -->
|
|
|
<volist name="res['data']" id="vo" offset="1" length="2">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<div class="show_7_con2 clearfix">
|
|
|
<div class="show_7_con2 clearfix">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
|
|
|
<div class="show_7_con2_txt">
|
|
|
<h1>{$vo.post_title}</h1>
|
...
|
...
|
@@ -51,13 +51,13 @@ |
|
|
</p>
|
|
|
<span>{$vo.create_time|date="Y-m-d",###}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
</a>
|
|
|
</div>
|
|
|
</volist>
|
|
|
<!-- 内容模块3 -->
|
|
|
<volist name="res['data']" id="vo" offset="3" length="1">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<div class="show_7_con3 clearfix">
|
|
|
<div class="show_7_con3 clearfix">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<div class="show_7_con3_txt">
|
|
|
<h1>{$vo.post_title}</h1>
|
|
|
<p>
|
...
|
...
|
@@ -66,14 +66,14 @@ |
|
|
<span>{$vo.create_time|date="Y-m-d",###}</span>
|
|
|
</div>
|
|
|
<img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
|
|
|
</div>
|
|
|
</a>
|
|
|
</a>
|
|
|
</div>
|
|
|
</volist>
|
|
|
|
|
|
<!-- 内容模块2 -->
|
|
|
<volist name="res['data']" id="vo" offset="4" length="2">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<div class="show_7_con2 clearfix">
|
|
|
<div class="show_7_con2 clearfix">
|
|
|
<a href="/portal/region/getNewsDetail?id={$vo.id}">
|
|
|
<img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
|
|
|
<div class="show_7_con2_txt">
|
|
|
<h1>{$vo.post_title}</h1>
|
...
|
...
|
@@ -82,8 +82,8 @@ |
|
|
</p>
|
|
|
<span>{$vo.create_time|date="Y-m-d",###}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
</a>
|
|
|
</div>
|
|
|
</volist>
|
|
|
<!--分页-->
|
|
|
<div class="pagination">
|
...
|
...
|
|