dengzhiguo 6 years ago
parent
commit
2142c5d74d
3 changed files with 8 additions and 9 deletions
  1. 1 1
      src/css/inded.css
  2. 7 3
      src/css/newMenu/header.css
  3. 0 5
      src/js/newMenu/index.js

+ 1 - 1
src/css/inded.css

@@ -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{top:49%;}
+.carousel-control{top:38%;background-image: none!important;}

+ 7 - 3
src/css/newMenu/header.css

@@ -56,10 +56,14 @@
     background-size:100% 100%; 
     margin-left: 6px;
 }
-.header div>div.APP{float:left;position: relative;cursor: pointer;}
-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;}
+.header div>div.APP{float:left;position: relative;cursor: pointer;padding: 0 10px;}
+div.APP>div.xialaewm{width:240px;height:120px;position: absolute;margin-left:-10px;float: none;padding: 10px;
+display:none;justify-content: space-between;background-color: #fff;z-index: 100;text-align: center;}
+div.APP>div.xialaewm>div{margin-left:0px;vertical-align: auto;}
 div.APP:hover>div.xialaewm{display:flex;}
+div.APP:hover{background-color: #fff;}
+
+
 .webkitDown{
     width: 12px;
     height: 8px;

+ 0 - 5
src/js/newMenu/index.js

@@ -50,11 +50,6 @@ import 'js/public.js';
 //			default :break;
 //		}
 	})
-	$(".zaixian").click(function(){
-		//window.open(globalConfig.context + `user/account/index.html#/evaluate`);
-		
-	
-	})
 	function task(){
 		if($(".brands>div>img:nth-child(1)").hasClass("active")){
 			$(".brands>div>img:nth-child(3)").css("opacity","0");