POST TIME:2017-11-30 22:17
文章列表隔行換色可以讓顯示的兩條內(nèi)容有所區(qū)別,很多網(wǎng)站在列表頁里都采用了隔行換色的顯示方法,下面我將織夢(mèng)cms中實(shí)現(xiàn)隔行換色的代碼貼上來,讓需要的朋友可以參考以下代碼進(jìn)行修改。
列表隔5行加一行線:
{dede:list pagesize='50'}
<LI><a href="[field:arcurl /]" title="[field:title function='htmlspecialchars(@me)'/]"
target=_blank>[field:title function="cn_substr(@me,48)"/]</a>[field:pubdate runphp='yes']
$a="<font color=red>".strftime('%m-%d',@me)."</font>";
$b=strftime('%m-%d',@me);
$ntime = time();
$day3 = 3600 * 24;
if(($ntime - @me) < $day3) @me = $a;
else @me =$b;
[/field:pubdate]<br>
[field:global name=autoindex runphp="yes"]
if(@me%5==0)@me="<hr />";
else @me="";
[/field:global]
{/dede:list}
<DIV></DIV></LI>