This commit is contained in:
clay
2022-01-03 11:41:40 +08:00
parent b62da4bee6
commit 97850048ed
12 changed files with 819 additions and 268 deletions

View File

@@ -18,14 +18,15 @@
</template>
<script>
import headers from './views/header/index'
import footers from './views/footer/index'
import footers from './views/footer/index'
export default {
name:'App',
components:{
name: 'App',
components: {
headers,
footers
},
data(){
data() {
return {
iftop: false
}
@@ -47,16 +48,20 @@ export default {
}
</script>
<style>
*{
margin: 0;
padding: 0;
}
.grid-content{
height: 1px;
}
* {
margin: 0;
padding: 0;
font-family: PingFangSC-Medium, PingFang SC !important;
}
.grid-content {
height: 1px;
width: 100%;
}
</style>
<style scoped>
.headers{
.headers {
width: 100%;
z-index: 9999;
position: fixed;