@import '../../../styles/variables.scss'; @import '../../../styles/mixins.scss'; .detail-type { @include section-title; margin-bottom: 12px; } .detail-meta { display: flex; justify-content: space-between; } .meta-item { font-size: var(--tk-font-body); color: $tx3; } .content-card-wrap { // RichText 内部样式 h1, h2, h3 { font-weight: bold; color: $tx; margin: 24px 0 12px; } p { font-size: var(--tk-font-body-lg); color: $tx; line-height: 1.8; margin-bottom: 16px; } ul { padding-left: 32px; margin-bottom: 16px; } li { font-size: var(--tk-font-body-lg); color: $tx; line-height: 1.8; margin-bottom: 8px; } strong { color: $pri-d; } } .report-content { font-size: var(--tk-font-body-lg); line-height: 1.8; color: $tx; } .empty-text { display: block; text-align: center; padding: 120px 0; color: var(--tk-text-secondary); font-size: var(--tk-font-body-lg); } .auto-badge { margin-top: 16px; display: inline-block; } .auto-badge-text { display: inline-block; padding: 4px 16px; border-radius: $r-xs; font-size: var(--tk-font-body); font-weight: 500; background: $pri-l; color: $pri; } .trend-tip-card { background: $wrn-l; border: 1px solid $wrn; border-radius: $r; padding: 20px 24px; margin-bottom: 20px; } .trend-tip-text { font-size: var(--tk-font-body); color: $wrn; line-height: 1.6; }