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

61 lines
1.0 KiB
CSS

/* head_30.css */
.__PFX__-h30-wrap{
padding:12px 12px 10px;
background:linear-gradient(180deg,var(--bg-soft-color),var(--bg-color));
border-bottom:1px solid var(--border-color);
}
.__PFX__-h30-top{
display:flex;
flex-direction:column;
gap:8px;
}
.__PFX__-h30-logo{
font-size:24px;
font-weight:800;
color:var(--primary-color);
}
.__PFX__-h30-search input{
width:100%;
padding:8px 12px;
border-radius:8px;
border:1px solid var(--border-color);
}
/* 分类栏包围 */
.__PFX__-h30-navBox{
margin-top:8px;
background:var(--bg-soft-color);
border-radius:999px;
padding:4px 6px;
}
.__PFX__-h30-nav{
display:flex;
gap:8px;
overflow-x:auto;
}
.__PFX__-h30-nav a{
flex:0 0 auto;
padding:3px 9px;
border-radius:999px;
font-size:11px;
}
.__PFX__-h30-nav a.active{
background:var(--primary-color);
color:#fff;
}
@media(min-width:768px){
.__PFX__-h30-top{
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}