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