css中文字处理

 

/* 1.多余文字显示省略号 */
.text {   overflow: hidden;   white
-space: nowrap;   text-overflow: ellipsis; }

/* 2.强制换行 */

 .text {

    word-break: break-all

    word-wrap: break-word

    white-space: pre-wrap

  }

 

 

posted @ 2018-05-03 17:32  择言  阅读(167)  评论(0编辑  收藏  举报