From 44c909c0957bf751ed26f0ebb66aa96174f908f2 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Thu, 15 Apr 2021 13:38:41 +0800
Subject: [PATCH] 新增历史监控时间轴
---
src/main/resources/public/index2.html | 33 ++++++++++++++++++++++++++++++---
1 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/public/index2.html b/src/main/resources/public/index2.html
index f4a222d..bfd2ca2 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,32 @@
</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>
+ <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