feat: 将list相关的代码迁移到game_pages目录

This commit is contained in:
2025-09-12 15:36:09 +08:00
parent 859ffec852
commit 7c16f8bcce
19 changed files with 40 additions and 40 deletions

View File

@@ -0,0 +1,68 @@
.searchResultPage {
position: relative;
.searchResultFilterWrapper {
position: sticky;
display: flex;
align-items: center;
gap: 5px;
padding: 5px 15px 10px 15px;
position: sticky;
top: -1px;
background-color: #fefefe;
z-index: 123;
.nut-menu-bar {
padding: 0;
}
.nut-menu-container-wrap {
left: -15px;
}
.filterIconWrapper {
display: flex;
width: 28px;
height: 28px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
aspect-ratio: 1/1;
border-radius: 999px;
border: 0.5px solid rgba(0, 0, 0, 0.06);
background: #FFF;
position: relative;
&.active {
background-color: #000000;
}
}
.filterIcon {
width: 14px;
height: 14px;
flex-shrink: 0;
}
.filterCount {
background-color: #000000;
position: absolute;
width: 15px;
height: 15px;
border: 2px solid #ffffff;
border-radius: 50%;
right: -5px;
bottom: -5px;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
}
}
.menuFilter {
padding: 0;
}
}