Dvideo视频播放器播放效果代码

代码语言:html

所属分类:多媒体

代码描述:Dvideo视频播放器播放效果代码,提供简单的api对播放器进行控制,包括弹出菜单、设置播放速度、调节音量、快进等

代码标签: 播放 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/Dvideo.css">

    <style>
        body,html {
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            background-color: #171717;
        }

        .title {
            font: 24px/1.5 weight;
            color: #fff;
            text-align: center;
            margin: 20px 0;
        }

        .centerInfo {
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        .getFullScreen {
            position: absolute;
            bottom: 100px;
            right: 100px;
            z-index: 1111;
        }
        .ctrl-c {
            width: 500px;
            height: auto;
            margin: 20px auto;
        }

        .btn {
            padding: 6px 10px;
            background: #5C96D8;
            margin: 5px;
            color: #fff;
            cursor: pointer.........完整代码请登录后点击上方下载按钮下载查看

网友评论0