This commit is contained in:
yixu
2025-09-17 22:22:14 +08:00
parent 097050e5df
commit c5728347e0

View File

@@ -493,13 +493,13 @@ watch(() => mergeId, async (newVal) => {
width: 4vw;
height: 3.5vw;
position: absolute;
top: 1.5vw;
right: 6.6vw;
top: 1.7vw;
right: 7.3vw;
color: #fff;
}
.lottery-main .lottery-value {
font-size: 10px;
font-size: 4vw;
}
.item-2 {
@@ -510,7 +510,7 @@ watch(() => mergeId, async (newVal) => {
.join-main {
position: absolute;
top: 2.6vw;
top: 2.8vw;
right: -3.5vw;
width: 13vw;
}
@@ -520,7 +520,7 @@ watch(() => mergeId, async (newVal) => {
color: white;
text-stroke: 4px #ff0000;
-webkit-text-stroke: 1px #ff0000;
font-size: 24px;
font-size: 6vw;
font-weight: 900;
}