一些css

  • 超过div部分省略显示

一行

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

 多行

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

 

  • html中保留格式(换行)

js文本用``书写

`xx adsfas
    asdasddddd
    asdasdasddddd
    asdasdasddddd
 `

文字的div中增加

white-space: pre-line;

 

posted @ 2020-06-07 17:24  扶不起的刘阿斗  阅读(103)  评论(0编辑  收藏  举报