1 Star 0 Fork 0

疯狂减肥带/tdplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TDPLAYER</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script src="dist/tdplayer.js" type="text/javascript" charset="utf-8"></script>
<style type="text/css">
.header{
text-align: center;
}
.header>.titile{
color: #fff;
}
#v-dom{
position: relative;
height: 517px;
width: 922px;
margin: 0 auto;
z-index: 5;
box-shadow: rgba(221, 221, 221, 0.32) 0 0 2px;
}
.introduction{
width: 922px;
color: #fff;
margin: 20px auto 20px auto;
}
.introduction>a{
color: #fff;
text-decoration:none;
}
.tp-video{
margin-bottom: -4px;
}
body {
background-color:#d67e7e;
}
@media screen and (max-width: 910px) {
body{
background-color:lightblue;
}
#v-dom{
position: absolute;
width: 100%;
}
.introduction{
width: auto;
}
}
</style>
</head>
<body>
<header class="header"><img src="tdlogo.png"/>
<h1 class="titile">A HTML5 VIDEO PLAYER WITH BARRAGE</h1>
</header>
<script type="text/javascript">
document.querySelector('.titile').addEventListener('mouseenter',function(){
console.log('mouseenter')
})
</script>
<div id="v-dom"></div>
<div class="introduction">
<a href='http://www.acfun.cn/v/ac3662355'>ac3662355</a> 【武林文工团】白金窝窝头-白糖小约
</div>
<script type="text/javascript">
tdvidplay({
ele:document.querySelector('#v-dom'),
vid:5114364,
pic:'http://imgs.aixifan.com/content/2017_04_29/1493452620.jpg',
ab:false
})
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haocity/tdplayer.git
[email protected]:haocity/tdplayer.git
haocity
tdplayer
tdplayer
extend

搜索帮助