|
|
@@ -1,13 +1,3 @@
|
|
|
-/* ========================================================================= */
|
|
|
-/* Preloader
|
|
|
-/* ========================================================================= */
|
|
|
-
|
|
|
-jQuery(window).load(function(){
|
|
|
-
|
|
|
- $("#preloader").fadeOut("slow");
|
|
|
-
|
|
|
-});
|
|
|
-
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
// 分类过滤排序插件
|
|
|
@@ -54,17 +44,17 @@ $(document).ready(function(){
|
|
|
// }
|
|
|
// });
|
|
|
// 顶部导航高度变化
|
|
|
- $(window).scroll(function () {
|
|
|
- if ($(window).scrollTop() > 10) {
|
|
|
- $(".navbar-brand a").css("color","#fff");
|
|
|
- $("#navigation").addClass("animated-header");
|
|
|
- $(".el-menu--popup-bottom-start").css("margin-top","15px")
|
|
|
- } else {
|
|
|
- $(".navbar-brand a").css("color","inherit");
|
|
|
- $("#navigation").removeClass("animated-header");
|
|
|
- $(".el-menu--popup-bottom-start").css("margin-top","5px")
|
|
|
- }
|
|
|
- });
|
|
|
+ // $(window).scroll(function () {
|
|
|
+ // if ($(window).scrollTop() > 10) {
|
|
|
+ // $(".navbar-brand a").css("color","#fff");
|
|
|
+ // $("#navigation").addClass("animated-header");
|
|
|
+ // $(".el-menu--popup-bottom-start").css("margin-top","15px")
|
|
|
+ // } else {
|
|
|
+ // $(".navbar-brand a").css("color","inherit");
|
|
|
+ // $("#navigation").removeClass("animated-header");
|
|
|
+ // $(".el-menu--popup-bottom-start").css("margin-top","5px")
|
|
|
+ // }
|
|
|
+ // });
|
|
|
|
|
|
/* ========================================================================= */
|
|
|
/* Fix Slider Height
|