fix
This commit is contained in:
@@ -224,7 +224,6 @@ const handleLottery = () => {
|
||||
if (globalStore.draw_chances <= 0) {
|
||||
return weui.alert("还没有抽奖机会,快去参加活动吧")
|
||||
};
|
||||
globalStore.reducerDrawChances();
|
||||
globalToastEvent.emit(ToastType.SHOW_LOTTERY)
|
||||
|
||||
}
|
||||
@@ -510,7 +509,7 @@ watch(() => mergeId, async (newVal) => {
|
||||
|
||||
.join-main {
|
||||
position: absolute;
|
||||
top: 2.8vw;
|
||||
top: 3.4vw;
|
||||
right: -3.5vw;
|
||||
width: 13vw;
|
||||
}
|
||||
@@ -518,9 +517,8 @@ watch(() => mergeId, async (newVal) => {
|
||||
.join-main .join-value {
|
||||
margin: 0;
|
||||
color: white;
|
||||
text-stroke: 4px #ff0000;
|
||||
-webkit-text-stroke: 1px #ff0000;
|
||||
font-size: 6vw;
|
||||
text-shadow: -1px -1px 0 #ff0000, 1px -1px 0 #ff0000, -1px 1px 0 #ff0000, 1px 1px 0 #ff0000, 0 0 2px #ff0000;
|
||||
font-size: 5.4vw;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user