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

58 lines
985 B
CSS

/* head_10.css */
.__PFX__-h10-wrap{
background:var(--bg-color);
padding:10px 12px;
border-bottom:1px solid var(--border-color);
}
.__PFX__-h10-main{
display:flex;
align-items:center;
justify-content:space-between;
}
.__PFX__-h10-logo{
font-size:19px;
font-weight:700;
color:var(--primary-color);
text-decoration:none;
}
.__PFX__-h10-searchBtn{
width:32px;
height:32px;
border-radius:50%;
background:var(--primary-color);
border:none;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
}
.__PFX__-h10-form{
margin-top:8px;
}
.__PFX__-h10-form input{
width:100%;
padding:7px 10px;
border-radius:6px;
border:1px solid var(--border-color);
background:var(--bg-soft-color);
font-size:13px;
}
.__PFX__-h10-nav{
display:flex;
gap:14px;
margin-top:10px;
padding-left:4px;
}
.__PFX__-h10-nav a{
font-size:13px;
color:var(--text-color);
}