$(function(){ //导航搜索下拉 $("#c_static_001_P_7062-1671430414952 .e_container-22 .cbox-22-0").click(function(){ $("#c_static_001_P_7062-1671430414952 .e_container-23").slideToggle('show'); }); //导航语言下拉 $(".cur_lang").click(function(){ $(".mx_menu").slideToggle(); }); //服务与支持问答 $(document).on('click','#c_static_001-1672036559813 .e_loop-45 .p_loopitem', function () { $(this).find('.e_container-50').toggleClass('active'); $(this).find('.e_richText-51').slideToggle(); }); //导航字体颜色 //var text1 = $(".p_info .p_summary").text() //console.log(text1); //if(text1=='白色'){ // $("#c_static_001_P_7062-1671430414952").addClass("white_text"); //}else if(text1=='黑色'){ // $("#c_static_001_P_7062-1671430414952").addClass("black_text"); //} })