css超出变成省略号

xiaoxiao2021-02-28  96

 

<style> .text1 {     width:200px;     overflow:hidden;     text-overflow:ellipsis;     -o-text-overflow:ellipsis;     -webkit-text-overflow:ellipsis;     -moz-text-overflow:ellipsis;     white-space:nowrap; } .text2 {     width:200px;     word-break:break-all;     display:-webkit-box;     -webkit-line-clamp:2;     -webkit-box-orient:vertical;     overflow:hidden; } </style>   <div class="text1">热卖精选:从子频道(服饰鞋包,亲子,居家,美妆)档期里面挑选出来,库存大于30%的高信价比商品list,数量为50个</div>   <br />   <div class="text2">热卖精选:从子频道(服饰鞋包,亲子,居家,美妆)档期里面挑选出来,库存大于30%的高信价比商品list,数量为50个</div>

转载地址:http://blog.csdn.net/billfeller/article/details/40436491

没事存一下,时间长了记不住。

转载请注明原文地址: https://www.6miu.com/read-32794.html

最新回复(0)