...
|
...
|
@@ -106,14 +106,7 @@ |
|
|
})
|
|
|
|
|
|
|
|
|
$(function(){
|
|
|
|
|
|
$('.ce'+{$category}).children('h2').css({color:"red"});
|
|
|
//$('.ce1'+{$category}).children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
|
|
|
$('.ce1'+{$category}).parent().parent().prev().next('.ce1_2').slideDown();
|
|
|
$('.ce1'+{$category}).parent().parent().prev().children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
|
|
|
$('.ce1'+{$category}).children('h3').css({color:"red"});
|
|
|
})
|
|
|
|
|
|
//点击产品中心
|
|
|
function chanpin(){
|
...
|
...
|
@@ -135,7 +128,7 @@ |
|
|
|
|
|
$('.ce1_title').children('h2').css({color:""});
|
|
|
$('.ce1_2_Li_title').children('h3').css({color:""});
|
|
|
$('.ce1'+id).children('h2').css({color:"red"});
|
|
|
$('.ce'+id).children('h2').css({color:"red"});
|
|
|
$.post("{:url('Product/erji')}",{id:id},function(data){
|
|
|
shuju = JSON.parse(data);
|
|
|
$('.biaoti').text(shuju.post_title);
|
...
|
...
|
|