This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

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