[Doc] new theme

This commit is contained in:
陈嘉涵
2019-05-15 20:53:04 +08:00
parent 3cae4288f2
commit d0f4169c86
130 changed files with 1460 additions and 1147 deletions
+7 -1
View File
@@ -1,7 +1,11 @@
## 内置样式
# 内置样式
### 介绍
Vant 中默认包含了一些常用样式,可以直接通过 className 的方式使用。
### 文字省略
当文本内容长度超过容器最大宽度时,自动省略多余的文本。
```html
@@ -9,6 +13,7 @@ Vant 中默认包含了一些常用样式,可以直接通过 className 的方
```
### 1px 边框
为元素添加 Retina 屏幕下的 1px 边框(即 hairline),基于伪类 transform 实现。
```html
@@ -32,6 +37,7 @@ Vant 中默认包含了一些常用样式,可以直接通过 className 的方
```
### 动画
可以通过 `transition` 组件使用内置的动画
```html