# Built-in Style
### Intro
Vant contains some common styles that can be used directly by the className.
### Text ellipsis
When the text content length exceeds the maximum container width, the excess text is automatically omitted.
```html
This is a paragraph that displays up to one line of text, and the rest of the
text will be omitted.
This is a paragraph that displays up to two lines of text, and the rest of the
text will be omitted.
This is a paragraph that displays up to three lines of text, and the rest of
the text will be omitted.
```
### Hairline
Add 1px border under the Retina screen for the element, based on a pseudo element.
```html
```
### Animation
```html
Fade
Slide Up
Slide Down
Slide Left
Slide Right
```