首页 > 下载中心 > 下载中心 > 工具下载 >

工具下载

相关下载

$(function(){ /* $('.allcpzdcon').cycle({ pager: '#cptytitle', pause:1, speed:400, fx: 'blindX', tagname: ["关键领域体验","行业应用体验"] });*/ //图片文字切换 $(".cptydlqh>.ddcon").hover(function(){ $(this).children(".pic").animate({marginTop:"-152px"},200); },function(){ $(this).children(".pic").animate({marginTop:"0"},200); }); //视频弹出框 $(".module_mask").css("opacity","0.3"); $(".video").click(function(){ $('.module_mask').fadeIn(); $('.video0') .fadeIn() .css('top',$(window).scrollTop()+150); $(".video0").children("div").html(""); $(".video0").children("h5").html($(this).attr("title")); }); $('.module_video button').click(function(){ //$(this).parents(".module_video").children("div").html(""); //$(this).offsetParent().hide(); $(".video0").children("div").html(""); $('.module_mask').fadeOut(); $(".module_video").fadeOut(); }) })