@@ -3,6 +3,12 @@
color: #1d1d1d;
text-decoration: none;
word-break: break-all;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ max-height: 55px;
}
.tslist .keyword{
color:#2cb7ca;
@@ -15,16 +21,9 @@
/*font-size:16px;*/
/*font-weight:500;*/
padding-left:25px;
- float:left;
line-height:24px;
color: #1D1D1D;
font-size: .32rem;
- text-align: justify;
- text-overflow: ellipsis;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
.resnumb{
position: relative;
@@ -766,10 +766,6 @@
.blue{
color:#0987ff;
- .resnumb .two{
- max-height: 45px;
- }
#gotosetpage{
width: 54px;
position: fixed;