mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
增加大块导航组件
This commit is contained in:
@@ -1647,6 +1647,31 @@
|
||||
font-size: clac(20px);
|
||||
}
|
||||
|
||||
.ul-nav-block {
|
||||
border-radius: 16px;
|
||||
overflow: hidden;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
.ul-nav-block .item {
|
||||
padding: 16px 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ul-nav-block .item .item-icon {
|
||||
margin-right: 16px;
|
||||
}
|
||||
.ul-nav-block .item.current {
|
||||
background-color: rgb(255, 91, 114);
|
||||
color: #fff;
|
||||
}
|
||||
.ul-nav-block .item:hover {
|
||||
background-color: rgba(255, 91, 113, 0.772);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ul-nav-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
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