|
@@ -347,7 +347,6 @@
|
|
|
>
|
|
|
<video
|
|
|
ref="videoFadeAtMoZhuEl"
|
|
|
- class="fade-to-other-page"
|
|
|
src="@/assets/videos/fade-at-mo-zhu.mp4"
|
|
|
playsinline
|
|
|
muted
|
|
@@ -655,7 +654,7 @@ const isShowVideoFadeAtMoZhu = ref(false)
|
|
|
function onClickEntryAtMoZhu(pathName) {
|
|
|
isShowVideoFadeAtMoZhu.value = true
|
|
|
nextTick(() => {
|
|
|
- videoFadeAtMoZhuEl.value.addEventListener('ended', () => {
|
|
|
+ videoFadeAtMoZhuEl.value.addEventListener("ended", () => {
|
|
|
router.push({
|
|
|
name: pathName,
|
|
|
})
|
|
@@ -1291,8 +1290,11 @@ onMounted(() => {
|
|
|
width: 18%;
|
|
|
position: absolute;
|
|
|
z-index: 10;
|
|
|
- top:32%;
|
|
|
- left:44%;
|
|
|
+ top: 32%;
|
|
|
+ left: 44%;
|
|
|
+ }
|
|
|
+ & > video {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|