当前位置 : 首页> 企业
暂无数据
服务商推荐 更多

在线
客服

在线客服服务时间:9:00-17:00

选择下列服务进行在线沟通:

客服
热线

0551-64651822
7*7小时客服服务热线

关注
微信

关注官方微信
顶部
友情链接: 中国生产力促进中心协会 合肥国家高新技术产业开发区 合肥科技局 中国展会网
$(function(){ //头部导航动画 var winHeight = $(document).scrollTop(); $(window).scroll(function() { var scrollY = $(document).scrollTop(); if (scrollY > 60){ $('.top-title').addClass('hiddened'); } else { $('.top-title').removeClass('hiddened'); } if (scrollY > winHeight){ //如果没滚动到顶部,删除显示类,否则添加显示类 $('.top-title').removeClass('showed'); } else { $('.top-title').addClass('showed'); } }); $(".show_more").on("click",function(){ var text_name=$(this).text(); if(text_name=="更多>>"){ $(this).text("收起>>").css("margin-left","75px"); $(this).siblings(".more").show().css("margin-left","64px"); }else{ $(this).text("更多>>"); $(this).siblings(".more").hide(); } }); });