fix ebook-intro-lead字級一致

This commit is contained in:
2026-05-18 22:32:52 +08:00
parent eb0d08c6ea
commit a1f9f83d6e
2 changed files with 8 additions and 2 deletions
+7 -2
View File
@@ -2686,13 +2686,18 @@ body.ebook-ssg2-page .ebook-main p {
line-height: 1.7;
}
body.ebook-ssg2-page .ebook-intro.section p+p {
margin-top: -0.5rem;
/* 註解段用小字;勿用 p+p(會把連續 ebook-intro-lead 第 2 段起全縮小) */
body.ebook-ssg2-page .ebook-intro.section p.ebook-intro-note {
margin: 0.35rem 0 0;
font-size: 0.88rem;
color: #777;
line-height: 1.5;
}
body.ebook-ssg2-page .ebook-intro.section p.ebook-intro-lead + p.ebook-intro-note {
margin-top: -0.5rem;
}
body.ebook-ssg2-page .ebook-intro-notes {
max-width: 42rem;
margin: 0 auto 1rem;
+1
View File
@@ -92,6 +92,7 @@
margin: 0 0 1.25rem;
color: #4a4a4a;
line-height: 1.7;
font-size: inherit;
}
body.ebook-ssg2-page.totoga2-page .ebook-main #totoga2-reader .ebook-intro.section p.ebook-intro-note {