好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS基础:text-overflow:ellipsis溢出文本_html/css_WEB-ITno




new document



div{
width:100px;
height:100px;
border:1px solid red;
overflow:hidden;
word-break:break-all;
white-space:nowrap;/*不允许换行 只能在一行显示*/
text-overflow:ellipsis;/*注意必须结合 overflow:hidden; white-space:nowrap;一起使用*/
}


congraduation congraduation congraduation congraduation congraduation fawegtewged

查看更多关于CSS基础:text-overflow:ellipsis溢出文本_html/css_WEB-ITno的详细内容...

  阅读:31次