$(function(){ $('#c_navigation_0061635239687823').removeClass('fixed'); $("#c_static_001-1654772571765 .e_loop-10 .p_loopitem").eq(0).hover(function(){ $(this).find(".e_image-12").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/f8a79363-dcbd-472e-8b54-ec69a74aa2a5.png"); },function(){ $(this).find(".e_image-12").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/9814c0bb-5e82-4900-a2c6-df7e0852bc82.png"); }) $("#c_static_001-1654772571765 .e_loop-10 .p_loopitem").eq(1).hover(function(){ $(this).find(".e_image-12").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/ef04616e-0448-4a46-8a6f-8bae0429aade.png"); },function(){ $(this).find(".e_image-12").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/a2247299-33fd-4001-8237-0b5e8026df62.png"); }) $("#c_static_001-1654772571765 .e_loop-10 .p_loopitem").eq(2).hover(function(){ $(this).find(".e_image-12").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/bf302055-3789-4fa6-a8a8-78b8b9e362fb.png"); },function(){ $(this).find(".e_image-12").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/0fa9cab9-1bf6-454c-99aa-75791dff0331.png"); }) $("#c_static_001-1654772571765 .e_loop-10 .p_loopitem").hover(function(){ $(this).find(".e_image-17").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/3b423d96-dd88-4be5-964a-cbde4265fc86.png"); },function(){ $(this).find(".e_image-17").find("img").attr("src","https://omo-oss-image.thefastimg.com/portal-saas/new2022032918034592940/cms/image/66fe04a2-4bf3-40ba-9434-62b3b0df84ed.png"); }) })  setTimeout(function(){         $('#c_navigation_0061635239687823').removeClass('fixed')   },500);    $(document).scroll(function(){ if(window.scrollY >= 1){/*80为滚动条距离顶部的距离*/ $('#c_navigation_0061635239687823').addClass('fixed');/*获取某个div的ID,满足条件后添加‘beijing’类名class*/ }else{/*不满足条件的时候执行*/ $('#c_navigation_0061635239687823').removeClass('fixed') } }); /* 1、使用时可自由设置距离顶部的高度 2、只需将div#c_grid-116273709439191中的#c_grid-116273709439191这一段替换即可 3、beijing类名如不满足可自由编辑为其他类名 4、具体实现的样式需要自行到样式文件里定义beijing或者已修改为其他的类名样式 */