Files
SEONexus/code/public/static/css/modules/head/head_05.css
2025-12-31 00:49:32 +08:00

59 lines
1.1 KiB
CSS

/* head_05.css */
.__PFX__-t8k-head {
background: #fdfdfd;
border-bottom: 1px solid rgba(0,0,0,.05);
}
.__PFX__-t8k-strip {
padding: 4px 10px;
background: rgba(0,0,0,.02);
}
.__PFX__-t8k-strip small {
font-size: 11px;
color: #777;
}
.__PFX__-t8k-main {
display: flex;
align-items: center;
padding: 8px 10px 10px;
}
.__PFX__-t8k-logo {
font-size: 19px;
font-weight: 600;
color: var(--primary-color);
}
.__PFX__-t8k-mid nav {
display: none;
}
.__PFX__-t8k-right {
flex: 1;
display: flex;
justify-content: flex-end;
margin-left: 8px;
}
.__PFX__-t8k-right input {
width: 120px;
height: 30px;
border-radius: 4px;
border: 1px solid #ddd;
padding: 0 8px;
font-size: 13px;
}
@media (min-width: 768px) {
.__PFX__-t8k-main {
padding: 10px 24px 12px;
}
.__PFX__-t8k-mid nav {
display: flex;
gap: 12px;
margin-left: 16px;
}
.__PFX__-t8k-mid a {
font-size: 13px;
color: #444;
}
.__PFX__-t8k-right input {
width: 180px;
}
}