mjz update

This commit is contained in:
mjz
2023-06-17 23:53:47 +08:00
parent a2653e6d5a
commit 0533aa0ebf
73 changed files with 1916 additions and 158 deletions
+19 -1
View File
@@ -331,4 +331,22 @@ SwitchSex(e) {
}
}
</script>
```
```
## 列表相关class
|class类名| 说明| 可选值|
|-- | --| --|
|cu-list |列表必选值 |——|
|cu-item| 列表子元素| ——|
|no-border |无边框 |——|
|menu| 菜单列表| ——|
|sm-border |短边框 |——|
|card-menu| 卡片样式的菜单列表 |——|
|arrow |右箭头 |——|
|menu-avatar| 消息列表(带头像)| ——|
|cu-avatar |头像 |——|
|content| 内容| ——|
|grayscale| 灰度(background-color: #f5f5f5| ——|
|cur| background-color: #fcf7e9 ||
|move-cur| 左移(transform: translateX(-260upx)||