Files
2025-12-31 00:49:32 +08:00

38 lines
750 B
CSS

/* 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;
}
}