wcj 5 년 전
부모
커밋
836debe552
2개의 변경된 파일6개의 추가작업 그리고 11개의 파일을 삭제
  1. 6 7
      src/web/staticres/css/wxlist.css
  2. 0 4
      src/web/templates/weixin/historypush.html

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