From a4e316ec1c94247b0d3c7c3a587302c6cd64eff7 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 19 Apr 2021 14:52:51 +0800
Subject: [PATCH] 针对jessibuca进行初始化
---
src/main/resources/public/css/controles.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/public/css/controles.css b/src/main/resources/public/css/controles.css
index d8589fb..d64a723 100644
--- a/src/main/resources/public/css/controles.css
+++ b/src/main/resources/public/css/controles.css
@@ -21,7 +21,7 @@
.player .control{
position: absolute;
- background: rgba(255,255,0,0.3);
+ background: rgba(255, 255, 255, 0.3);
width: 680px;
height: 40px;
border-radius: 5px;
@@ -37,18 +37,18 @@
color: #fff;
}
.player .control .play_pause,.player .control .expand{
- color: rgb(255, 221, 44);
+ color: rgb(246, 255, 249);
}
.player .control div:nth-child(2){
width: 460px;
height: 10px;
- background-color: rgba(255,255,255,0.3);
+ background-color: rgba(255, 255, 255, 0.5);
border-radius: 5px;
overflow: hidden;
}
.player .control .progress{
display: block;
- width: 10%;
+ width: 100%;
height: 10px;
background: #fff;
}
--
Gitblit v1.9.1