dengzhiguo 6 years ago
parent
commit
65442fb81e
3 changed files with 6 additions and 9 deletions
  1. 3 3
      src/css/inded.css
  2. 2 2
      src/css/newMenu/header.css
  3. 1 4
      src/js/public.js

+ 3 - 3
src/css/inded.css

@@ -1,8 +1,8 @@
-.header div>div.APP{float:left;position: relative;cursor: pointer;padding: 0 10px;}
+/*.header div>div.APP{float:left;position: relative;cursor: pointer;padding: 0 10px;}
 div.APP>div.xialaewm{width:230px;height:120px;position: absolute;margin-left:0px;float: none;
 display:none;justify-content: space-between;background-color: #fff;}
 div.APP:hover>div.xialaewm{display:flex;}
-div.APP:hover{background-color: #fff;}
+div.APP:hover{background-color: #fff;}*/
 
 .search-inp a.zaixian{right:150px;background-color: #1797E9;}
 .searchImg{position: absolute;top:10px;right:20px;z-index: 10;cursor: pointer;}
@@ -109,4 +109,4 @@ border-radius: 5px;margin-top:15px;float: right;text-align: center;color:#1596E8
 }
 .brands>div>img.ani{animation: imgani 4s linear  1 normal;animation-fill-mode: forwards;}
 .brands>div>img.bni{animation: imgbni 4s linear  1 normal;animation-fill-mode: forwards;}
-.carousel-control{height:476px!important;line-height: 476px!important;text-shadow:#fff!important;}
+.carousel-control{top:49%;}

+ 2 - 2
src/css/newMenu/header.css

@@ -57,8 +57,8 @@
     margin-left: 6px;
 }
 .header div>div.APP{float:left;position: relative;cursor: pointer;}
-div.APP>div.xialaewm{width:230px;height:120px;position: absolute;margin-left:0px;float: none;
-display:none;justify-content: space-between;background-color: #fff;z-index: 100;}
+div.APP>div.xialaewm{width:120px;height:260px;position: absolute;margin-left:0px;float: none;
+/*display:none;*/justify-content: space-between;background-color: #fff;z-index: 100;}
 div.APP:hover>div.xialaewm{display:flex;}
 .webkitDown{
     width: 12px;

+ 1 - 4
src/js/public.js

@@ -497,12 +497,9 @@ $(function(){
 	//banner 箭头高度处理
 	
 	function bannerFun(){
-		
 		let imgH = $('.carousel-inner div').eq(0).find('img').innerHeight();
-		console.log(imgH);
 		$('.carousel-control').css({'height':(imgH)+'px','line-height':(imgH)+'px'})
-		console.log($(".carousel-control").css("height"));
 	}
-	bannerFun();
+	//bannerFun();
 });