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

107 lines
1.9 KiB
CSS

/* head_84.css */
.__PFX__-h84-sheet {
padding: 8px 12px;
border-bottom: 1px solid var(--border-color);
background: radial-gradient(circle at 80% -20%, var(--secondary-color), transparent 58%), var(--bg-color);
}
.__PFX__-h84-bar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px
}
.__PFX__-h84-brand {
font-weight: 900;
text-decoration: none;
color: var(--text-color)
}
.__PFX__-h84-btn {
border: 1px solid var(--border-color);
background: rgba(255, 255, 255, .18);
border-radius: 10px;
padding: 6px 10px
}
.__PFX__-h84-search {
margin-top: 6px
}
.__PFX__-h84-search input {
width: 100%;
padding: 6px 10px;
border-radius: 10px;
border: 1px solid var(--border-color);
background: rgba(255, 255, 255, .18)
}
.__PFX__-h84-mask {
display: none
}
.__PFX__-h84-panel {
z-index:999;
position: fixed;
left: 0;
right: 0;
bottom: -100%;
max-height: 72%;
padding: 14px;
background: var(--bg-color);
border-top: 1px solid var(--border-color);
overflow: auto;
transition: bottom .25s;
}
body.__PFX__-h84-open .__PFX__-h84-mask {
display: block;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, .35)
}
body.__PFX__-h84-open .__PFX__-h84-panel {
bottom: 0
}
.__PFX__-h84-home,
.__PFX__-h84-cats {
list-style: none;
margin: 0;
padding: 0
}
.__PFX__-h84-home li,
.__PFX__-h84-cats li {
display: inline-block;
margin: 0 5px 5px 0
}
.__PFX__-h84-home li a,
.__PFX__-h84-cats li a {
display: inline-block;
padding: 6px 10px;
border-radius: 999px;
border: 1px solid var(--border-color);
background: rgba(255, 255, 255, .55);
text-decoration: none;
color: var(--text-color);
font-size: 12px;
}
.__PFX__-h84-home li.active a {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
font-weight: 900
}
.__PFX__-h84-cats li.active a {
background: var(--accent-color);
border-color: var(--accent-color);
font-weight: 900
}