20 lines
305 B
CSS
20 lines
305 B
CSS
.__PFX__-bn5 {
|
|
display:flex;
|
|
margin:16px;
|
|
gap:12px;
|
|
}
|
|
.__PFX__-bn5-img {
|
|
width:100px;
|
|
height:60px;
|
|
border-radius:8px;
|
|
object-fit:cover;
|
|
}
|
|
.__PFX__-bn5-right h3 {
|
|
font-size:16px;
|
|
color:var(--primary-color);
|
|
}
|
|
.__PFX__-bn5-right p {
|
|
font-size:13px;
|
|
color:#666;
|
|
}
|