文字缩略

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

.ellipsis {
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}