chore: land page

This commit is contained in:
huxin 2023-05-10 00:44:36 +08:00
parent 7362210100
commit 7cddc2d0c9
2 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,7 @@ const colors = [
:key="i"
class="h-full w-full flex flex-col items-center justify-center"
>
<h5 :title="$t(col.subtext)" class="text-h4 text-h5 mt-3 text-center">
<h5 :title="$t(col.subtext)" class="text-h4 text-h5 mt-3 text-center">
{{ $t(col.subtext) }}
</h5>
</div>
@ -45,7 +45,7 @@ const colors = [
:key="i"
class="h-full w-full flex flex-col items-center justify-center"
>
<p :title="$t(col.description)" class="text-h6 mt-1 text-center">
<p :title="$t(col.description)" class="text-h6 mt-1 text-center">
{{ $t(col.description) }}
</p>
</div>

3
pages/land.vue Normal file
View File

@ -0,0 +1,3 @@
<template>
asds
</template>