创建“关于我们”页面

This commit is contained in:
zhcnyuyang 2025-04-29 17:42:57 +08:00
parent e4429f0639
commit 2582f96147
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<template>
<div height="0"></div>
</template>
<script>
export default {
name: "Aboutus"
}
</script>
<style scoped>
</style>

View File

@ -1,5 +1,7 @@
<template> <template>
<div id="footerroot" class="container-fluid"> <div id="footerroot" class="container-fluid">
<div id="footercontent">
</div>
</div> </div>
</template> </template>
@ -18,6 +20,11 @@ export default {
{ {
background-color: black; background-color: black;
width:100%; width:100%;
justify-content: center;
}
#footercontent
{
} }
@include media-breakpoint-between(xs, sm) { @include media-breakpoint-between(xs, sm) {
@ -25,6 +32,10 @@ export default {
{ {
height:806px; height:806px;
} }
#footercontent
{
}
} }
@include media-breakpoint-between(md, xl) { @include media-breakpoint-between(md, xl) {
@ -32,6 +43,11 @@ export default {
{ {
height: 759px; height: 759px;
} }
#footercontent
{
width:1912px;
align-content: center;
}
} }
@media screen { @media screen {