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,23 @@
.__PFX__-list2 { margin:16px; }
.__PFX__-list2-title { font-size:16px; color:var(--primary-color); margin-bottom:10px; }
.__PFX__-list2-grid {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
}
@media(min-width:768px){
.__PFX__-list2-grid { grid-template-columns:repeat(5,1fr); }
}
.__PFX__-list2-card img {
width:100%;
aspect-ratio:2 / 3;
object-fit:cover;
border-radius:8px;
}
.__PFX__-list2-card span {
display:block;
font-size:13px;
margin-top:4px;
}