创建“关于我们”页面
This commit is contained in:
parent
e4429f0639
commit
2582f96147
13
src/components/Aboutus.vue
Normal file
13
src/components/Aboutus.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div height="0"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Aboutus"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div id="footerroot" class="container-fluid">
|
||||
<div id="footercontent">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -18,6 +20,11 @@ export default {
|
||||
{
|
||||
background-color: black;
|
||||
width:100%;
|
||||
justify-content: center;
|
||||
}
|
||||
#footercontent
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@include media-breakpoint-between(xs, sm) {
|
||||
@ -25,6 +32,10 @@ export default {
|
||||
{
|
||||
height:806px;
|
||||
}
|
||||
#footercontent
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-between(md, xl) {
|
||||
@ -32,6 +43,11 @@ export default {
|
||||
{
|
||||
height: 759px;
|
||||
}
|
||||
#footercontent
|
||||
{
|
||||
width:1912px;
|
||||
align-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user