From f1aa5cf1eda597e0e938a905f7311b259949ad74 Mon Sep 17 00:00:00 2001 From: songjvcheng Date: Fri, 8 Aug 2025 16:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AA=E7=83=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 10 +++--- src/index.js | 91 ++++++++++++++++++-------------------------------- 2 files changed, 37 insertions(+), 64 deletions(-) diff --git a/src/index.html b/src/index.html index 9c04c00..bf49711 100644 --- a/src/index.html +++ b/src/index.html @@ -118,7 +118,7 @@ .video-loading.show { opacity: 1; } - + /* 等待连接提示样式 */ .connection-waiting { position: absolute; @@ -382,7 +382,7 @@ border: 4px solid rgba(255, 255, 255, 0.8); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */ - background: #000; + background: #000000; display: flex; align-items: center; justify-content: center; @@ -408,11 +408,11 @@ object-fit: cover; border-radius: 0; box-shadow: none; - transition: opacity 0.5s ease-in-out; + /* transition: opacity 0.5s ease-in-out; */ left: 50%; top: 50%; transform: translate(-50%, -50%); - opacity: 0; /* 默认隐藏视频 */ + opacity: 1; /* 默认隐藏视频 */ z-index: 1; /* 确保在头像下方 */ } @@ -473,7 +473,7 @@
- +