使用html属性实现不换行超出文本框自动变成...

.xzzs_w70 {
	width: 78%;
	text-overflow: ellipsis;//超出用...显示
	white-space: nowrap; //不换行
	overflow: hidden;    //超出隐藏
}

 

你可能感兴趣的:(使用html属性实现不换行超出文本框自动变成...)