|
@@ -519,6 +519,13 @@ function renderWarningDiag(list,name,number){
|
|
|
$('.moduleItem.warning').append(str)
|
|
|
$('.moduleItem.warning').css("display","block")
|
|
|
}
|
|
|
+
|
|
|
+ $(".pushItemBox").mouseover(function(){
|
|
|
+ $(this).find(".infoImg").css("display","inline-block");
|
|
|
+ });
|
|
|
+ $(".pushItemBox").mouseout(function(){
|
|
|
+ $(this).find(".infoImg").css("display","none");
|
|
|
+ });
|
|
|
}
|
|
|
|
|
|
function renderLis(list,showNum){
|