2 Star 0 Fork 0

xushuyi/jquery-photo

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.html 3.57 KB
Copy Edit Raw Blame History
xushuyi authored 2018-06-23 09:28 . 循环播放音乐
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>index</title>
<!-- 导入相关样式文件 -->
<link rel="stylesheet" href="./css/baseCss.css">
<link rel="stylesheet" href="./css/pages.css">
<!-- <link rel="stylesheet" href="./css/loveWall.css">
<link rel="stylesheet" href="./css//wishWall.css"> -->
<link rel="stylesheet" href="./css/background.css">
<!-- 音乐播放器 -->
<link rel="stylesheet" href="./css/fugu/index.css">
</head>
<body>
<!--Version1.0.1
<div id="showView">
<div class="tab show container" id="container">
</div>
<div class="tab">
<h1>Test时光轴</h1>
</div>
<div class="tab" id="wishWall">
</div>
</div>
-->
<div id="root">
<!-- 显示区域 -->
<div id="showView">
<div class="tab show">
<h1 style="color: #FFF;">Tab 1</h1>
</div>
<div class="tab">
<h1 style="color: #FFF;">Tab 2</h1>
</div>
<div class="tab">
<h1 style="color: #FFF;">Tab 3</h1>
</div>
</div>
<!-- 左右箭头,用来跳转页面 -->
<span class="app-arrow-left">&lt;</span>
<span class="app-arrow-right">&gt;</span>
</div>
<!-- 音乐播放器 -->
<audio id="myAudio" preload="auto" autoplay ></audio>
<div id="cdPlayer">
<div id="myConsole">曲名</div>
<div id="CD">
<div id="cdDisk"></div>
<div id="cdCover"></div>
</div>
<div id="cdControllerArm"></div>
<!-- <div id="playMode">
<div id="shuffleMode" class="mode" title="随机播放"><i class="iconfontPlayMode">&#xe85e;</i>&nbsp;</div>
<div id="listMode" class="mode" title="顺序播放"><i class="iconfontPlayMode">&#xe7ec;</i>&nbsp;</div>
<div id="loopMode" class="mode" title="单曲循环"><i class="iconfontPlayMode">&#xe7df;</i>&nbsp;</div>
</div> -->
<div id="controllerButton">
<div id="playBtn" class="button" title="播放"><i class="iconfont">&#xe830;</i>&nbsp;</div>
<div id="pauseBtn" class="button" title="暂停"><i class="iconfont">&#xe81f;</i>&nbsp;</div>
<div id="nextBtn" class="button" title="下一曲"><i class="iconfont">&#xe811;</i>&nbsp;</div>
<div id="preBtn" class="button" title="上一曲"><i class="iconfont">&#xe826;</i>&nbsp;</div>
<div id="stopBtn" class="button" title="停止"><i class="iconfont">&#xe875;</i>&nbsp;</div>
<div id="muteBtn" class="button" title="静音"><i class="iconfont">&#xe8b1;</i>&nbsp;</div>
<!-- <div id="firstBtn" class="button" title="首曲"><i class="iconfont">&#xe787;</i>&nbsp;</div>
<div id="lastBtn" class="button" title="末曲"><i class="iconfont">&#xe7cc;</i>&nbsp;</div> -->
</div>
</div>
<div class="landscape"></div>
<div class="filter"></div>
<canvas id="canvas" style="position: fixed;"></canvas>
</body>
<!-- 导入脚本文件 -->
<script src="./js/libs/jquery-1.11.1.min.js"></script>
<script src="./js/index.js"></script>
<script src="./js/background.js"></script>
<!-- version1.0.1 爱心墙,留言板 -->
<!-- <script src="./js/loveWall.js"></script>
<script src="./js/wishWall.js"></script> -->
<!-- 音乐播放器 -->
<script src="./js/fugu/index.js"></script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ghostgithub/jquery-photo.git
git@gitee.com:ghostgithub/jquery-photo.git
ghostgithub
jquery-photo
jquery-photo
master

Search

0d507c66 1850385 C8b1a773 1850385