文字超出后省略号是text-overflow:ellipsis
<style>
.t{width:100pxline-height:20pxmax-height:60pxoverflow:hiddentext-overflow:ellipsis}
</style>
<p class="t">测试测试测试测试测试测试测试测试测试测试测试测试测试</p>
overflow: hiddentext-overflow: ellipsis// text-overflow css3的属性,当文本溢出时,显示省略号
display: -webkit-box
-webkit-line-clamp: 2// 设置两行文字溢出
-webkit-box-orient: vertical
overflow:hidden
text-overflow:ellipsis
text-overflow:ellipsis //超出时显示省略号white-sapce:nowrap //强制不换行
overflow:hidden //超出隐藏