|
@@ -64,7 +64,7 @@ $("#closeST").click(function(){
|
|
|
$(".searchTips").hide();
|
|
$(".searchTips").hide();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
-$('.tipFather').hover(function() {
|
|
|
|
|
|
|
+$('.tipGray').hover(function() {
|
|
|
$(".tipContent").removeClass('tipConactive');
|
|
$(".tipContent").removeClass('tipConactive');
|
|
|
}, function() {
|
|
}, function() {
|
|
|
$(".tipContent").addClass('tipConactive');
|
|
$(".tipContent").addClass('tipConactive');
|