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,26 @@
/* head_08.css */
.__PFX__-h8-wrap{
display:flex;
align-items:center;
justify-content:space-between;
padding:12px 14px;
background:var(--bg-color);
border-bottom:1px solid var(--border-color);
}
.__PFX__-h8-logo{
font-size:18px;
color:var(--primary-color);
font-weight:600;
text-decoration:none;
}
.__PFX__-h8-search input{
padding:7px 10px;
width:170px;
border-radius:6px;
border:1px solid var(--border-color);
background:var(--bg-soft-color);
font-size:13px;
}