liting2017 6 éve%!(EXTRA string=óta)
szülő
commit
ba9f92836d

+ 8 - 2
src/css/newMenu/companyProfile.css

@@ -2,7 +2,7 @@
     border-bottom:3px solid #eaeaea;
 }
 .componyLogo{
-    width:600px;
+    width:800px;
     height: 80px;
     z-index: 50;
     position: relative;
@@ -125,7 +125,13 @@
     float: right;
 }
 .txtIntroduce .btnTxt .companyName{
-    vertical-align: top
+    width: 160px;
+    display: inline-block;
+    overflow: hidden;
+    white-space:nowrap; 
+    text-overflow:ellipsis; 
+    -o-text-overflow:ellipsis;
+    vertical-align: top;
 }
 .componyService ul li:hover{
     box-shadow: 0 4px 10px #ccc;

+ 23 - 2
src/css/newMenu/index.css

@@ -2,8 +2,9 @@
     float: right;
     height: 90px;
     line-height: 90px;
-    color: #1697e9;
-    font-size: 14px;
+    color: #ff570c;
+    font-size: 20px;
+    font-weight: 700
 }
 .topNav{
     border:none!important;
@@ -12,6 +13,16 @@
     position: relative;
     overflow: hidden;
 }
+
+.bannerList .carousel .carousel-inner img{
+    width: 100%;
+    height: 475px;
+}
+.bannerList .carousel .left,.bannerList .carousel .right{
+    height: 475px;
+    line-height: 475px;
+    transform: scale(3)
+}
 .indexSearch{
     width: 1200px;
     padding: 0 34px;
@@ -226,6 +237,11 @@
     color:#ffffff;
     font-size: 14px;
     text-align: left;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:3;
 }
 .handle .more:hover{
     color: #1697e9;
@@ -337,6 +353,11 @@
     left: 50%;
     top: 100%;
     text-align: left;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:6;
 }
 .RecommendBody .RecommendImg{
     width: 586px;

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

@@ -337,10 +337,20 @@
     font-size: 20px;
     color: #1f1f1f;
     margin-bottom: 16px;
+    transition: all .2s ease-in-out;
+    overflow: hidden;
+    white-space:nowrap; 
+    text-overflow:ellipsis; 
+    -o-text-overflow:ellipsis;
 }
 .txt .wrapperTxt p{
     font-size: 16px;
-    color: #40acff;
+    color: #919292;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:2;
 }
 .txt .wrapperTxt p span{
     display: inline-block;
@@ -355,6 +365,13 @@
     transform: scale(1.1);
     transition: all .4s ease-in-out;
 }
+.newRelease li:hover h4{
+    color: #1697e9;
+    margin-left: 10px;
+    margin-left: 50%;
+    transform: translateX(-50%);
+    transition: all .2s ease-in-out;
+}
 /* 专利服务 */
 .patentService{
     width: 100%;
@@ -614,6 +631,11 @@
 .Encyclopedias ul li .EncyclopediasTxt p{
     font-size: 14px;
     color: #7a7878;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:4;
 }
 .Encyclopedias .more{
     margin-bottom: 50px;

+ 1 - 0
src/css/newMenu/shopList.css

@@ -144,6 +144,7 @@
     width: 168px;
     font-size: 16px;
     position: absolute;
+    overflow: hidden;
     top: 50%;
     left: 0;
     transform: translate(0, -50%)

+ 10 - 1
src/css/newMenu/tradingIndex.css

@@ -153,6 +153,10 @@
     font-size: 18px;
     color: #1f1f1f;
     text-align: left;
+    overflow: hidden;
+    white-space:nowrap; 
+    text-overflow:ellipsis; 
+    -o-text-overflow:ellipsis;
 }
 .patentAchievementList ul li a{
     display: inline-block;
@@ -161,7 +165,7 @@
     line-height: 30px;
     border: 2px solid #40acff;
     color: #40acff;
-    margin-top: 50px;
+    margin-top: 40px;
 }
 .patentAchievementListBj{
     background: #f9f9f9;
@@ -280,6 +284,7 @@
 .patentSolveBody>a:hover{
     background: #1697e9;
     color: #ffffff;
+    border-color:#1697e9;
 }
 /*知识产权交易政策  */
 
@@ -453,6 +458,10 @@
     padding: 0 10px;
     height: 42px;
     line-height: 42px;
+    overflow: hidden;
+    white-space:nowrap; 
+    text-overflow:ellipsis; 
+    -o-text-overflow:ellipsis;
     border-bottom: 1px dotted #b5b5b5;
 }
 .expertList ul li h3 span{