帝国CMS灵动标签同日信息颜色相同(不同时间文章信息不同颜色)
灵动标签代码:
[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;
}
}
?>” target=”_blank” >_______[]
[/e:loop]
注意:为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;
}
注意:可以加和多个,因为上面的6个(t0-t5)css颜色,剩下的将为默认的系统颜色
一般如果灵动标签调用10条信息就设置10个css颜色,既:10条信息对应10个日期时间
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。