Skip to content

Commit

Permalink
動畫差數字跳動
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatx7 committed Sep 12, 2024
2 parents 002b2f9 + 8c1a26c commit f53d585
Show file tree
Hide file tree
Showing 32 changed files with 3,349 additions and 629 deletions.
4 changes: 3 additions & 1 deletion src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
</div>
<!--loading end-->
<Nav v-if="info.navList.length > 0" />
<div class="home overflow-hidden font-['Noto_Sans_TC',sans-serif]">
<div class="home overflow-hidden font-['Noto_Sans_TC',sans-serif] bg-[#ffffff]">
<S1 />
<S2 />
<S3 />
<S4 />
<S5 />
<S6 />
Expand Down Expand Up @@ -74,6 +75,7 @@ img {
import info from "@/info"
import S1 from "@/section/s1.vue"
import S2 from "@/section/s2.vue"
import S3 from "@/section/s3.vue"
import S4 from "@/section/s4.vue"
import S5 from "@/section/s5.vue"
import S6 from "@/section/s6.vue"
Expand Down
2 changes: 1 addition & 1 deletion src/section/public/hr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<style lang="sass" scoped>
div
height: 2px
height: 1px
</style>

<script setup>
Expand Down
3 changes: 2 additions & 1 deletion src/section/s1.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<article class="s1" id="s1">
<article class="s1 overflow-hidden" id="s1">
<div class="ani_bg">
<img v-for="i in 7" :key="i" src="./s1/bg_ani.png">
</div>
Expand Down Expand Up @@ -165,6 +165,7 @@
user-select: none
pointer-events: none
position: fixed
position: absolute
width: 100%
height: 100%
z-index: 12
Expand Down
504 changes: 124 additions & 380 deletions src/section/s2.vue

Large diffs are not rendered by default.

Binary file added src/section/s2/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/section/s2/horizon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/section/s2/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f53d585

Please sign in to comment.