大盘路由切换

This commit is contained in:
hh
2021-12-03 17:05:42 +08:00
parent fa1b1afb30
commit 7fac981048
6 changed files with 129 additions and 31 deletions

View File

@ -1,8 +1,9 @@
<template>
<scalseBox>
<div class="drivingCabin">
<div class="bg1"></div>
<bigScreenHead></bigScreenHead>
<div class="left1">
<left1></left1>
</div>
<!-- <div class="bg1"></div> -->
<div class="left1">
<left1></left1>
@ -25,10 +26,7 @@
<div class="bottom2">
<bottom2></bottom2>
</div>
</div>
</scalseBox>
</template>
<script>
@ -66,9 +64,7 @@ export default {
<style lang="scss" scoped>
.drivingCabin {
position: relative;
width: 1920px;
height: 1080px;
background-color: #0D1049;
width: 100%;
// background-image: url("../img/bg.png");
background-size: cover;
.bg1 {
@ -84,28 +80,28 @@ export default {
.left1 {
position: absolute;
top: 120px;
top: 20px;
left: 24px;
}
.left2 {
position: absolute;
top: 345px;
top: 245px;
left: 24px;
}
.center1 {
position: absolute;
top: 107px;
top: 7px;
left: 578px;
}
.right1 {
position: absolute;
top: 120px;
top: 20px;
right: 24px;
}
.right2 {
position: absolute;
top: 345px;
top: 245px;
right: 24px;
}
.bottom1 {