css实现多行文本溢出显示省略号

.text{

 overflow:hidden;

text-overflow:ellipsis;

white-space:nowrap;

width:100%;

display:inline-block;

}

你可能感兴趣的:(CSS)