From b22f430e982a4324acf11e7ad53ef462058124f3 Mon Sep 17 00:00:00 2001 From: rainv123 <2148537152@qq.com> Date: Mon, 9 Feb 2026 17:22:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E6=98=BE=E7=A4=BA=E5=8C=BA=E5=9F=9F=E4=B8=BA=E7=AB=96?= =?UTF-8?q?=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/test/css/test_page.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/main/xiaozhi-server/test/css/test_page.css b/main/xiaozhi-server/test/css/test_page.css index 9935395a..17d00b00 100644 --- a/main/xiaozhi-server/test/css/test_page.css +++ b/main/xiaozhi-server/test/css/test_page.css @@ -1377,8 +1377,8 @@ body { position: fixed; top: 20px; left: 20px; - width: 240px; - height: 180px; + width: 180px; + height: 240px; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); border-radius: 8px; @@ -1402,10 +1402,11 @@ body { @keyframes flipWithPosition { 0% { - transform: var(--original-transform) rotateY(0deg); + transform: var(--original-transform) rotateY(0deg); } + 100% { - transform: var(--original-transform) rotateY(180deg); + transform: var(--original-transform) rotateY(180deg); } } @@ -1425,10 +1426,10 @@ body { .camera-switch { display: none; - position: fixed; - bottom: 23px; - right: 20px; - z-index: 999; + position: fixed; + bottom: 23px; + right: 20px; + z-index: 999; color: #fff; }