1. Overflow processing
1, processing blanks
When the text is too long and cannot be displayed in the container, whether to wrap the line
Properties:white-space : normal / nowrap
normal :Adopt browser default settings
nowrap :No line breaks
2、Text overflow
How to deal with overflow,If you want to hide the overflow content, Consider using this attribute.
Note: This attribute must be used in conjunction withoverflow:hidden
Attribute: text-overflow
Value:
1、clip, cut, cut at the waist
2,ellipsis, use...(ellipsis) to represent the undisplayed content
:
二、line break
Note: only valid for English
1
##: Normal:By default, use the browser default form, does not destroy the word structure
break-word:Destroy the structure of the word
2、Text line break
Word-break: Value: normal: Break-All:Destroy the word structure to change the line
Keep-all:In the space in the half-angle state, change the line