|
@@ -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;
|