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,19 @@
.__PFX__-bn2 {
display:flex;
gap:12px;
margin:16px;
}
.__PFX__-bn2-img {
width:40%;
height:100px;
object-fit:cover;
border-radius:10px;
}
.__PFX__-bn2-info h2 {
font-size:18px;
color:var(--primary-color);
}
.__PFX__-bn2-info p {
font-size:13px;
color:#666;
}