发布时间:2026-07-21阅读(1)
一款UI界面非常简洁美观的html5小型网页mp3音乐播放器开发,暂停播放、歌曲切换、进度条等基本功能都有。

<!DOCTYPE html><html lang="en" ><head><meta charset="UTF-8"><title>Music Player | Audio Player </title><!--字体图标样式--><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.3.1/css/solid.css><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.3.1/css/fontawesome.css><!--布局样式--><link rel="stylesheet" href="css/style.css"> </head><body> <!-- Tracks used in this music/audio player application are free to use. I downloaded them from Soundcloud and NCS websites. I am not the owner of these tracks.Please dont create new pen by just copying and pasting code from this pen ( as I have seen some of them ), if you do that then dont forget to link back to this original pen. If you want to copy this pen then simply use the Fork button. Thank you --> <div id="app-cover"> <div id="bg-artwork"></div> <div id="bg-layer"></div> <div id="player"> <div id="player-track"> <div id="album-name"></div> <div id="track-name"></div> <div id="track-time"> <div id="current-time"></div> <div id="track-length"></div> </div> <div id="s-area"> <div id="ins-time"></div> <div id="s-hover"></div> <div id="seek-bar"></div> </div> </div> <div id="player-content"> <div id="album-art"> <img src="http://img.studyofnet.comimg/1.jpg" id="_1"> <img src="http://img.studyofnet.comimg/2.jpg" id="_2"> <img src="http://img.studyofnet.comimg/3.jpg" id="_3"> <img src="http://img.studyofnet.comimg/4.jpg" id="_4"> <img src="http://img.studyofnet.comimg/5.jpg" id="_5"> <div id="buffer-box">缓冲…</div> </div> <div id="player-controls"> <div > <div id="play-previous"> <i ></i> </div> </div> <div > <div id="play-pause-button"> <i ></i> </div> </div> <div > <div id="play-next"> <i ></i> </div> </div> </div> </div> </div> </div> </body></html>
源码运行效果截图:
大家需要这个项目css代码,js,图片做练习的可以找我免费领取,如果大家不怕麻烦可以关注我后私信我“前端学习资料”几个字 找我领取 24小时在线!

上一篇:集成墙面代理加盟
下一篇:如何注册qq号 怎样注册qq号
Copyright © 2024 有趣生活 All Rights Reserve吉ICP备19000289号-5 TXT地图HTML地图XML地图