diff --git a/src/assets/images/mobile_version_background/Background4.png b/src/assets/images/mobile_version_background/Background4.png new file mode 100644 index 0000000..c1f798d Binary files /dev/null and b/src/assets/images/mobile_version_background/Background4.png differ diff --git a/src/assets/images/mobile_version_background/Background6.png b/src/assets/images/mobile_version_background/Background6.png new file mode 100644 index 0000000..3aa0cf2 Binary files /dev/null and b/src/assets/images/mobile_version_background/Background6.png differ diff --git a/src/assets/images/mobile_version_background/background3.png b/src/assets/images/mobile_version_background/background3.png new file mode 100644 index 0000000..aef4a7e Binary files /dev/null and b/src/assets/images/mobile_version_background/background3.png differ diff --git a/src/assets/images/mobile_version_background/background5.png b/src/assets/images/mobile_version_background/background5.png new file mode 100644 index 0000000..6a11109 Binary files /dev/null and b/src/assets/images/mobile_version_background/background5.png differ diff --git a/src/assets/images/mobile_version_background/bloom_bg.png b/src/assets/images/mobile_version_background/bloom_bg.png new file mode 100644 index 0000000..de5c3b8 Binary files /dev/null and b/src/assets/images/mobile_version_background/bloom_bg.png differ diff --git a/src/assets/images/mobile_version_background/timeline_bg.png b/src/assets/images/mobile_version_background/timeline_bg.png new file mode 100644 index 0000000..7695518 Binary files /dev/null and b/src/assets/images/mobile_version_background/timeline_bg.png differ diff --git a/src/views/AwardPage/components/Bloom.vue b/src/views/AwardPage/components/Bloom.vue index fea4ae9..2f6526b 100644 --- a/src/views/AwardPage/components/Bloom.vue +++ b/src/views/AwardPage/components/Bloom.vue @@ -1,203 +1,211 @@ diff --git a/src/views/AwardPage/components/Slogan.vue b/src/views/AwardPage/components/Slogan.vue index 8fa41b1..3b2327c 100644 --- a/src/views/AwardPage/components/Slogan.vue +++ b/src/views/AwardPage/components/Slogan.vue @@ -183,6 +183,7 @@ onUnmounted(() => { content: ''; position: absolute; background-color: #8d8d8d; + transform: scaleX(0); } /* 第一行的两个item底部需要分隔线 */ &:nth-child(1)::after, @@ -202,6 +203,7 @@ onUnmounted(() => { height: 100%; width: 0.1rem; background-color: #8d8d8d; + transform: scaleY(0); } &:nth-child(4)::before { @@ -212,7 +214,7 @@ onUnmounted(() => { width: 0.1rem; height: 100%; background-color: #8d8d8d; - transform: translateX(-100%); + transform: translateX(-100%) scaleY(0); } } } @@ -221,26 +223,26 @@ onUnmounted(() => { &:nth-child(1)::before { transform-origin: bottom; transform: scaleY(0); - animation: growUp 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; - animation-delay: calc(var(--delay) + 0.5s); + animation: growUp 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; + // animation-delay: calc(var(--delay) + 0.5s); } &:nth-child(1)::after { transform-origin: right; transform: scaleX(0); - animation: growRight 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; - animation-delay: calc(var(--delay) + 0.5s); + animation: growRight 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; + // animation-delay: calc(var(--delay) + 0.5s); } &:nth-child(2)::after { transform-origin: left; transform: scaleX(0); - animation: growLeft 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; - animation-delay: calc(var(--delay) + 0.5s); + animation: growLeft 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; + // animation-delay: calc(var(--delay) + 0.5s); } &:nth-child(4)::before { transform: translateX(-100%) scaleY(0); transform-origin: top; - animation: growDown 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; - animation-delay: calc(var(--delay) + 0.5s); + animation: growDown 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; + // animation-delay: calc(var(--delay) + 0.5s); } } } diff --git a/src/views/AwardPage/components/TimeLine.vue b/src/views/AwardPage/components/TimeLine.vue index 68ce67a..dcdebb0 100644 --- a/src/views/AwardPage/components/TimeLine.vue +++ b/src/views/AwardPage/components/TimeLine.vue @@ -1,371 +1,515 @@ diff --git a/src/views/AwardPage/index.vue b/src/views/AwardPage/index.vue index 6f16840..962c99b 100644 --- a/src/views/AwardPage/index.vue +++ b/src/views/AwardPage/index.vue @@ -29,7 +29,7 @@