1 Star 0 Fork 0

Canoe/mp3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
demo1.html 862 Bytes
一键复制 编辑 原始数据 按行查看 历史
cjzdmj1997 提交于 2020-05-14 14:54 . my first commit
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>涛哥-网易云音乐播放器</title>
<style>
/*全局样式*/
* {padding:0px;margin:0px;}
html,body {width: 100%;height: 100%;}
/*播放器背景图片*/
#back_box {width:100%;height:100%;background: url(data/1.jpg) no-repeat center center;filter:blur(15px);}
/*音乐播放器容器盒子*/
#music_box {
position: absolute;top: 0;left: 0;
width: 100%;height: 100%;
background: rgba(0,0,0,0.5);
}
</style>
</head>
<body>
<!-- 播放器背景图片 -->
<div id="back_box"></div>
<!-- 音乐播放器容器盒子 -->
<div id="music_box">
</div>
</body>
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dmj1997/mp3.git
git@gitee.com:dmj1997/mp3.git
dmj1997
mp3
mp3
master

搜索帮助