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,21 @@
.__PFX__-nav2 {
display:flex;
align-items:center;
justify-content:space-between;
padding:12px;
background:#fff;
border-bottom:1px solid #eee;
}
.__PFX__-logo2 {
font-size:20px;
font-weight:bold;
color:var(--primary-color);
}
.__PFX__-menu2 a {
margin-left:16px;
font-size:14px;
color:#333;
}
@media(max-width:640px){
.__PFX__-menu2 a { margin-left:10px; }
}