多行文字溢出省略

.text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkie-box;
	-webkit-line-clamp:2;/*两行*/
	-webkit-orient:vertical;
	white-space:normal !important;
	word-wrap:break-word;
}

你可能感兴趣的:(css)