导航系统添加随机小姐姐视频页面
谈天说地
1 3485
我抽的不是烟是想念 2021-06-26 10:41:40
高级授权
积分:2
在模板文件里面的PC 文件夹 新建一个xjj.html 文件 把下发代码复制进去,去其他模板的页脚和页头分别放到代码前后即可
不会的
页面打开域名/s/xjj.html
<section class="uk-container uk-margin-bottom">
<div class="warp ceo-container zj" style="background: #fff; margin-top: 20px; padding-top: 0px; padding-left: 0px; padding-right: 0px;">
<div class="article_content layui-clear" style="padding:0 20px;">
<div class="tit">
在线看抖音快手小姐姐视频(如果播放失败或长时间加载请播放下一个即可)
</div>
<div class="app">
<div>
<section id="buttons">
<button id="switch">连续: 开</button>
<button id="next">播放下一个</button>
</section>
<section id="main"><video id="player" src="http://www.kuaidoushe.com/video.php" controls="" webkit-playsinline="" playsinline=""></video></section>
</div>
</div>
</div>
</div>
<<span class="hljs-regexp">/section>
<style type="text/css">
.app{
overflow: hidden;
margin: 30px 0;
}
#player {
width: 100%;
height: 600px;
margin-top: 20px;
margin-bottom: 20px;
float: left;
z-index: 100;
}
#buttons{
text-align: center;
}
#switch, #next {
background: #007bf5;
color: #ffffff;
font-size: 15px;
height: 35px;
padding: 0px 15px;
margin-right: 7px;
border-radius: 20px;
border: 0;
cursor: pointer;
}
.tit {
background: #f2f5f9;
border-radius: 5px;
padding: 15px 20px;
font-size: 15px;
margin-top: 20px;
}
@media screen and (max-width: 600px){
.box,.gotop{
display: none!important;
}
}
(function (window, document) {
if (top != self) {
window.top.location.replace(self.location.href);
}
var get = function (id) {
return document.getElementById(id);
}
var bind = function (element, event, callback) {
return element.addEventListener(event, callback);
}
var auto = true;
var player = get('player');
var randomm = function () {
player.src = 'http://www.kuaidoushe.com/video.php?_t=' + Math.random();
player.play();
}
bind(get('next'), 'click', randomm);
bind(player, 'error', function () {
randomm();
});
bind(get('switch'), 'click', function () {
auto = !auto;
this.innerText = '连续: ' + (auto ? '开' : '关');
});
bind(player, 'ended', function () {
if (auto) randomm();
});
})(window, document);
最新会员
- 精选帖子
- 新版4.2授权码的填写方式 6846
- 国际导航30多款模板进行免费 8660
- 国际导航采集扩展 13337
- api接口使用教程【v3.1.3】 9148
- 使用本系统搭建违法,触犯,站点公告 9938
- 虚拟主机安装出现数据连接失败解决方案 21499
- 国际网址导航新版标签大全 19328
- 关于2.4之前版本想转3.0新版教程 10254
- GUOJIZ国际网址导航系统全新V5.8(2022-04-26) 78209
- 热门帖子
- 素材系统预计月底发布 9986
- 使用本系统搭建违法,触犯,站点公告 9938
- MyuCMS社区+商城内容管理系统V2.0正式版 9652
- 广告添加万能调用方法 9645
- api接口使用教程【v3.1.3】 9148
- Guojiz导航系统手机模板【xin】 9139
- 国际导航30多款模板进行免费 8660
- Guojiz导航系统升级到2.3.6丁【20191015】 8603
- 关于安装后登录后台账号密码 8112