1
This commit is contained in:
parent
ddb337b0de
commit
ed3bf57a2f
|
@ -13,12 +13,12 @@
|
|||
class="box-posi-abs"
|
||||
style="--w:100%;--h: 407rem;--t:50%;--l:0;z-index:10;color:#ffffff;display: flex;flex-direction: column;align-items: left;padding: 0rem 60rem;transform: translateY(-50%);"
|
||||
>
|
||||
<div style="font-size: 48rem;line-height: 1;margin-bottom: 24rem;font-family: MicrosoftYaHeiLight;">
|
||||
<div style="font-size: 48rem;line-height: 1;margin-bottom: 80rem;font-family: MicrosoftYaHeiLight;">
|
||||
{{ screen1.introduction.businessName }}
|
||||
</div>
|
||||
<div style="font-size: 48rem;line-height: 1;margin-bottom: 80rem;font-family: MicrosoftYaHeiLight;">
|
||||
<!-- <div style="font-size: 48rem;line-height: 1;margin-bottom: 80rem;font-family: MicrosoftYaHeiLight;">
|
||||
{{ screen1.introduction.businessNameEnglish }}
|
||||
</div>
|
||||
</div> -->
|
||||
<div
|
||||
v-for="(textEn, i) in screen1.introduction.titleChinese.split('\n')"
|
||||
:key="'text-en-' + i"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
<div class="screen2">
|
||||
<div class="wrapper1680">
|
||||
<transition name="fade-slide-bottom">
|
||||
<!-- <transition name="fade-slide-bottom">
|
||||
<div
|
||||
v-show="screen2.offsetLevel >= 0"
|
||||
class="text-posi-abs"
|
||||
|
@ -24,7 +24,7 @@
|
|||
>
|
||||
About Us
|
||||
</div>
|
||||
</transition>
|
||||
</transition> -->
|
||||
<transition name="fade-slide-bottom">
|
||||
<div
|
||||
v-show="screen2.offsetLevel >= 0"
|
||||
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
<div class="screen3">
|
||||
<div class="wrapper1680">
|
||||
<transition name="fade-slide-left">
|
||||
<!-- <transition name="fade-slide-left">
|
||||
<div
|
||||
v-show="screen3.offsetLevel >= 0"
|
||||
class="text-posi-abs"
|
||||
|
@ -91,7 +91,7 @@
|
|||
>
|
||||
Scope of Business
|
||||
</div>
|
||||
</transition>
|
||||
</transition> -->
|
||||
<transition name="fade-slide-left">
|
||||
<div
|
||||
v-show="screen3.offsetLevel >= 0"
|
||||
|
@ -126,7 +126,7 @@
|
|||
</div>
|
||||
<div class="screen4">
|
||||
<div class="wrapper1680">
|
||||
<transition name="fade-slide-bottom">
|
||||
<!-- <transition name="fade-slide-bottom">
|
||||
<div
|
||||
v-show="screen4.offsetLevel >= 0"
|
||||
class="text-posi-abs"
|
||||
|
@ -134,7 +134,7 @@
|
|||
>
|
||||
News Update
|
||||
</div>
|
||||
</transition>
|
||||
</transition> -->
|
||||
<transition name="fade-slide-bottom">
|
||||
<div
|
||||
v-show="screen4.offsetLevel >= 0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user