This commit is contained in:
张成
2025-11-09 21:10:45 +08:00
parent 0090fc45c6
commit 52622dec92
6 changed files with 55 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
:global {
.guide-bar {
z-index: 9990;
z-index: 999;
}
}
@@ -89,14 +89,13 @@
.fixedHeader {
position: sticky;
top: 0;
z-index: 100;
background-color: #fff;
z-index: 90;
display: flex;
flex-direction: column;
}
.listTopSearchWrapper {
background-color: #fff;
background-color: #fafafa;
// 使用 margin-top 负值来控制可见性,保持元素高度不变,筛选项位置固定
transition: margin-top 0.25s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.2s ease-out;
@@ -121,9 +120,10 @@
display: flex;
box-sizing: border-box;
align-items: center;
padding: 0 15px 10px 15px; // 上0 左右15px 下10px与搜索框左右对齐下边距一致
padding: 0 15px 10px 15px;
// 上0 左右15px 下10px与搜索框左右对齐下边距一致
gap: 5px;
background-color: #fff;
background-color: #fafafa;
}
.listScrollView {
@@ -188,5 +188,5 @@
}
.guideBarList {
z-index: 99;
z-index: 999;
}