fix ebook-intro-lead字級一致
This commit is contained in:
@@ -2686,13 +2686,18 @@ body.ebook-ssg2-page .ebook-main p {
|
|||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.ebook-ssg2-page .ebook-intro.section p+p {
|
/* 註解段用小字;勿用 p+p(會把連續 ebook-intro-lead 第 2 段起全縮小) */
|
||||||
margin-top: -0.5rem;
|
body.ebook-ssg2-page .ebook-intro.section p.ebook-intro-note {
|
||||||
|
margin: 0.35rem 0 0;
|
||||||
font-size: 0.88rem;
|
font-size: 0.88rem;
|
||||||
color: #777;
|
color: #777;
|
||||||
line-height: 1.5;
|
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 {
|
body.ebook-ssg2-page .ebook-intro-notes {
|
||||||
max-width: 42rem;
|
max-width: 42rem;
|
||||||
margin: 0 auto 1rem;
|
margin: 0 auto 1rem;
|
||||||
|
|||||||
@@ -92,6 +92,7 @@
|
|||||||
margin: 0 0 1.25rem;
|
margin: 0 0 1.25rem;
|
||||||
color: #4a4a4a;
|
color: #4a4a4a;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.ebook-ssg2-page.totoga2-page .ebook-main #totoga2-reader .ebook-intro.section p.ebook-intro-note {
|
body.ebook-ssg2-page.totoga2-page .ebook-main #totoga2-reader .ebook-intro.section p.ebook-intro-note {
|
||||||
|
|||||||
Reference in New Issue
Block a user