feat: 迁移经典头部

This commit is contained in:
augushong
2025-09-01 12:21:56 +08:00
parent 18126c2574
commit 9178287e44
12 changed files with 236 additions and 3555 deletions

View File

@@ -0,0 +1,56 @@
.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;
}