var imags = document.querySelectorAll('#c_static_001-1668737428617 .e_loop-88 .cbox-88') imags.forEach((i)=>{ i.onmouseover=function(){ this.children[0].style.marginTop='-10px'; this.children[1].style.marginTop='-10px'; this.children[1].children[0].src="https://omo-oss-image.thefastimg.com/portal-saas/new2022102118231661216/cms/image/f26291a3-e63c-458c-9373-30f42bf06df7.png?1669009798083"; } //获取下标 i.onmouseout = function() { this.children[0].style.marginTop = '0px'; this.children[1].style.marginTop = '0px'; this.children[1].children[0].src = "https://omo-oss-image.thefastimg.com/portal-saas/new2022102118231661216/cms/image/2d6511ae-993a-41b4-b35a-49eeb9628e45.png?1669001787972"; } })