aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/views/index/index.vue
diff options
context:
space:
mode:
authorNtskwK <natsukawa247@outlook.com>2024-09-10 04:38:50 +0800
committerGitHub <noreply@github.com>2024-09-10 04:38:50 +0800
commit4536fceb61065acd7d0fe74eee98d293c682975f (patch)
tree63eb01728b6717cfc3069bb5520805acec0e4d4e /src/views/index/index.vue
parent9ec3a2965c0e25f230b397a01c3c8b0543e61956 (diff)
parent96bcab1d19d4e5b537437744cf1a4773a67d2e7c (diff)
downloadHydroRollSite-4536fceb61065acd7d0fe74eee98d293c682975f.tar.gz
HydroRollSite-4536fceb61065acd7d0fe74eee98d293c682975f.zip
Merge pull request #6 from HydroRoll-Team/async-request
Async request
Diffstat (limited to 'src/views/index/index.vue')
-rw-r--r--src/views/index/index.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/index/index.vue b/src/views/index/index.vue
index 003f752..782a393 100644
--- a/src/views/index/index.vue
+++ b/src/views/index/index.vue
@@ -20,9 +20,9 @@ export default {
<template>
<header>
- <img src="@/assets/Hydroroll-small.svg"
- alt="Vue logo"
- class="logo"
+ <img src="@/assets/Hydroroll-small.svg"
+ alt="Vue logo"
+ class="logo"
width="125" height="125" />
<div class="wrapper">
@@ -31,7 +31,7 @@ export default {
</header>
<main class="main">
- <video loop=true preload="auto" muted="true" autoplay @canplay="PlayOn" v-show="isplay" >
+ <video loop preload="auto" muted autoplay @canplay="PlayOn" v-show="isplay" >
<source src="@/assets/video/bg.mp4" type="video/mp4" />
</video>
<Right />
@@ -75,7 +75,7 @@ video{
min-width: 100%;
min-height: 100%;
width: auto;
- height: auto;
+ height: auto;
z-index: -100;
filter: grayscale(20%);
}