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

89 lines
1.7 KiB
CSS

/* head_36.css - type1 */
.__PFX__-nyg-wrap{
padding:10px 12px 8px;
background:linear-gradient(120deg,var(--grad-start),var(--grad-end));
color:#fff;
}
.__PFX__-nyg-top{
display:flex;
align-items:center;
gap:8px;
}
.__PFX__-nyg-logoBox{
display:flex;
flex-direction:column;
min-width:0;
}
.__PFX__-nyg-logo{
font-size:18px;
font-weight:700;
}
.__PFX__-nyg-tag{
font-size:11px;
opacity:.85;
}
.__PFX__-nyg-search{
flex:1;
display:flex;
align-items:center;
background:rgba(15,23,42,.16);
border-radius:999px;
padding:3px 6px 3px 10px;
}
.__PFX__-nyg-search input{
flex:1;
border:none;
background:transparent;
color:#fff;
font-size:13px;
}
.__PFX__-nyg-search input::placeholder{
color:rgba(255,255,255,.7);
}
.__PFX__-nyg-sbtn{
border:none;
background:transparent;
padding:2px 4px;
display:flex;
align-items:center;
cursor:pointer;
color:#fff;
}
.__PFX__-nyg-sbtn svg{
width:16px;
height:16px;
}
.__PFX__-nyg-menu{
margin-left:4px;
border:none;
background:rgba(15,23,42,.25);
width:30px;
height:30px;
border-radius:999px;
color:#fff;
cursor:pointer;
}
.__PFX__-nyg-nav{
margin-top:6px;
margin-left:-4px;
margin-right:-4px;
}
.__PFX__-nyg-navInner a{
display:inline-block;
margin:0 4px 4px;
padding:3px 8px;
border-radius:999px;
font-size:12px;
background:rgba(15,23,42,.13);
color:#fff;
white-space:nowrap;
}
.__PFX__-nyg-navInner a.active{
background:#fff;
color:var(--primary-color);
}
@media(min-width:768px){
.__PFX__-nyg-wrap{
border-radius:0 0 16px 16px;
}
}