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,24 @@
/* head_77.css */
.__PFX__-h77-island{
padding:12px;
background:
linear-gradient(180deg,var(--bg-color),var(--bg-soft-color));
}
.__PFX__-h77-core{
padding:10px;
background:rgba(255,255,255,.6);
backdrop-filter:blur(6px);
border-radius:16px;
}
.__PFX__-h77-brand{
display:block;
font-size:18px;
font-weight:900;
margin-bottom:6px;
}
.__PFX__-h77-cats{
margin-top:8px;
display:flex;
gap:8px;
overflow-x:auto;
}