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,25 @@
.__PFX__-nav {
background:#fff;
padding:10px 12px;
border-bottom:1px solid #eee;
}
.__PFX__-nav-inner {
display:flex;
align-items:center;
justify-content:space-between;
}
.__PFX__-logo {
font-size:22px;
font-weight:600;
color:var(--primary-color);
}
.__PFX__-search input {
height:32px;
padding:0 12px;
border-radius:6px;
border:1px solid #ddd;
width:140px;
}
@media(min-width:768px){
.__PFX__-search input { width:240px; }
}