主题 : 新闻页显示条数不对 |
级别: 会元
![]() |
5# 发表于:2017-06-07 10:14:10 IP:61.215.*.*
<body>
[#include "../include/top.html"/] [#include "../include/header.html"/] <div class="main container clearfix"> <section class="w860"> <section class="hot"> <div class="hot-nav"><h1><span>新闻资讯</span></h1></div> [@cms_content_page count='10' orderBy='4' channelId='75' channelOption='0' dateFormat='yyyy-MM-dd HH-mm'] [#list tag_pagination.list as a] [#if a_index>2] <div class="item clearfix" [#if a_index<1]style="border-top:none;"[/#if]> [#if a.typeImg??]<a href="${a.url}" target="_blank" class="img" style="background:url(${a.typeImg!}) no-repeat;background-size:cover;background-position:center center;"></a>[/#if] <div class="text"> <h1><a href="${a.url}" target="_blank">${a.title}</a></h1> <div class="des">[#if a.typeImg??][@text_cut s=a.description len=116 append='...'/][#else][@text_cut s=a.description len=176 append='...'/][/#if]</div> <div class="fl"><span class="ch">${a.ctgName}<em>${a.date?string(dateFormat)}</em></span></div> </div> </div> [/#if] [/#list] [#include "../include/page.html"/] [/@cms_content_page] </section> </section> </div> [#include "../include/footer.html"/] </body> |
||
---|---|---|---|
级别: 会元
![]() |
10# 发表于:2017-06-07 10:19:35 IP:61.215.*.*
<body>
[#include "../include/top.html"/] [#include "../include/header.html"/] <div class="main container clearfix"> <section class="w860"> <section class="hot"> <div class="hot-nav"><h1><span>新闻资讯</span></h1></div> [@cms_content_page count='10' orderBy='4' channelId='75' channelOption='0' dateFormat='yyyy-MM-dd HH-mm'] [#list tag_pagination.list as a] <div class="item clearfix" [#if a_index<1]style="border-top:none;" [#if a.typeImg??]<a href="${a.url}" target="_blank" class="img" style="background:url(${a.typeImg!}) no-repeat;background-size:cover;background-position:center center;"></a>[/#if] <div class="text"> <h1><a href="${a.url}" target="_blank">${a.title}</a></h1> <div class="des">[#if a.typeImg??][@text_cut s=a.description len=116 append='...'/][#else][@text_cut s=a.description len=176 append='...'/][/#if]</div> <div class="fl"><span class="ch">${a.ctgName}<em>${a.date?string(dateFormat)}</em></span></div> </div> </div> [/#if] [/#list] [#include "../include/page.html"/] [/@cms_content_page] </section> </section> </div> [#include "../include/footer.html"/] </body> |
||
---|---|---|---|