| | |
| | | <div class="page-box" page="8" style="min-height: auto;"> |
| | | <div v-if="showPageList.indexOf(8) > -1"> |
| | | <img class="img-0" alt="" src="../../assets/images/dy2.jpg" /> |
| | | <img src="../../assets/images/03-2.gif" alt="" style="width: 55%;" class="cover-gif"> |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="9"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import getResourcePath from "@/assets/methods/resources"; |
| | | import {getResourcePath} from "@/assets/methods/resources"; |
| | | export default { |
| | | name: "chapterTwo", |
| | | props: { |
| | |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | .cover-gif { |
| | | position: absolute; |
| | | top: 33%; |
| | | left: 23%; |
| | | |
| | | } |
| | | </style> |