迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
http://dljz.tianrongcms.cn/index.php?c=category&id=19
这一页点击后的css效果为何出不来呢?
附上代码:
<li class={if $c.id == cat.cid} class="active open" {if} >
class 里面套 class 是啥写法 ,看下下面哪个能用到 <li {if $c.id == cat.cid} class="active open" {if} > <li class="{if $c.id == cat.cid}active open{if}" >
改了下少了个 $ <li {if $c.id == $cat.cid} class="active open" {if} > <li class="{if $c.id == $cat.cid}active open{if}" >
{category module=share pid=$top.id} <li class=" {if IS_SHARE && $catid && in_array($catid, $t.catids)} active {/if}" > <a href="{$t.url}">{$t.name}</a> </li> {/category}
{loop $related $c}
<li {if $c.id==$cat.id} class="active"{/if} >
<a href="{$c.url}" title="{$c.name}">{$c.name}</a></li>
{/loop}
这样就可以了呢?
代码错了, >改成}
{loop $related $c}
<li {if $c.id==$cat.id} class="active"{/if} >
<a href="{$c.url}" title="{$c.name}">{$c.name}</a></li>
{/loop}
这样就可以了呢?