//色卡弹窗 $(function(){ $('.fix-box-click').click(function(){ let link = $(this).attr('data-href'); var nam =$(this).children().attr('alt'); $('.yx_BigBox').show('slow').addClass('overlay'); $('.yx_BigBox img').attr({'src':link,"alt":nam}); }); $('.yx_BigClose').click(function(){ $('.yx_BigBox').hide('slow').remove('overlay'); $('.yx_BigBox img').attr({'src':'https://omo-oss-image.thefastimg.com/portal-saas/new2023051014331764953/cms/image/abd27c13-7acd-4b56-bac4-8f194c672610.png','alt':'logo'}); }); });