保存进度!

This commit is contained in:
Kane Wang 2022-04-11 11:12:20 +08:00
parent 718703684f
commit e32be7d577
3 changed files with 28 additions and 2 deletions

View File

@ -294,7 +294,7 @@ h6 code {
/* h1标题样式 */
h1 {
margin-top: 2.2rem;
margin-top: 2.5rem;
text-align: center;
padding-bottom: .2em;
font-size: 2.25em;
@ -302,6 +302,14 @@ h1 {
/* border-bottom: 1px solid #eee; */
}
h1:after {
content: '';
display: block;
margin: 0.2em auto 0;
width: 4em;
height: 2px;
border-bottom: 2px solid var(--main-6);
}
/* h2标题样式 */

View File

@ -302,6 +302,24 @@ h1 {
/* border-bottom: 1px solid #eee; */
}
h1:after {
content: '';
display: block;
margin: 0.2em auto 0 0;
width: 4em;
height: 2px;
border-bottom: 2px solid var(--main-6);
}
h1[title]:after {
content: '';
display: block;
margin: 0.2em auto 0;
width: 4em;
height: 2px;
border-bottom: 2px solid var(--main-6);
}
/* h2标题样式 */

2
zj.css
View File

@ -184,7 +184,7 @@ h3 a {
}
h1 {
text-align: left;
text-align: center;
padding-bottom: 0.3em;
font-size: 2.2em;
line-height: 1.2;