细节调整
This commit is contained in:
@@ -89,10 +89,10 @@ onMounted(() => {
|
||||
if (totalTop.value === 100) {
|
||||
totalTop.value = 0;
|
||||
} else {
|
||||
totalTop.value += 0.5;
|
||||
totalTop.value += 2;
|
||||
}
|
||||
textStyles.value = getTextStyle(totalTop.value);
|
||||
}, 10);
|
||||
}, 40);
|
||||
});
|
||||
onUnmounted(() => {
|
||||
if (timer.value) clearInterval(timer.value);
|
||||
@@ -155,7 +155,8 @@ onUnmounted(() => {
|
||||
width: 70vw;
|
||||
height: 95vw;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 30.5vw;
|
||||
}
|
||||
.matching-bg {
|
||||
position: absolute;
|
||||
@@ -165,12 +166,13 @@ onUnmounted(() => {
|
||||
}
|
||||
.matching > button {
|
||||
width: 55%;
|
||||
margin-top: 15vw;
|
||||
padding: 18px;
|
||||
color: #000;
|
||||
background-color: #fed847;
|
||||
font-size: 18px;
|
||||
border-radius: 30px;
|
||||
position: absolute;
|
||||
top: 142vw;
|
||||
}
|
||||
.player-names {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user