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,20 @@
.__PFX__-list5-grid{
margin:16px;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
}
@media(min-width:768px){
.__PFX__-list5-grid{ grid-template-columns:repeat(4,1fr); }
}
.__PFX__-list5-card img{
width:100%;
aspect-ratio:2/3;
object-fit:cover;
border-radius:8px;
}
.__PFX__-list5-card p{
margin-top:4px;
font-size:13px;
color:#333;
}