Sfoglia il codice sorgente

店铺关注溢出bug

yangc 7 anni fa
parent
commit
d81ecbfefa

+ 2 - 1
src/main/webapp/resources/view/usercenter/forstore/store_focus.html

@@ -65,13 +65,14 @@
     	font-weight: 700
 	}
 	.item-mark{
+		width: 760px;
 		margin: 10px;
     	line-height: 2;
     	overflow: hidden;
 	    text-overflow: ellipsis;
 	    display: -webkit-box;
 	    -webkit-box-orient: vertical;
-	    -webkit-line-clamp: 4;
+	    -webkit-line-clamp: 3;
 	}
 	.itme-delete{
 		margin-top:20px;