27 lines
457 B
CSS
27 lines
457 B
CSS
/* trending_02.css */
|
|
.__PFX__-t2-title {
|
|
font-size: 16px;
|
|
color: var(--primary-color);
|
|
margin-bottom: 10px;
|
|
}
|
|
.__PFX__-t2-scroll {
|
|
overflow-x: auto;
|
|
display: flex;
|
|
gap: 12px;
|
|
}
|
|
.__PFX__-t2-card {
|
|
width: 120px;
|
|
flex-shrink: 0;
|
|
}
|
|
.__PFX__-t2-img {
|
|
width: 100%;
|
|
aspect-ratio: 2/3;
|
|
border-radius: 10px;
|
|
object-fit: cover;
|
|
}
|
|
.__PFX__-t2-card span {
|
|
display: block;
|
|
font-size: 12px;
|
|
margin-top: 4px;
|
|
}
|