style(room): 调整房间场景墙壁定位样式
- 修改 wall-top 的 top 值从 -100px 到 120px - 修改 wall-bottom 的 bottom 值从 108px 到 160px
This commit is contained in:
@@ -527,7 +527,7 @@
|
|||||||
|
|
||||||
/* 提高特异性,保证本页使用 room.css 配置值 */
|
/* 提高特异性,保证本页使用 room.css 配置值 */
|
||||||
.picture-scene .wall-top {
|
.picture-scene .wall-top {
|
||||||
top: -100px;
|
top: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.picture-scene .wall-right {
|
.picture-scene .wall-right {
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.picture-scene .wall-bottom {
|
.picture-scene .wall-bottom {
|
||||||
bottom: 108px;
|
bottom: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.picture-scene .wall-left {
|
.picture-scene .wall-left {
|
||||||
|
|||||||
Reference in New Issue
Block a user