mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
优化一级分类组件
This commit is contained in:
@@ -1114,6 +1114,7 @@
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
}
|
||||
.ul-class-1 .item {
|
||||
padding: 8px;
|
||||
@@ -1145,6 +1146,19 @@
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
}
|
||||
.ul-class-1 .item.colord-blue {
|
||||
background-color: rgb(53, 122, 250);
|
||||
color: #fff;
|
||||
}
|
||||
.ul-class-1 .item.colord-blue .title {
|
||||
color: #fff;
|
||||
}
|
||||
.ul-class-1 .item.colord-blue .desc {
|
||||
color: #fff;
|
||||
}
|
||||
.ul-class-1 .item.colord-blue .footer {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ul-descriptions-form {
|
||||
width: 100%;
|
||||
|
||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user