Hi,歡迎訪問前端老白
<audio src="music.mp3" controls> 您的瀏覽器不支持 HTML5 音頻標簽。 </audio>
<style> .audio-container { position: relative; width: 300px; height: 50px; background-color: #f7f7f7; border: 1px solid #ccc; border-radius: 5px; padding: 10px; } .play-btn { position: absolute; top: 10px; left: 10px; background-color: #333; width: 30px; height: 30px; border-radius: 50%; } .play-btn:hover { background-color: #666; } .audio-title { font-size: 16px; font-weight: bold; margin-top: 8px; margin-bottom: 4px; } .audio-time { font-size: 12px; color: #999; width: 50px; text-align: center; margin-top: 4px; margin-right: 10px; } .audio-progress { height: 2px; background-color: #ccc; margin-top: 16px; } .audio-progress-bar { height: 2px; background-color: #333; width: 60%; } </style>
<div class="audio-container"> <div class="play-btn"></div> <p class="audio-title">歌曲名稱</p> <p class="audio-time">0:00</p> <div class="audio-progress"> <div class="audio-progress-bar"></div> </div> <audio src="music.mp3"></audio> </div>
老白網絡 (http://www.lofty888.cn/) 前端 后端 zblog主題.網站地圖xml