From e2863e5ef1da5c89c84bf5ce139fc05b90429e10 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 26 Apr 2021 11:27:39 +0800
Subject: [PATCH] 直播 js完善

---
 src/main/resources/public/css/history/historyStyle.css |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/public/css/history/historyStyle.css b/src/main/resources/public/css/history/historyStyle.css
new file mode 100644
index 0000000..19d2968
--- /dev/null
+++ b/src/main/resources/public/css/history/historyStyle.css
@@ -0,0 +1,19 @@
+/*#jessibucaContainerHistory{
+    position: absolute;
+    left:50%;
+    top:50%;
+    transform: translate(-60%, -80%);
+}*/
+
+.player-wrapper {
+    width: 900px;
+    height: 500px;
+    /*overflow-y: auto;*/
+    margin: 80px auto -100px auto ;
+    text-align: center;
+}
+
+#container{
+    background-color: #0D0E1B;
+    top:50%;
+}

--
Gitblit v1.9.1