wcj 5 жил өмнө
parent
commit
836debe552

+ 6 - 7
src/web/staticres/css/wxlist.css

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

+ 0 - 4
src/web/templates/weixin/historypush.html

@@ -766,10 +766,6 @@
 		.blue{
 			color:#0987ff;
 		}
-		.resnumb .two{
-			max-height: 45px;
-		    overflow: hidden;
-		}
 		#gotosetpage{
 			width: 54px;
 			position: fixed;