CSS 字数太多时出现省略号

	display: block;
	width:100px;/*对宽度的定义,根据情况修改*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;


你可能感兴趣的:(css)