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