| | |
| | | <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"> |
| | |
| | | <h2 class="lefth2" id="b006"> |
| | | <img class="img-gn" alt="" src="../../assets/images/xsyty.jpg" /> |
| | | </h2> |
| | | <ul class="fl audio-box"> |
| | | <li class="fl al-cn"> |
| | | <span class="wh-nr">男童音</span> |
| | | <audio :src="auidoPathOne" controls></audio> |
| | | </li> |
| | | <li class="fl al-cn"> |
| | | <span class="wh-nr"> |
| | | 女童音 |
| | | </span> |
| | | <audio :src="auidoPathTwo" controls></audio> |
| | | </li> |
| | | </ul> |
| | | <h3 id="c006">亡羊补牢</h3> |
| | | <p class="block2">席一元</p> |
| | | <p class="block2">羊啊羊啊咩咩叫,有只小羊不见了。</p> |
| | |
| | | x5-playsinline="" |
| | | controls |
| | | class="w100" |
| | | style="margin-top: 40px;" |
| | | ></video> |
| | | <h2 class="lefth2 mt-40" id="b007"> |
| | | <img class="img-gn" alt="" src="../../assets/images/czysj.jpg" /> |
| | |
| | | </div> |
| | | <!-- <p class="center"><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></p> --> |
| | | </div> |
| | | <ul class="pb-box"> |
| | | <ul style="margin-top: 20px"> |
| | | <li class="ml-40"> |
| | | <img src="../../assets/images/icon/tree.jpg" /> |
| | | <span class="dl-ib"> 8 </span> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import getResourcePath from "@/assets/methods/resources"; |
| | | import {getResourcePath} from "@/assets/methods/resources"; |
| | | export default { |
| | | name: "chapterTwo", |
| | | props: { |
| | |
| | | videoPathOne: "", |
| | | num:0, |
| | | addTimer:null, |
| | | cutTimer:null |
| | | cutTimer:null, |
| | | auidoPathOne:"", |
| | | auidoPathTwo:"", |
| | | |
| | | }; |
| | | }, |
| | | methods: { |
| | | getVidoePath() { |
| | | this.videoPathOne = getResourcePath("f6aaaed901868114d948031615250bed"); |
| | | async getVidoePath() { |
| | | this.videoPathOne = await getResourcePath("f6aaaed901868114d948031615250bed"); |
| | | this.auidoPathOne = await getResourcePath("39fd9a021904ed3de1b8b9e036777ea3"); |
| | | this.auidoPathTwo = await getResourcePath("a143777eff52ee24e53521d16afc85d9"); |
| | | }, |
| | | addNum() { |
| | | this.addTimer = setInterval(() => { |
| | |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | .cover-gif { |
| | | position: absolute; |
| | | top: 33%; |
| | | left: 23%; |
| | | |
| | | } |
| | | </style> |