|
|

楼主 |
发表于 2022-3-1 21:04
|
显示全部楼层
- <style type="text/css">
- .picBtn {
-
- width: 46px;
- height: 47px;
- border: none;
- outline: none;
- border-radius: 8px;
- background: transparent url('https://wj1.zp68.com:812/lxx/yunhua/2022/02/08/002.png') no-repeat;
- cursor: pointer;
-
- </style>
- <div style="position: relative; left:-200px; width:995px; top: 150px; text-align:center;">
- <img alt="" src="https://pic.imgdb.cn/item/621d165b2ab3f51d915b0cae.gif" style="box-shadow:1px 1px 2px #666; border:solid 1px #000;" />
- <div style="position:absolute; width:270px; left:70px; top: 450px; text-align:center;">
- <center >
- <p ><font color="#CCCCCC" size="4" >
- <marquee scrollamount="4" direction="left" >截一个岁月的频谱 送给千羽 不过没有岁月的美臀和好身材了</marquee>
- <p><audio id="music" src="https://oss.shandianpan.com/fdd1d051d1a0c9e8d4fd0dba6a32bd3d.mp3" loop="loop" autoplay="autoplay" ></audio><br> </p>
- <button id="picBtn" class="picBtn"></button>
- </div>
- </div>
- <script language="javascript">
- var mu = document.getElementById('music');
- var btn = document.getElementById('picBtn');
- btn.onclick = function(){
- mu.paused ? (mu.play(), btn.style.background="url('https://wj1.zp68.com:812/lxx/yunhua/2022/02/08/002.png')") : (mu.pause(), btn.style.background="url('https://wj1.zp68.com:812/lxx/yunhua/2022/02/08/001.png')");
- }
- mu.addEventListener("ended", function(){
- btn.style.background="url('https://wj1.zp68.com:812/lxx/yunhua/2022/02/08/001.png')";
- })
- </script>
- <br><br><br><br><br><br><br><br><br>
复制代码 |
|