优化文章样式及评论样式

This commit is contained in:
Han 2025-02-20 10:46:57 +08:00
parent 32b638ad01
commit 126751ca79
2 changed files with 11 additions and 7 deletions

View File

@ -11,8 +11,9 @@ section.vh-container {
h4, h4,
h5, h5,
h6 { h6 {
display: inline-block;
box-sizing: border-box; box-sizing: border-box;
margin: 1.188rem 0 0.36rem; margin: 1.688rem 0 0.36rem;
font-size: 1rem; font-size: 1rem;
width: max-content; width: max-content;
max-width: 100%; max-width: 100%;
@ -59,12 +60,13 @@ section.vh-container {
p, p,
ul, ul,
ol { ol {
margin: 0.618rem 0; margin: 0;
padding: 0.618rem 0;
font-size: 0.9375rem; font-size: 0.9375rem;
line-height: 1.6; line-height: 1.6;
li { li {
color: #33333388; color: #9A9A9A;
font-size: 0.875rem; font-size: 0.875rem;
line-height: 1.6; line-height: 1.6;
} }
@ -187,6 +189,7 @@ section.vh-container {
p { p {
margin: 0; margin: 0;
padding: 0;
} }
// :::note // :::note

View File

@ -18,10 +18,6 @@
// ul标签样式 // ul标签样式
ul:not(.OwO-items):not(.OwO-packages), ul:not(.OwO-items):not(.OwO-packages),
ol { ol {
margin: 0.618rem 0;
font-size: 0.9375rem;
line-height: 1.6;
li { li {
color: #33333388; color: #33333388;
font-size: 0.875rem; font-size: 0.875rem;
@ -49,6 +45,7 @@
} }
p { p {
padding: 0.38rem 0;
color: #4c4948; color: #4c4948;
font-weight: 400; font-weight: 400;
font-size: 0.875rem; font-size: 0.875rem;
@ -250,6 +247,10 @@
height: 28px; height: 28px;
} }
} }
.tk-ruser {
font-weight: bold;
}
} }
// UA信息 // UA信息