| | |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | (process.env.VUE_APP_ENV == "product" |
| | | ? process.env.VUE_APP_BOOK_ID |
| | | : "english") |
| | | : "sportsAndHealth") |
| | | ); |
| | | // 测试试读30页 |
| | | // this.activeBook.tryPageCount = 10; |
| | |
| | | b { |
| | | color: #F79447; |
| | | } |
| | | |
| | | .imgBox{ |
| | | display: flex !important; |
| | | flex-direction: column-reverse !important; |
| | | position: relative !important; |
| | | |
| | | .img{ |
| | | position: absolute !important; |
| | | left: 45% !important; |
| | | bottom:-10% !important; |
| | | } |
| | | |
| | | img { |
| | | height: 80%; |
| | | } |
| | | } |
| | | </style> |
| | |
| | | <chapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList"></chapterThree> |
| | | <chapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList"></chapterFour> |
| | | <assemblyOne v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList"></assemblyOne> |
| | | <assemblyTwo v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" @openPDFChange="swdtChange" /> |
| | | <!-- <assemblyTwo v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" @openPDFChange="swdtChange" /> --> |
| | | |
| | | |
| | | <!-- <ChapterFour |
| | |
| | | |
| | | // 测试页面跳转 |
| | | setTimeout(() => { |
| | | this.gotoPage(4, 111); |
| | | this.gotoPage(4, 127); |
| | | // setTimeout(() => { |
| | | // this.renderSign("Highlight", { |
| | | // id: "2ACA9359", |
| | |
| | | <template> |
| | | <div class="chapter" num="8"> |
| | | <div class="page-box" page="24"> |
| | | <!-- <div class="page-box" page="24"> |
| | | <div v-if="showPageList.indexOf(24) > -1"> |
| | | <div class="bodystyle"> |
| | | <div class="bodystyle-chapter"> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | |
| | | |
| | | |
| | | <div class="page-box" page="26"> |
| | | <div v-if="showPageList.indexOf(26) > -1"> |
| | | <div class="bodystyle"> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <div> |
| | | <el-dialog :visible.sync="dialogVisible" width="60vw" top="2vh" lock-scroll :show-close="false" |
| | | class="custom-dialog"> |