添加一个文件
This commit is contained in:
parent
506dd94d1d
commit
764738b642
BIN
public/April29th_batch.mp4
Normal file
BIN
public/April29th_batch.mp4
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
||||
<script setup>
|
||||
import Footer from './Footer.vue'
|
||||
import FooterContent from './Tools/FooterContent.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div id="contactRoot">
|
||||
<div id="upbar"></div>
|
||||
<Footer></Footer>
|
||||
<FooterContent></FooterContent>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -36,5 +37,9 @@ export default {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background-color: black;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user