保存进度!
This commit is contained in:
commit
9e3f5d376e
20
g2-left.css
20
g2-left.css
@ -43,7 +43,7 @@ body {
|
|||||||
/* #write 为写入区域 */
|
/* #write 为写入区域 */
|
||||||
|
|
||||||
#write {
|
#write {
|
||||||
max-width: 860px;
|
max-width: 1280px;
|
||||||
padding: 20px 30px 160px;
|
padding: 20px 30px 160px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
@ -295,6 +295,23 @@ h1:not([title]) {
|
|||||||
display: inline-block;
|
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标题样式 */
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -836,4 +853,3 @@ footer {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user