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,39 @@
/* head_17.css */
.__PFX__-h17-wrap{
padding:14px;
background:
linear-gradient(135deg,var(--bg-color) 70%,var(--grad-start) 70%);
border-bottom:1px solid var(--border-color);
}
.__PFX__-h17-row{
display:flex;
justify-content:space-between;
align-items:center;
}
.__PFX__-h17-logo{
font-size:20px;
color:var(--primary-color);
font-weight:700;
}
.__PFX__-h17-search{
display:flex;
align-items:center;
gap:8px;
}
.__PFX__-h17-search input{
padding:6px 10px;
border-radius:6px;
border:1px solid var(--border-color);
}
.__PFX__-h17-btn{
padding:6px 12px;
background:var(--primary-color);
border-radius:6px;
color:#fff;
}