dengzhiguo 6 jaren geleden
bovenliggende
commit
e7ab6ba0b7

+ 10 - 4
src/css/facilitator/facilitator.css

@@ -1,8 +1,14 @@
 #facili{width:100%;min-height: 300px;background-color: #fcfcfc;}
-
-
-
-
+#facili>div{width:1200px;margin: 0px auto;}
+.facImg{height:140px;padding:20px 0;display: flex;justify-content: flex-start;}
+.facImg>div:nth-child(1){width:100px;height:100px;background-color:#fff;padding:5px;
+border-radius: 5px;margin-right:30px;}
+.facImg>div>img{width:90px;height:90px;}
+.facImg>div>h3{line-height: 100px;letter-spacing: 2px;}
+
+.facTab>span{font-size: 18px;line-height: 26px;padding:0 15px;border:1px solid #2EA1EA;margin-right: 20px;
+border-radius: 13px;color:#2EA1EA;cursor: pointer;}
+.facTab>span.facActive{background-color: #2EA1EA;color:#fff;}
 
 
 

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

@@ -128,7 +128,7 @@
 .secondMenu ul li{
     position: absolute;
     top: 0;
-    left: 200px;
+    left: 700px;
     z-index: 50;
     opacity: 0;
     transition: all .3s ease-in-out;

+ 3 - 2
src/js/newMenu/patentList.js

@@ -55,13 +55,14 @@ $(function () {
                             })
                         }
                         if (item.indexOf('secondId') > -1) {
+                        	console.log(item.indexOf('secondId'));
                             let secondIds = item.split('=')
                             dataList.secondId = decodeURIComponent(secondIds[1])
                             (dataList.data).map((item,index)=>{
                                 if((item.children).length){
                                     (item.children).map((atem,indexT)=>{
                                         if(dataList.secondId==atem.id){
-                                            if(indexT>=7){
+                                            if(indexT>=3){
                                                 heigFun(index)
                                             };
                                             $('.onSelect .preFirst').css('display', 'block').html(`
@@ -99,7 +100,7 @@ $(function () {
                             if((item.children).length){
                                 (item.children).map((atem,indexT)=>{
                                     if(dataList.secondId==atem.id){
-                                        if(indexT>=7){
+                                        if(indexT>=3){
                                             heigFun(index)
                                         };
                                         $('.onSelect .preFirst').css('display', 'block').html(`

+ 2 - 2
template/newMenu/facilitator/facilitator.html

@@ -9,7 +9,7 @@
     <link rel="stylesheet" href="../../../src/css/bootstrap.css">
 	<link rel="stylesheet" href="../../../src/css/newMenu/header.css">
 	<link rel="stylesheet" href="../../../src/css/newMenu/public.css">
-	<link rel="stylesheet" href="../../../src/css/newMenu/facilitator/facilitator.css"> 
+	<link rel="stylesheet" href="../../../src/css/facilitator/facilitator.css"> 
 </head>
 <body>
     <div class="header">
@@ -268,7 +268,7 @@
     		</div>
     	</div>
     	<div class="facTab">
-    		<span>首页</span>
+    		<span class="facActive">首页</span>
     		<span>所有项目</span>
     	</div>
     	<div calss="facFirst">