|
@@ -575,8 +575,8 @@ $(".search-icon").click(function () {
|
|
|
);
|
|
|
/*2.0首页菜单*/
|
|
|
$(".nav-main").click(function () {
|
|
|
- $(this).addClass("active").children(".nav-dropdown").slideDown("fast");
|
|
|
- $(this).siblings(".nav-main").removeClass("active").children(".nav-dropdown").slideUp("fast");
|
|
|
+ $(this).addClass("active").children(".nav-drop").slideDown("fast");
|
|
|
+ $(this).siblings(".nav-main").removeClass("active").children(".nav-drop").slideUp("fast");
|
|
|
}
|
|
|
);
|
|
|
// $(".nav-dropdown dl").click(function () {
|
|
@@ -590,6 +590,7 @@ $(".nav-dropdown dl").click(function () {
|
|
|
$(this).children("dt").addClass("active").siblings(".nav-dropdown-content").show();
|
|
|
var height = $(this).children("dt").addClass("active").siblings(".nav-dropdown-content").height();
|
|
|
$(this).parent().height(height);
|
|
|
+ $(this).width(400);
|
|
|
$(this).siblings("dl").children("dt").removeClass("active").siblings(".nav-dropdown-content").hide();
|
|
|
}
|
|
|
);
|