feat: 迁移经典头部跳转导航

This commit is contained in:
augushong
2025-09-01 12:33:49 +08:00
parent 68d4e35c54
commit 75de7e4d51
10 changed files with 193 additions and 173 deletions

View File

@@ -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;

File diff suppressed because one or more lines are too long