liting2017 6 years ago
parent
commit
e0f935cac9

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

@@ -443,7 +443,7 @@
     text-align: center;
     overflow: hidden;
     width: 100%;
-    height:0%;
+    height:100%;
     background: rgba(152, 154, 156, 0.7);
     top: 0;
     left: 0;

+ 1 - 1
src/css/newMenu/landingPage/continueHighApp.css

@@ -100,7 +100,7 @@
     width: 8px;
     height:8px;
     border-radius: 50%;
-    background: #40566b;
+    background: #fff;
     vertical-align: top;
     margin-right:10px;
     margin-top:6px;

+ 3 - 3
src/css/newMenu/tradingIndex.css

@@ -79,7 +79,7 @@
 .patentAchievementList .patentAchievLeft .remark{
     position: absolute;
     width: 100%;
-    height: 0;
+    height: 100%;
     overflow: hidden;
     left: 0;
     bottom: 0;
@@ -93,9 +93,9 @@
     transition: all .2s ease-in-out
 }
 .patentAchievementList .patentAchievLeft .remark p{
-    margin-left: 122px;
+    margin-left: 70px;
     margin-top: 72px;
-    width: 188px;
+    width: 220px;
     font-size: 18px;
     color: #ffffff;
     overflow: hidden;

+ 1 - 0
template/index.html

@@ -3,6 +3,7 @@
 
 <head>
 	<meta charset="UTF-8">
+	<link rel="shortcut icon " type="images/x-icon" href="../img/ico_logo.png">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 	<meta http-equiv="X-UA-Compatible" content="ie=edge">
 	<title>首页</title>

+ 1 - 0
template/newMenu/achievement.html

@@ -3,6 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
+    <link rel="shortcut icon " type="images/x-icon" href="../../img/ico_logo.png">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>科技成果</title>