主题 : 索引 |
级别: 白丁
![]() |
1# 发表于:2016-11-04 10:13:30 IP:118.190.*.*
|
||||
---|---|---|---|---|---|
级别: 版主
![]() |
2# 发表于:2016-11-04 10:14:21 IP:117.128.*.*
[#if a_index=]class="selected"[/#if]
|
||
---|---|---|---|
级别: 白丁
![]() |
3# 发表于:2016-11-04 10:20:10 IP:118.190.*.*
<div id="topmenu" class="clearfix">
<a href="${base}/member/index.jspx" target="_self" [#if a_index=]class="selected"[/#if]>个人中心</a> <a href=" " target="_self" [#if a_index=]class="selected"[/#if] >活动报名</a> <a href="" target="_self" [#if a_index=]class="selected"[/#if] >设置</a> <a href="" target="_self" [#if a_index=]class="selected"[/#if] >存值</a> <a href="" target="_self" [#if a_index=]class="selected"[/#if] >系统消息</a> </div>这样写就行了吗 外面还得写循环啥的吧 |
||
---|---|---|---|
级别: 版主
![]() |
4# 发表于:2016-11-04 10:22:58 IP:117.128.*.*
[@cms_channel_list]
<dt class="menu_first"> <a href="${site.url!}" target="_blank" ><span>首 页</span></a> </dt> [#list tag_list as c] <dt> <a href="${c.url}" target="_blank" class="selected" ><span>${c.name}</span> </dt> [/#list] [/@cms_channel_list] 列表标签里面就是循环 |
||
---|---|---|---|
级别: 白丁
![]() |
7# 发表于:2016-11-04 10:46:24 IP:118.190.*.*
因为我写得那些东西不用建栏目 我又想实现点击黑色背景得样式 怎么实现啊
|
||
---|---|---|---|