From 43744c2203061661627e0cbc4b1af4980b903f49 Mon Sep 17 00:00:00 2001 From: wsy182 <2392948297@qq.com> Date: Wed, 25 Mar 2026 22:01:44 +0800 Subject: [PATCH] =?UTF-8?q?style(room):=20=E8=B0=83=E6=95=B4=E6=88=BF?= =?UTF-8?q?=E9=97=B4=E5=9C=BA=E6=99=AF=E5=A2=99=E5=A3=81=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 wall-top 的 top 值从 -100px 到 120px - 修改 wall-bottom 的 bottom 值从 108px 到 160px --- src/assets/styles/room.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/room.css b/src/assets/styles/room.css index 1eea20b..fd0d74b 100644 --- a/src/assets/styles/room.css +++ b/src/assets/styles/room.css @@ -527,7 +527,7 @@ /* 提高特异性,保证本页使用 room.css 配置值 */ .picture-scene .wall-top { - top: -100px; + top: 120px; } .picture-scene .wall-right { @@ -535,7 +535,7 @@ } .picture-scene .wall-bottom { - bottom: 108px; + bottom: 160px; } .picture-scene .wall-left {