靈動標(biāo)簽代碼:
[e:loop={35,10,0,0,'','newstime DESC'}]
$day=date('Ymd',$bqr[newstime]);
if(!$n){
$n=0;
}
if($bqno==1){
$d=$day;
$class='class="t'.$n.'"';
}else{
if($d==$day){
$class='class="t'.$n.'"';
}else{
$n++;
$class='class="t'.$n.'"';
$d=$day;
}
}
?>>=$bqr['title']?>_______[=date('Ymd',$bqr[newstime])?>]
[/e:loop]
注意:=$class?>為class的css樣式
--------------------------------------------------------------------------------------
css樣式:
.t0 {
color: #DC143C;
text-decoration: none;
}
.t1 {
color: #FF1493;
text-decoration: none;
}
.t2 {
color: #0000FF;
text-decoration: none;
}
.t3 {
color: #008000;
text-decoration: none;
}
.t4 {
color: #FF4500;
text-decoration: none;
}
.t5 {
color: #00FF7F;
text-decoration: none;
}
注意:可以加和多個,因?yàn)樯厦娴?個(t0-t5)css顏色,剩下的將為默認(rèn)的系統(tǒng)顏色
一般如果靈動標(biāo)簽調(diào)用10條信息就設(shè)置10個css顏色,既:10條信息對應(yīng)10個日期時間
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!
轉(zhuǎn)載請注明: 帝國CMS靈動標(biāo)簽同日信息顏色相同(不同時間文章信息不同顏色)