保存进度!

This commit is contained in:
Kane 2022-11-23 15:14:24 +08:00
commit 9e3f5d376e
1 changed files with 18 additions and 2 deletions

View File

@ -43,7 +43,7 @@ body {
/* #write 为写入区域 */
#write {
max-width: 860px;
max-width: 1280px;
padding: 20px 30px 160px;
margin: 0 auto;
}
@ -295,6 +295,23 @@ h1:not([title]) {
display: inline-block;
}
/* 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.5em;
width: 4em;
height: 2px;
/* border-bottom: 2px solid var(--main-6); */
/* h2标题样式 */
h2 {
@ -836,4 +853,3 @@ footer {
word-wrap: break-word;
}
}