mjz update

This commit is contained in:
mjz
2023-05-28 22:33:23 +08:00
parent f522f60f80
commit 31b64e1e46
69 changed files with 491 additions and 181 deletions
@@ -55,11 +55,17 @@ article: false
## 镂空按钮
`.bg-` 换成 `.line-`
> css 代码
```css
.lines-red|... 边框深
.line-red|... 边框浅
```
> 演示代码
```vue
<button class="cu-btn round line-red shadow">按钮</button>
```
## 块状按钮
> css 代码