This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,63 @@
/* head_25.css */
.__PFX__-h25-wrap{
padding:10px 12px 8px;
background:var(--bg-color);
border-bottom:1px solid var(--border-color);
}
.__PFX__-h25-tip{
font-size:11px;
color:var(--text-muted-color);
margin-bottom:4px;
}
.__PFX__-h25-row{
display:flex;
align-items:center;
gap:10px;
}
.__PFX__-h25-logo{
font-size:18px;
font-weight:700;
color:var(--primary-color);
}
.__PFX__-h25-search{
flex:1;
}
.__PFX__-h25-search input{
width:100%;
padding:7px 10px;
border-radius:8px;
border:1px solid var(--border-color);
background:var(--bg-soft-color);
}
/* 分类 chips */
.__PFX__-h25-cats{
margin-top:6px;
display:flex;
flex-wrap:nowrap;
gap:8px;
overflow-x:auto;
}
.__PFX__-h25-cats a{
flex:0 0 auto;
font-size:11px;
padding:3px 8px;
border-radius:999px;
background:var(--bg-soft-color);
}
.__PFX__-h25-cats a.active{
background:var(--primary-color);
color:#fff;
}
@media(min-width:768px){
.__PFX__-h25-logo{font-size:22px;}
}