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,51 @@
/* head_03.css */
.__PFX__-m7c-head {
background: #ffffff;
border-bottom: 1px solid rgba(0,0,0,.05);
}
.__PFX__-m7c-row1 {
display: flex;
align-items: center;
padding: 10px 12px 6px;
}
.__PFX__-m7c-logo span {
font-size: 20px;
font-weight: 700;
color: var(--primary-color);
}
.__PFX__-m7c-search {
flex: 1;
margin-left: 10px;
}
.__PFX__-m7c-search input {
width: 100%;
height: 32px;
padding: 0 10px;
border-radius: 4px;
border: 1px solid #ddd;
font-size: 13px;
}
.__PFX__-m7c-row2 {
padding: 4px 10px 8px;
}
.__PFX__-m7c-row2 ul {
list-style: none;
display: flex;
gap: 10px;
overflow-x: auto;
}
.__PFX__-m7c-row2 a {
font-size: 13px;
color: #555;
}
@media (min-width: 768px) {
.__PFX__-m7c-row1 {
padding: 10px 24px 6px;
}
.__PFX__-m7c-row2 {
padding: 4px 24px 10px;
}
.__PFX__-m7c-row2 ul {
overflow-x: visible;
}
}