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,36 @@
/* head_15.css */
.__PFX__-h15-wrap{
background:linear-gradient(180deg,var(--grad-start) 35%,var(--bg-color) 35%);
padding-bottom:6px;
border-bottom:1px solid var(--border-color);
}
.__PFX__-h15-logo{
padding:14px;
font-size:20px;
color:#fff;
font-weight:700;
}
.__PFX__-h15-search{
padding:0 14px;
}
.__PFX__-h15-search input{
width:100%;
padding:8px 12px;
border:none;
border-radius:6px;
}
.__PFX__-h15-nav{
padding:8px 14px;
display:flex;
gap:12px;
}
.__PFX__-h15-nav a{
font-size:13px;
color:var(--text-color);
}