This commit is contained in:
yixu
2025-09-19 13:12:03 +08:00
parent a84770b4c3
commit 0354cf289d
6 changed files with 19 additions and 10 deletions

View File

@@ -258,7 +258,7 @@ onUnmounted(() => {
position: absolute;
top: 24vw;
left: 50%;
transform: translateX(-50%);
transform: translateX(-50%) !important;
width: 65.462963vw;
height: 19.907407vw;
background-image: url("../assets/images/lottery-title.webp");
@@ -357,6 +357,7 @@ onUnmounted(() => {
position: absolute;
width: 100%;
height: 100%;
top: -14vw;
transform-style: preserve-3d;
}