视频会议

This commit is contained in:
duoaohui
2026-05-24 02:37:30 +08:00
parent bf04114c99
commit 4878120723

View File

@@ -571,7 +571,8 @@ onUnload(() => {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
background: linear-gradient(180deg, #32175f 0%, #071025 38%, #050b1d 100%); /* [视频咨询 2026-05-24] 背景统一为静态 bg.png前后两屏视觉一致 */
background: #050b1d url('/static/bg.png') center center / cover no-repeat;
color: #ffffff; color: #ffffff;
z-index: 1000; z-index: 1000;
} }