Replace the content exceeding the text truncation with the ellipsis

Source: Internet
Author: User

Today I made an example of a module.

The title and description of the two parts must be truncated by a line or two lines of text beyond a certain width, and replaced by a ellipsis.

Because it is a mobile phone page, JS is too overhead, you can only start with CSS.

A row is a good solution.

As shown in the following figure.

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

I 've been thinking about multiple lines for a long time. For example, if I write a fixed line high and it exceeds the hidden limit, I can get a ellipsis as a patch at the end. But there is a problem, the page width is not fixed, it may only cover half of the word, it looks very low.

Continue searching for information, cssv5!

-The WebKit-line-clamp attribute can control the number of lines of captured text.

Overflow: hidden; text-overflow: ellipsis; display:-WebKit-box;-WebKit-line-clamp: 2;-WebKit-box-Orient: vertical;

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.