<source src="http://static.jiyou-tech.com/2020/561/audio/bg.mp3" type="audio/mpeg"> | <source src="http://static.jiyou-tech.com/2020/561/audio/bg.mp3" type="audio/mpeg"> | ||||
</audio> | </audio> | ||||
<script> | <script> | ||||
document.body.addEventListener('touchmove', function (e) { | |||||
e.preventDefault(); | |||||
}, {passive: false}); | |||||
var bgAudio=document.getElementById('bgAudio'); | var bgAudio=document.getElementById('bgAudio'); | ||||
bgAudio.loop=true; | bgAudio.loop=true; | ||||
bgLoop=false; | bgLoop=false; |
} | } | ||||
.contentImg{ | .contentImg{ | ||||
width: 6.93rem; | width: 6.93rem; | ||||
height: 11.9rem; | |||||
height: 11.94rem; | |||||
} | } | ||||
.pageRedDot{ | .pageRedDot{ | ||||
position: absolute; | position: absolute; |
publicPath: process.env.NODE_ENV === 'production' | publicPath: process.env.NODE_ENV === 'production' | ||||
? '/2020/561/' | ? '/2020/561/' | ||||
: '/' | : '/' | ||||
} | |||||
} |