From 751ceca5616d1815de10f6968ec9472ef8a0f998 Mon Sep 17 00:00:00 2001 From: Sake <1246665453@qq.com> Date: Thu, 14 Jan 2021 15:01:53 +0800 Subject: [PATCH] Update Demo --- demo/html/index.html | 12 ++++-- demo/vuecli3/src/App.vue | 93 ++++++++++++++++++---------------------- 2 files changed, 49 insertions(+), 56 deletions(-) diff --git a/demo/html/index.html b/demo/html/index.html index 99bc913..3ccbf87 100644 --- a/demo/html/index.html +++ b/demo/html/index.html @@ -12,11 +12,17 @@

H265播放器


-
+
+

列如:http://127.0.0.1:8080/flv/hls/stream.flv 在线演示

+

注意:本实例需要以服务方式启动 搭建服务教程

\ No newline at end of file diff --git a/demo/vuecli3/src/App.vue b/demo/vuecli3/src/App.vue index e32e475..dd81808 100644 --- a/demo/vuecli3/src/App.vue +++ b/demo/vuecli3/src/App.vue @@ -1,22 +1,20 @@ @@ -58,41 +56,32 @@ -moz-osx-font-smoothing: grayscale; color: #2c3e50; } - // .el-row, - // .el-col { - // min-height: 300px; - // max-width: 600px; - // margin: auto; - // } - // .el-input { - // padding: 5px; - // box-sizing: border-box; - // } - // .player-button { - // margin: 5px; - // width: 100%; - // } - // p { - // font-size: 12px; - // color: #67c23a; - // } - // .player-box { - // height: 400px; - // width: 600px; - // margin: auto; - // margin-top: 2%; - // border: 1px solid #eee; - // } - // .el-input__inner:focus { - // border-color: #67c23a !important; - // } - .box { - max-width: 900px; + .el-row, + .el-col { + min-height: 300px; + max-width: 600px; margin: auto; - margin-top: 20px; - .list { - padding-bottom: 50%; - background-color: red; - } + } + .el-input { + padding: 5px; + box-sizing: border-box; + } + .player-button { + margin: 5px; + width: 100%; + } + p { + font-size: 12px; + color: #67c23a; + } + .player-box { + height: 400px; + width: 600px; + margin: auto; + margin-top: 2%; + border: 1px solid #eee; + } + .el-input__inner:focus { + border-color: #67c23a !important; } \ No newline at end of file