css自动换行

自动换行:

word-wrap:break-word;

word-break:break-all;

overflow: hidden;

多余的文字用省略号:

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

 

posted @ 2019-06-15 18:44  流火行者  阅读(3940)  评论(0编辑  收藏  举报