feat: 🎸 新增Detail详情组件并给出相应示例

This commit is contained in:
kailong321200875
2020-12-27 19:43:54 +08:00
parent fa9f24d5da
commit e77a931ef2
39 changed files with 800 additions and 192 deletions

View File

@@ -1,3 +1,4 @@
// 悬停样式
.hover-effect {
cursor: pointer;
transition: background .3s;
@@ -5,6 +6,16 @@
background: rgba(0, 0, 0, .025);
}
}
// 悬停样式
// 必填样式
.is-required-item::before {
content: "*";
color: #F56C6C;
margin-right: 4px;
}
// 必填样式
// 综合实例样式
.search__example--wrap {