样式优化

This commit is contained in:
fengerli
2025-09-29 17:20:00 +08:00
parent e0b9daa40e
commit af45e3fda3

View File

@ -250,11 +250,11 @@ onMounted(() => {
/* 底部中间模块 */ /* 底部中间模块 */
.bottom-middle-module { .bottom-middle-module {
position: absolute; position: absolute;
bottom: 0.4vw; bottom: 0.1vw;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
width: 44vw; width: 44vw;
height: calc(39vh - 9vh); height: calc(40vh - 10.5vh);
pointer-events: auto; pointer-events: auto;
} }