mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
feat: 迁移经典头部跳转导航
This commit is contained in:
@@ -2568,6 +2568,54 @@
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.ul-nav-header-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 5px 15px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.ul-nav-header-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ul-nav-header-item {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
cursor: pointer;
|
||||
padding: 5px 15px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.ul-nav-header-item:hover {
|
||||
color: #6cf;
|
||||
}
|
||||
|
||||
.ul-nav-header-red {
|
||||
background-color: #f72222;
|
||||
}
|
||||
|
||||
.ul-nav-header-red .ul-nav-header-item {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ul-nav-header-red .ul-nav-header-item:hover {
|
||||
color: #fedf50;
|
||||
}
|
||||
|
||||
.ul-nav-header-primary {
|
||||
background-color: #6cf;
|
||||
}
|
||||
|
||||
.ul-nav-header-primary .ul-nav-header-item {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ul-nav-header-primary .ul-nav-header-item:hover {
|
||||
color: #ccffff;
|
||||
}
|
||||
|
||||
.ul-nav-info__item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -2959,54 +3007,6 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ul-nav-header-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 5px 15px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.ul-nav-header-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ul-nav-header-item {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
cursor: pointer;
|
||||
padding: 5px 15px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.ul-nav-header-item:hover {
|
||||
color: #6cf;
|
||||
}
|
||||
|
||||
.ul-nav-header-red {
|
||||
background-color: #f72222;
|
||||
}
|
||||
|
||||
.ul-nav-header-red .ul-nav-header-item {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ul-nav-header-red .ul-nav-header-item:hover {
|
||||
color: #fedf50;
|
||||
}
|
||||
|
||||
.ul-nav-header-primary {
|
||||
background-color: #6cf;
|
||||
}
|
||||
|
||||
.ul-nav-header-primary .ul-nav-header-item {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ul-nav-header-primary .ul-nav-header-item:hover {
|
||||
color: #ccffff;
|
||||
}
|
||||
|
||||
.ul-card-a {
|
||||
width: 180px;
|
||||
display: flex;
|
||||
|
||||
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