修改主页和机型信息展示页面

This commit is contained in:
huanglinhuan
2025-12-09 14:23:22 +08:00
parent 863fb26040
commit d50b08e33e
11 changed files with 237 additions and 803 deletions

View File

@@ -45,16 +45,15 @@
.nav-label {
color: #333;
cursor: default;
cursor: pointer;
font-weight: 700;
display: inline-block;
position: relative;
}
.nav-item:hover .dropdown {
display: block;
}
.nav-item:hover .dropdown,
.nav-item:hover .dropdown.mega {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
display: none;
}
.nav-item.open .dropdown {
display: block;
@@ -130,13 +129,23 @@
background: #fff;
pointer-events: auto;
}
.nav-item.open .dropdown.mega,
.nav-item:hover .dropdown.mega {
.nav-item.open .dropdown.mega {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
}
.nav-item.selected .nav-label::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -2px;
height: 2px;
background: #1890ff;
border-radius: 2px;
}
.mega-col {
width: 320px;
padding: 0 16px;