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 @@
/* banner_03.css */
.__PFX__-b3-hscroll {
margin: 16px 0;
overflow-x: auto;
}
.__PFX__-b3-list {
display: flex;
gap: 12px;
}
.__PFX__-b3-item {
width: 160px;
flex-shrink: 0;
}
.__PFX__-b3-img {
width: 100%;
height: 110px;
object-fit: cover;
border-radius: 10px;
}
.__PFX__-b3-title {
font-size: 13px;
margin-top: 6px;
}