gpttemp
This commit is contained in:
58
code/public/static/css/modules/detail_main/desc.css
Normal file
58
code/public/static/css/modules/detail_main/desc.css
Normal file
@@ -0,0 +1,58 @@
|
||||
/* ===================== Desc Base ===================== */
|
||||
|
||||
.__PFX__-dm-desc {
|
||||
font-size: 14px;
|
||||
line-height: 1.7;
|
||||
color: var(--text-color);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc-more {
|
||||
margin-left: 6px;
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc-note {
|
||||
font-size: 12px;
|
||||
color: var(--text-muted-color);
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ===================== Variant Helpers ===================== */
|
||||
|
||||
.__PFX__-dm-desc.v1,
|
||||
.__PFX__-dm-desc.v2,
|
||||
.__PFX__-dm-desc.v3,
|
||||
.__PFX__-dm-desc.v7,
|
||||
.__PFX__-dm-desc.v12,
|
||||
.__PFX__-dm-desc.v17 {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc.v5 summary {
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc.v8 blockquote {
|
||||
margin: 0;
|
||||
padding-left: 10px;
|
||||
border-left: 3px solid var(--border-color);
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc.v11 {
|
||||
opacity: .95;
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc.v14 {
|
||||
background: var(--bg-soft-color);
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.__PFX__-dm-desc.v19 header {
|
||||
font-weight: 600;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user