Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the display of ellipsis in excess of css

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to achieve css beyond the partial display ellipses, with a certain reference value, interested friends can refer to, I hope you read this article after a great harvest, the following let Xiaobian take you to understand.

Show ellipses for excess

//Single-line text.wrap { overflow:hidden;/* overflow: hidden;*/ text-overflow:ellipsis;/* ellipsis */ white-space:nowrap;/* specifies that text in paragraphs does not wrap */}//multi-line text.wrap { width: 100%; overflow: hidden; display: -webkit-box; //displays objects as Auto Scaling Box models * properties that must be combined * -webkit-box-orientation: vertical;//Sets the arrangement of child elements of the expansion box object * properties that must be combined * -webkit-line-clamp: 3; //used to limit the number of lines of text displayed in a block element word-break: break-all;//Let the browser realize newline at any position *break-all to allow newline within words *} Thank you for reading this article carefully, I hope Xiaobian shared "How to achieve more than part of the ellipsis" This article is helpful to everyone, but also hope that everyone will support, pay attention to the industry information channel, more relevant knowledge waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report