Files
2025-12-31 00:49:32 +08:00

30 lines
549 B
CSS

/* banner_02.css */
.__PFX__-b2-box {
margin: 16px 0;
}
.__PFX__-b2-click {
display: flex;
gap: 12px;
padding: 12px;
background: #fff;
border-radius: 14px;
border: 1px solid rgba(0,0,0,.05);
}
.__PFX__-b2-left h3 {
font-size: 16px;
color: var(--primary-color);
}
.__PFX__-b2-left span {
font-size: 12px;
color: #777;
}
.__PFX__-b2-thumb {
width: 100px;
height: 60px;
border-radius: 8px;
object-fit: cover;
}
@media(min-width:768px){
.__PFX__-b2-thumb { width: 130px; height: 80px; }
}