feat: 🎸 新增Detail详情组件并给出相应示例
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user