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,29 @@
/* head_66.css */
.__PFX__-h66-searchcore{
padding:14px 12px;
background:linear-gradient(135deg,var(--bg-soft-color),var(--bg-color));
border-bottom:1px solid var(--border-color);
}
.__PFX__-h66-title{
margin:0 0 8px;
font-size:20px;
font-weight:800;
}
.__PFX__-h66-search{
display:flex;
gap:6px;
}
.__PFX__-h66-search input{
flex:1;
border:1px solid var(--border-color);
border-radius:10px;
padding:6px 10px;
background:var(--bg-color);
}
.__PFX__-h66-search button{
border:none;
border-radius:10px;
padding:6px 12px;
background:var(--primary-color);
color:#fff;
}