24 lines
368 B
CSS
24 lines
368 B
CSS
/* 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;
|
|
}
|