liting2017 6 år sedan
förälder
incheckning
1fb490df31

BIN
img/index/index_xuan.png


BIN
img/index_xuan.png


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

@@ -78,11 +78,11 @@
 }
 
 .navHeader .logo_right {
-	margin-top: 14px;
+	margin-top: 15px;
 	float: left;
 	padding-left: 20px;
 	width: 150px;
-	height: 75px;
+	height: 70px;
 	background: url("../../../img/index/index_xuan.png") no-repeat center center;
     margin-left: 10px;
     background-size:100% 100%; 
@@ -116,7 +116,6 @@
     color: #ff570c;
     font-weight: 700;
     font-size: 18px;
-
 }
 /*2级导航*/
 .navHeader .nav ul li div{

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

@@ -337,7 +337,7 @@
 .patent .patentList ul{
     width: 470px;
     overflow: hidden;
-    border-bottom: 1px solid #efefef;
+    border-top: 1px solid #efefef;
     border-left: 1px solid #efefef;
 }
 .subsidyList a p{
@@ -358,7 +358,7 @@
     height: 55px;
     line-height: 55px;
     border-right: 1px solid #efefef;
-    border-top: 1px solid #efefef;
+    border-bottom: 1px solid #efefef;
 }
 .patent .patentList ul li:hover a p{
    color:#000000;

+ 0 - 2
template/newMenu/services.html

@@ -286,8 +286,6 @@
                                             <li>买专利</li>
                                             <li>国际专利</li>
                                             <li>专利缴费</li>
-                                            <li>专利查询</li>
-                                            <li>外观设计专利</li>
                                         </ul>
                                     </div>
                                 </div>

+ 1 - 1
webpack.config.js

@@ -394,7 +394,7 @@ module.exports = (function () {
             disableHostCheck: true,
             host: '192.168.1.166',
             port: 80,
-            allowedHosts: ['127.0.0.1','192.168.1.222','192.168.1.213'],
+            allowedHosts: ['127.0.0.1','192.168.1.102','192.168.1.213'],
             headers: {
                 "Access-Control-Allow-Origin": "*"
             }