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__-nav3 {
padding:16px 10px;
border-bottom:1px solid #eee;
background:#fff;
text-align:center;
}
.__PFX__-logo3 {
font-size:24px;
font-weight:600;
margin-bottom:8px;
color:var(--primary-color);
}
.__PFX__-menu3 a {
margin:0 10px;
padding-bottom:6px;
border-bottom:2px solid transparent;
font-size:14px;
}
.__PFX__-menu3 a:hover {
border-color:var(--primary-color);
}