From afd2cf656cbab08afe2db0ed011bf93625e1a5cc Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期一, 01 七月 2024 10:16:27 +0800 Subject: [PATCH] 艺术戏剧(测试 7.1) --- src/books/artAndDance/view/components/chapter001.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/books/artAndDance/view/components/chapter001.vue b/src/books/artAndDance/view/components/chapter001.vue index 5d13903..d462483 100644 --- a/src/books/artAndDance/view/components/chapter001.vue +++ b/src/books/artAndDance/view/components/chapter001.vue @@ -1,10 +1,9 @@ <template> <div class="chapter" num="2"> - <div class="page-box" page="4" style="min-height: auto"> + <div class="page-box" page="4"> <div v-if="showPageList.indexOf(4) > -1"> <img class="img-0" alt="" src="../../assets/images/dy1.jpg" /> <img src="../../assets/images/01.gif" alt="" style="width: 53%;" class="cover-img"> - <audio></audio> </div> </div> <div class="page-box" page="5"> @@ -55,13 +54,13 @@ <ul class="fl fl-cl al-cn audio-box"> <li class="fl al-cn"> <span class="wh-nr auido-text mr-8 ">鐢风闊�</span> - <audio :src="auidoPathOne" controls></audio> + <audio :src="auidoPathOne" controls controlslist="noplaybackrate nodownload" class="audio" ></audio> </li> <li class="fl al-cn mt-20 " > <span class="wh-nr auido-text mr-8 "> 濂崇闊� </span> - <audio :src="auidoPathTwo" controls></audio> + <audio :src="auidoPathTwo" controls controlslist="noplaybackrate nodownload" class="audio" ></audio> </li> </ul> <h3 id="c003">榛勯工妤奸�佸瓱娴╃劧涔嬪箍闄�</h3> @@ -79,7 +78,8 @@ x5-video-player-fullscreen="true" x5-playsinline="" controls - class="w100" + controlslist="nodownload" + class="w100 video" style="margin-top: 40px;" ></video> </div> -- Gitblit v1.9.1