@@ -491,6 +491,11 @@
height:30px;
line-height: 30px;
font-size:16px;
+ /*单行省略号*/
+ display:block;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap;
}
p:nth-child(2){
color:#666666;
@@ -490,6 +490,11 @@