liting2017 6 年 前
コミット
8623d2e3a4
共有3 個のファイルを変更した8 個の追加0 個の削除を含む
  1. BIN
      img/newMenu/slide_img.png
  2. 7 0
      src/css/newMenu/header.css
  3. 1 0
      src/js/newMenu/index.js

BIN
img/newMenu/slide_img.png


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

@@ -82,6 +82,13 @@
     margin-left: -600px;
     z-index: 999;
 }
+.navHeader .logo_photo{
+    float: right;
+    color: #ff570c;
+    font-weight: 700;
+    font-size: 18px;
+    line-height: 86px;
+}
 .navHeader .nav ul li img {
 	width: 30px;
 	height: 30px;

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

@@ -32,6 +32,7 @@ import 'js/public.js';
 			case 1:window.open(globalConfig.context + `/portal/technologyTrading/demandList.html?name=${key}`);break;
             case 2:window.open(globalConfig.context + `/portal/service/patentList?name=${key}`);break;
             case 3:window.open(globalConfig.context + `/portal/thinkTank/policyList?name=${key}`);break;
+            case 4:window.open(globalConfig.context + `/portal/service/serviceList?name=${key}`);break;
 			default :break;
 		}
 	})