liyongli пре 1 година
родитељ
комит
7fee13eb8e

+ 5 - 0
src/components/playBtn.vue

@@ -74,6 +74,11 @@ const play = () => {
     audio.pause();
   }
 };
+
+document.addEventListener('touchend' , ()=>{
+    audio && audio.play();
+})
+
 </script>
 <style scoped>
 .imgbtn {

+ 1 - 1
src/view/AEROSPACE2023/page3.vue

@@ -1,5 +1,5 @@
 <template>
-  <skeleton title="" titleLine="">
+  <skeleton title="主办单位" titleLine="">
     <div class="bg bg3 animate__animated animate__backInUp">
       <p class="duanluo shouh">指导单位</p>
     </div>

+ 1 - 1
src/view/AEROSPACE2023/skeleton.vue

@@ -67,7 +67,7 @@ defineProps({
       text-align: center;
       margin: 0 auto 3.1vh auto;
       text-overflow: ellipsis;
-      font-size: 22px;
+      font-size: 26px;
       line-height: 1.8em;
       height: 1.8em;
       letter-spacing: 6px;