織夢dede模板下載織夢模板下載列表頁隔行換色標簽代碼
時間: 2018-11-29 13:54
閱讀: 次
作者:素材無憂網(wǎng)
織夢DeDeCms列表頁隔行換色標簽代碼:
CSS代碼:
<style type="text/css">
li a{ COLOR: #fff }
.red{ BACKGROUND-COLOR: red }
.blue{ BACKGROUND-COLOR: blue }
</style>
織夢標簽代碼:
查看源碼打印代碼幫助
{dede:arclist typeid='1' titlelen='40' row='20' typeid="" }
<li [field:global name=autoindex runphp="yes"](@me % 2 == 0)?@me="class='red'":@me="class='blue'";[/field:global]>
<a href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclist}
標簽: