style: 页面样式
This commit is contained in:
@@ -173,6 +173,7 @@
|
||||
background-size: 100% 100%;
|
||||
.title {
|
||||
font-size: 4rem;
|
||||
font-weight: 600;
|
||||
color: #232323;
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
|
||||
@@ -185,6 +185,7 @@ onBeforeUnmount(() => {
|
||||
font-family: 'PoppinsBold';
|
||||
font-weight: 600;
|
||||
font-size: 4rem;
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
.logo {
|
||||
margin: 2.4rem 0 2.2rem;
|
||||
|
||||
@@ -131,6 +131,7 @@ onBeforeUnmount(() => {
|
||||
font-family: 'PoppinsBold';
|
||||
font-weight: 600;
|
||||
font-size: 4rem;
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
.logo {
|
||||
margin: 2.3rem 0 2.3rem;
|
||||
|
||||
@@ -227,6 +227,7 @@
|
||||
font-size: 4rem;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
.logo {
|
||||
margin: 2.4rem 0 2.2rem 0;
|
||||
|
||||
@@ -147,11 +147,12 @@
|
||||
}
|
||||
)
|
||||
const handleBtnClick = () => {
|
||||
|
||||
const lang = route.params.lang ? `/${route.params.lang}` : ''
|
||||
if (btnType.value === 'index') {
|
||||
router.push(`${lang}/contestants`)
|
||||
} else {
|
||||
router.push(`${lang}`)
|
||||
router.push(`${lang}/`)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user