perf(field): 根据 slot 内容决定 块状 线条 状态

This commit is contained in:
就眠仪式
2021-10-12 14:27:33 +08:00
parent 16934254ab
commit 9d72425f63
9 changed files with 107 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ html {
}
h4 {
font-weight: 700 !important;
font-weight: 600 !important;
font-size: 16.8px !important;
margin-top: 20px !important;
margin-bottom: 20px !important;
@@ -22,20 +22,10 @@ h4,
h5,
h6 {
margin: 0;
color: #303133;
color: #333;
line-height: 1.25;
}
h1,
h3,
h4,
h5,
h6,
strong,
b {
font-weight: 600;
}
h1:hover .header-anchor,
h1:focus .header-anchor,
h2:hover .header-anchor,