<div class="four_block inline_block" >
<img src="/ehouse/img/item/industry/part1.jpg" class="first_show">
<img src="/ehouse/img/item/industry/part11.jpg" class="second_show">
</div>
$(function(){
$(".second_show").hide();
$(".first_show").hover(
function(){
$(this).hide();
$(this).siblings(".second_show").show();
},
function(){
$(this).siblings(".second_show").hide();
$(this).show();
})
})
慕村9548890
相关分类