大体思想如下:$(".requ").hover(function(){ $(this).css("background","red"); $(this).siblings(".requ").css("background","gray");})