...
|
...
|
@@ -166,6 +166,7 @@ |
|
|
|
|
|
//点击查询单个文章
|
|
|
function neiro(id){
|
|
|
$('.ce1'+{$category}).children('h2').css({color:""});
|
|
|
$('.ce1_2_Li_title').children('h3').css({color:""});
|
|
|
$('.ce'+id).children('h3').css({color:"red"});
|
|
|
|
...
|
...
|
@@ -174,7 +175,7 @@ |
|
|
$('.biaoti').text(shuju.post_title);
|
|
|
$('.zhaiyao').text(shuju.post_excerpt);
|
|
|
$('.pro_right_txt').html(shuju.post_content);
|
|
|
$('.pro_height').css({height:'384px',overflow: 'hidden'});
|
|
|
|
|
|
$('.pro_btn').remove();
|
|
|
/*$('.pro_right_txt').after("<div class='pro_btn'>显示更多</div>");
|
|
|
$('.aside_son').remove();*/
|
...
|
...
|
|