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,37 @@
/* head_04.css */
.__PFX__-z4p-shell {
padding: 12px 10px;
background: #fff;
border-bottom: 1px solid rgba(0,0,0,.04);
}
.__PFX__-z4p-logo-box {
text-align: center;
margin-bottom: 6px;
}
.__PFX__-z4p-logo-text {
font-size: 24px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.__PFX__-z4p-tags {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
}
.__PFX__-z4p-tags span {
font-size: 12px;
padding: 3px 10px;
border-radius: 999px;
border: 1px solid rgba(0,0,0,.08);
background: #fafafa;
}
@media (min-width: 768px) {
.__PFX__-z4p-shell {
padding: 14px 24px;
}
.__PFX__-z4p-tags span {
font-size: 13px;
}
}