## Built-in Style
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 of 250px width limit, the back 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
```