From 3b63fa3d397abb1cc8128cc3a22f1f40a6598046 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 19 Apr 2021 16:42:52 +0800
Subject: [PATCH] jessiebuca插件初始化
---
src/main/resources/public/index2.html | 35 ++++++++++++++++++++++++++++++++---
1 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/public/index2.html b/src/main/resources/public/index2.html
index f4a222d..5b7d39e 100755
--- a/src/main/resources/public/index2.html
+++ b/src/main/resources/public/index2.html
@@ -1,10 +1,13 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Jessibuca 1.0</title>
<meta charset="utf-8"/>
+ <link rel="stylesheet" href="css/font-awesome.min.css">
+ <link rel="stylesheet" href="css/controles.css">
+
<style>
.btn {
display: inline-block;
@@ -74,8 +77,34 @@
</head>
<body>
-<div class="player-wrapper" id="container" style="background-color: #0D0E1B;width:900px;height:500px">
-</div>
+ <div class="wrap">
+ <div class="content">
+ <div class="player">
+ <div class="player-wrapper" id="container" style="background-color: #0D0E1B;width:900px;height:500px">
+ </div>
+ <div class="control">
+ <!-- <div class="fa fa-play play_pause"></div> -->
+ <div class="fa fa-pause"></div>
+
+ <div>
+ <span class="progress"></span>
+ </div>
+ <div class="timer">
+ <span class="progress_timer">00:00:00</span>/
+ <span class="duration_timer">00:00:00</span>
+ </div>
+ <div class="fa fa-expand expand" onclick="h5lc.fullscreen=true"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+<br />
+<br />
+<br />
+
+
<div class="btn-wrapper" id="playDom">
<button class="btn" id="play">播放</button>
</div>
--
Gitblit v1.9.1