From c658f316d2f464e510d10f1081c52848c3aefeb2 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 15 十一月 2023 23:21:16 +0800
Subject: [PATCH] 企业 视频弹框

---
 src/assets/App.css |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/assets/App.css b/src/assets/App.css
index 303c052..ff9ecc0 100644
--- a/src/assets/App.css
+++ b/src/assets/App.css
@@ -15,16 +15,20 @@
 #sdkContainer {
   background-size: 100%;
 }
+
 .tipStyle {
   color: white;
   background-color: rgba(0, 0, 0, 0.4) !important;
 }
+
 .tipStyle .el-notification__title {
   color: white;
 }
+
 .tipStyle .el-notification__content {
   color: white;
 }
+
 .cesium-viewer-animationContainer,
 .cesium-viewer-timelineContainer {
   display: none;
@@ -39,6 +43,7 @@
 .cesium-viewer-bottom {
   display: none;
 }
+
 .cesium-viewer-toolbar,
 .cesium-viewer-fullscreenContainer {
   display: none !important;
@@ -63,13 +68,15 @@
 .other-class .layui-layer-title {
   /* background-color: white !important;
   color           : black !important; */
-  background-color: rgba(0, 0, 0, 0.3) !important;
+  /* background-color: rgba(0, 0, 0, 0.3) !important; */
+  background: #0048fd69 !important;
   color: white;
 }
 
 .other-class {
   border: 1px solid white !important;
 }
+
 .layui-layer-setwin .layui-layer-close1 {
   background-position: -156px -38px !important;
 }
@@ -272,12 +279,13 @@
   height: unset !important;
   background-color: unset !important;
 }
+
 .user_menu .el-menu {
   background-color: rgba(0, 0, 0, 0.4) !important;
-  margin-top: 0px!important;
-  border-radius: 8px!important;
+  margin-top: 0px !important;
+  border-radius: 8px !important;
 }
 
 .user_menu /deep/ .el-menu-item:hover {
   background-color: unset !important;
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3