正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -196,7 +196,8 @@ | @@ -196,7 +196,8 @@ | ||
196 | 196 | ||
197 | //点击查询单个文章 | 197 | //点击查询单个文章 |
198 | function neiro(id){ | 198 | function neiro(id){ |
199 | - $('.ce1'+{$category}).children('h2').css({color:""}); | 199 | + //$('.ce1'+{$category}).children('h2').css({color:""}); |
200 | + $('.ce1_title').children('h2').css({color:""}); | ||
200 | $('.ce1_2_Li_title').children('h3').css({color:""}); | 201 | $('.ce1_2_Li_title').children('h3').css({color:""}); |
201 | $('.ce'+id).children('h3').css({color:"red"}); | 202 | $('.ce'+id).children('h3').css({color:"red"}); |
202 | 203 |
-
请 注册 或 登录 后发表评论