栏目标题
{dede:include filename="head_m.htm"/}
{dede:type}[field:typename/]{/dede:type}
栏目内容
{dede:field.content/}
栏目列表
这里写代码片
栏目分页带css
这里写代码片
调用子栏目导航变色
<div class="sitemap1">
<ul>
{dede:channel type='son' row='10' currentstyle="
<li class='hover'><a href='list.php?tid=~id~' ~rel~><span>~typename~</span></a> </li>
"}
<li><a href="list.php?tid=[field:id/]" title="[field:typename/]">[field:typename/]</a>
{/dede:channel}
</ul>
</div>
/*教练页导航*/
.sitemap1 {width:100%; margin:0 auto; overflow:hidden;}
.sitemap1 ul{ width:94%; margin:0 auto; margin-bottom:0.1rem; overflow:hidden;}
.sitemap1 ul li{ width:33.3%; height:0.52rem; line-height:0.52rem; text-align:center; margin-top:0.1rem; margin-bottom:0.1rem;
float:left; overflow:hidden;}
.sitemap1 ul li a{ display:block; width:90%; background:url(dhbg2.png) no-repeat center; background-size:100% 100%;
color:#271111; font-size:0.18rem;}
.sitemap1 ul li a:hover{ background:url(dhbg1.png) no-repeat center; background-size:100% 100%; color:#a34f11; text-decoration:none;}
.sitemap1 ul li.hover a{ background:url(dhbg1.png) no-repeat center; background-size:100% 100%; color:#a34f11; text-decoration:none;}