|
|
末尾的代码是多余的吧。
- <style>
- .img_border{display:inline-block;width:1124px;height:639px;margin:0px ;position: absolute;}
- .img_border #aplay{border:1px solid #000000;border-radius:0%; }
- .z360z{animation: rotating 0s linear infinite;background:url('http://chuangshicdn.data.mvbox.cn/album/22/03/13/22031313512556895204.gif')0 0/50% 50%,url('http://chuangshicdn.data.mvbox.cn/album/22/03/13/22031313224507420082.gif')0 0/50% 50%,url('http://chuangshicdn.data.mvbox.cn/album/22/03/04/22030408532927019944.gif')0 0/100% 100%;}@keyframes rotating{from {filter:hue-rotate(0deg)contrast(120%)brightness(110%);}
- to {filter:hue-rotate(60deg)contrast(110%)brightness(100%);}}
- </style>
- <script type="text/javascript">
- var my_audio =document.getElementById("aud");my_audio.onended = function(){document.getElementById("aplay").className="";};my_audio.onplaying = function(){document.getElementById
- ("aplay").className="z360z";};my_audio.onpause = function(){document.getElementById("aplay").className="";};var lyric = parseLyric(songkrc); </script>
- </div>
复制代码 |
|