style(room): 调整房间场景墙壁定位样式

- 修改 wall-top 的 top 值从 -100px 到 120px
- 修改 wall-bottom 的 bottom 值从 108px 到 160px
This commit is contained in:
2026-03-25 22:01:44 +08:00
parent 774dbbdc25
commit 43744c2203

View File

@@ -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 {