25 lines
390 B
CSS
25 lines
390 B
CSS
/* ===== pinlun base ===== */
|
|
.__PFX__-cmt {
|
|
margin: 24px 0;
|
|
font-size: 14px;
|
|
color: var(--text-color);
|
|
}
|
|
|
|
.__PFX__-cmt-title {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.__PFX__-cmt-text {
|
|
line-height: 1.65;
|
|
}
|
|
|
|
.__PFX__-cmt-meta {
|
|
font-size: 12px;
|
|
color: var(--text-muted-color);
|
|
}
|
|
|
|
.__PFX__-cmt-item,
|
|
.__PFX__-cmt-card {
|
|
margin-bottom: 10px;
|
|
}
|
|
|