闫增涛
2025-02-11 960b32ee8aa6d5a4c5e3bcc35e2c97aa58ed0ed8
奇偶页边距
2个文件已修改
32 ■■■■ 已修改文件
src/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/toddlerGameImplementation/assets/main.less 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -116,7 +116,7 @@
      process.env.VUE_APP_RESOURCE_CTX +
        (process.env.VUE_APP_ENV == "product"
          ? process.env.VUE_APP_BOOK_ID
          : "aviationEtiquette")
          : "toddlerGameImplementation")
      );
      // this.activeBook = await this.config.getBookConfig(
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%;