From 960b32ee8aa6d5a4c5e3bcc35e2c97aa58ed0ed8 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 11 二月 2025 11:25:55 +0800 Subject: [PATCH] 奇偶页边距 --- src/books/toddlerGameImplementation/assets/main.less | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less index 55725ab..6ef25dc 100644 --- a/src/books/toddlerGameImplementation/assets/main.less +++ b/src/books/toddlerGameImplementation/assets/main.less @@ -1107,22 +1107,22 @@ } - // .bodystyle:nth-of-type(odd) { - // font-family: 'FZLTXIHJW'; - // text-align: justify; - // margin: 0 11% 0 9%; - // padding-bottom: 80px; - // line-height: 30px; - // // hr { - // // font-weight: 800; - // // margin-left: 0; - // // margin-top: 10px; - // // margin-bottom: 10px; - // // width: 25%; - // // } - // } + .page-box:nth-child(odd) .bodystyle { + font-family: 'FZLTXIHJW'; + text-align: justify; + margin: 0 11% 0 9%; + padding-bottom: 80px; + line-height: 30px; + // hr { + // font-weight: 800; + // margin-left: 0; + // margin-top: 10px; + // margin-bottom: 10px; + // width: 25%; + // } + } - .bodystyle:nth-of-type(even) { + .page-box:nth-child(even) .bodystyle { font-family: 'FZLTXIHJW'; text-align: justify; margin: 0 9% 0 11%; -- Gitblit v1.9.1