mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
feat: 迁移经典头部
This commit is contained in:
@@ -1455,6 +1455,62 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ul-header-a {
|
||||
background-color: #f8f8f8;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.ul-header-a-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
/* border-width: 1px 0;
|
||||
border-color : #bbb;
|
||||
border-style : solid; */
|
||||
padding: 5px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-item {
|
||||
margin-right: 15px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-item:hover .ul-header-a-nav-plus {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ul-header-a-img {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.ul-header-a-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-plus {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
display: none;
|
||||
background-color: transparent;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-plus > .ul-nav-min {
|
||||
background-color: #fff;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.ul-header-shape {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -2903,62 +2959,6 @@
|
||||
color: #6cf;
|
||||
}
|
||||
|
||||
.ul-header-a {
|
||||
background-color: #f8f8f8;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.ul-header-a-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
/* border-width: 1px 0;
|
||||
border-color : #bbb;
|
||||
border-style : solid; */
|
||||
padding: 5px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-item {
|
||||
margin-right: 15px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-item:hover .ul-header-a-nav-plus {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ul-header-a-img {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.ul-header-a-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-plus {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
display: none;
|
||||
background-color: transparent;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ul-header-a-nav-plus > .ul-nav-min {
|
||||
background-color: #fff;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.ul-nav-header-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
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