css 块元素超出文字省略表示

1 .text-omit{
2     white-space: nowrap;
3     text-overflow: ellipsis;
4     overflow: hidden;
5 }

只对块元素的设置有效 。

块元素和行内元素见 : http://www.cnblogs.com/greenal/archive/2013/01/05/2845513.html

posted @ 2017-08-12 09:21  GoodByeZ  阅读(420)  评论(0编辑  收藏  举报