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

34 lines
588 B
CSS

/* banner_05.css */
.__PFX__-b5-box {
margin: 16px 0;
}
.__PFX__-b5-imgwrap {
position: relative;
}
.__PFX__-b5-img {
width: 100%;
height: 170px;
border-radius: 14px;
object-fit: cover;
}
.__PFX__-b5-foot {
position: absolute;
left: 10px;
right: 10px;
bottom: 12px;
padding: 8px 10px;
border-radius: 10px;
background: rgba(0,0,0,.45);
color: #fff;
}
.__PFX__-b5-foot h4 {
font-size: 15px;
margin-bottom: 4px;
}
.__PFX__-b5-foot span {
font-size: 12px;
}
@media(min-width:768px){
.__PFX__-b5-img { height: 240px; }
}