26 lines
457 B
CSS
26 lines
457 B
CSS
/* trending_03.css */
|
|
.__PFX__-t3-area { margin: 20px 0; }
|
|
.__PFX__-t3-hd strong {
|
|
font-size: 16px;
|
|
color: var(--primary-color);
|
|
}
|
|
.__PFX__-t3-item {
|
|
display: flex;
|
|
gap: 10px;
|
|
padding: 12px 0;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.__PFX__-t3-pic {
|
|
width: 90px;
|
|
aspect-ratio: 2/3;
|
|
border-radius: 8px;
|
|
object-fit: cover;
|
|
}
|
|
.__PFX__-t3-r h4 {
|
|
font-size: 14px;
|
|
}
|
|
.__PFX__-t3-r p {
|
|
font-size: 12px;
|
|
color: #777;
|
|
}
|