59 lines
992 B
CSS
59 lines
992 B
CSS
/* head_26.css */
|
|
|
|
.__PFX__-h26-wrap{
|
|
padding:14px 12px 10px;
|
|
background:radial-gradient(circle at 20% 0%,var(--grad-start),var(--bg-color) 55%);
|
|
border-bottom:1px solid var(--border-color);
|
|
color:#fff;
|
|
}
|
|
|
|
.__PFX__-h26-center{
|
|
text-align:center;
|
|
}
|
|
|
|
.__PFX__-h26-logo{
|
|
font-size:22px;
|
|
font-weight:800;
|
|
}
|
|
|
|
.__PFX__-h26-desc{
|
|
font-size:12px;
|
|
opacity:0.85;
|
|
margin-top:4px;
|
|
}
|
|
|
|
/* 搜索下沉卡片 */
|
|
.__PFX__-h26-search{
|
|
margin:10px auto 8px;
|
|
max-width:480px;
|
|
}
|
|
|
|
.__PFX__-h26-search input{
|
|
width:100%;
|
|
padding:8px 12px;
|
|
border-radius:999px;
|
|
border:none;
|
|
}
|
|
|
|
/* 分类 */
|
|
.__PFX__-h26-tags{
|
|
display:flex;
|
|
justify-content:center;
|
|
flex-wrap:wrap;
|
|
gap:8px;
|
|
}
|
|
|
|
.__PFX__-h26-tags small a{
|
|
display:inline-block;
|
|
font-size:11px;
|
|
padding:3px 8px;
|
|
border-radius:999px;
|
|
background:rgba(0,0,0,0.25);
|
|
color:#fff;
|
|
}
|
|
|
|
.__PFX__-h26-tags small a.active{
|
|
background:#fff;
|
|
color:var(--primary-color);
|
|
}
|