liting2017 6 years ago
parent
commit
b593aa3b25

+ 6 - 0
src/css/newMenu/achievement.css

@@ -704,6 +704,12 @@ hr{
 	width: 100%!important;
 	height: 475px;
 }
+.bannerList .carousel .left, .bannerList .carousel .right ,.carousel-control.left,.carousel-control.right{
+    height: 475px;
+    line-height: 475px;
+    font-size: 60px;
+}
+
 
 
 

+ 5 - 0
src/css/newMenu/demand.css

@@ -763,6 +763,11 @@
 	width: 100%!important;
 	height: 475px;
 }
+.bannerList .carousel .left, .bannerList .carousel .right ,.carousel-control.left,.carousel-control.right{
+    height: 475px;
+    line-height: 475px;
+    font-size: 60px;
+}
 
 
 

+ 13 - 9
src/css/newMenu/patent.css

@@ -22,12 +22,12 @@
     left: 0;
 }
 .patentMenu{
-    width: 1164px;
+     width: 1164px; 
     position: absolute;
     top: 0;
-    left: 50%;
-    transform: translateX(-50%);
-    height: 440px;
+    left: 50%; 
+     transform: translateX(-50%);
+    height: 0px;
 }
 .patentMenu .firstMenu{
     position: absolute;
@@ -36,9 +36,11 @@
     width: 198px;
     height: 452px;
     top: -12px;
-    left: 15px;
+    left: 15px; 
     background: #fff;
     border-radius: 10px 10px 0 0 ;
+    border-left: 1px solid #e0e0e0;
+    border-bottom: 1px solid #e0e0e0;
 }
 .patentMenu .firstMenu a{
     color: #7a7878;
@@ -114,9 +116,11 @@
     left: 213px;
     top:0px;
     background: #fff;
-    height: 100%;
+    height:440px;
     width: 0px;
-    border-top: 1px solid #ccc;
+    border-top: 1px solid #e0e0e0;
+    border-bottom: 1px solid #e0e0e0;
+    border-right: 1px solid #e0e0e0;
     transition: all .3s ease-in-out;
 }
 .secondMenu.active{
@@ -129,7 +133,7 @@
     left: 200px;
     z-index: 50;
     opacity: 0;
-    transition: all .5s ease-in-out;
+    transition: all .3s ease-in-out;
 }
 .secondMenu ul li div{
     width: 180px;
@@ -141,7 +145,7 @@
 }
 .secondMenu ul li.active{
     left: 0;
-    transition: all .5s ease-in-out;
+    transition: all .3s ease-in-out;
     opacity: 1;
 }
 .secondMenu ul li div:first-child{

+ 12 - 0
src/css/newMenu/public.css

@@ -861,7 +861,19 @@ input:-webkit-autofill {
 	width: 100%!important;
 	height: 475px;
 }
+.carousel .carousel-inner a{
+	width: 100%;
+	height: 475px;
+	display: inline-block;
+}
+.bannerList .carousel .left, .bannerList .carousel .right,.carousel-control.left,.carousel-control.right {
+    height: 475px;
+    line-height: 475px;
+    font-size: 60px;
+}
 .carousel img{
 	width: 100%;
+	height: 475px!important;
+	display: inline-block;
 }
 

+ 1 - 1
src/js/newMenu/patent.js

@@ -28,7 +28,7 @@ $(function(){
     //菜单切换
    
     function MenuFun(){
-        $('.firstMenu ul li').click(function(){
+        $('.firstMenu ul li').mouseenter(function(){
             $('.secondMenu').addClass('active');
             let index =$(this).index();
             $(this).addClass('active').siblings().removeClass('active');