文字不换行自动省略多余字符

效果:

文字不换行自动省略多余字符

white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;

菜鸟教程效果查看页面 :http://www.runoob.com/try/try.php?filename=trycss3_text-overflow

posted @ 2018-07-02 13:36  道法无边  阅读(120)  评论(0)    收藏  举报