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

26 lines
443 B
CSS

/* ranking_02.css */
.__PFX__-r2-hd {
font-size: 16px;
color: var(--primary-color);
margin-bottom: 12px;
}
.__PFX__-r2-item {
display: flex;
gap: 10px;
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.__PFX__-r2-img {
width: 90px;
aspect-ratio: 2/3;
border-radius: 8px;
object-fit: cover;
}
.__PFX__-r2-info h4 {
font-size: 14px;
}
.__PFX__-r2-info p {
font-size: 12px;
color: #777;
}