...
|
...
|
@@ -196,7 +196,8 @@ |
|
|
|
|
|
//点击查询单个文章
|
|
|
function neiro(id){
|
|
|
$('.ce1'+{$category}).children('h2').css({color:""});
|
|
|
//$('.ce1'+{$category}).children('h2').css({color:""});
|
|
|
$('.ce1_title').children('h2').css({color:""});
|
|
|
$('.ce1_2_Li_title').children('h3').css({color:""});
|
|
|
$('.ce'+id).children('h3').css({color:"red"});
|
|
|
|
...
|
...
|
|