作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

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