当前位置: 首页 > 站长资讯 > 正文页面

dedecms v5.7文章列表“隔行换色”效果

使用文章列表隔行换色可以让显示的两条内容有所区别,很多网站在列表页里都采用了隔行换色的显示方法,下面我就把在dedecms v5.7 中实现隔行换色的代码贴上来.r2h网站目录_网站网址收录与提交入口

让各位喜欢dedecms的朋友可以参考以下代码进行修改,以实现自己想要的显示效果。r2h网站目录_网站网址收录与提交入口

列表隔5行加一行线:r2h网站目录_网站网址收录与提交入口

{dede:list pagesize='50'}r2h网站目录_网站网址收录与提交入口

<LI><a href="[field:arcurl /]" title="[field:title function='htmlspecialchars(@me)'/]"r2h网站目录_网站网址收录与提交入口

target=_blank>[field:title function="cn_substr(@me,48)"/]</a>[field:pubdate runphp='yes']r2h网站目录_网站网址收录与提交入口

$a="<font color=red>".strftime('%m-%d',@me)."</font>";r2h网站目录_网站网址收录与提交入口

$b=strftime('%m-%d',@me);r2h网站目录_网站网址收录与提交入口

$ntime = time();r2h网站目录_网站网址收录与提交入口

$day3 = 3600 * 24;r2h网站目录_网站网址收录与提交入口

if(($ntime - @me) < $day3) @me = $a;r2h网站目录_网站网址收录与提交入口

else @me =$b;r2h网站目录_网站网址收录与提交入口

[/field:pubdate]<br>r2h网站目录_网站网址收录与提交入口

[field:global name=autoindex runphp="yes"]r2h网站目录_网站网址收录与提交入口

if(@me%5==0)@me="<hr />";r2h网站目录_网站网址收录与提交入口

else @me="";r2h网站目录_网站网址收录与提交入口

[/field:global]r2h网站目录_网站网址收录与提交入口

{/dede:list}r2h网站目录_网站网址收录与提交入口

<DIV></DIV></LI>r2h网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章