|
|
@@ -34,7 +34,7 @@ weatherService.getWeather().then((res) => { weather.value = res })
|
|
|
<template>
|
|
|
<div class="home">
|
|
|
<div class="home-top">
|
|
|
- <!-- <img src="../../../assets/img/6.svg"> -->
|
|
|
+ <img src="../../../assets/img/6.svg">
|
|
|
<div class="home-top-user">
|
|
|
<div>安全运营<span>100</span>天</div>
|
|
|
<div v-if="weather">
|
|
|
@@ -69,11 +69,12 @@ weatherService.getWeather().then((res) => { weather.value = res })
|
|
|
<div class="home-content-center">
|
|
|
<Map />
|
|
|
</div>
|
|
|
+ <div class="home-content-left-img" />
|
|
|
+ <div class="home-content-right-img" />
|
|
|
<component :is="currentComponent" />
|
|
|
</div>
|
|
|
<div class="home-bottom">
|
|
|
- xxxx
|
|
|
- <!-- 雅安市公共交通集团有限公司 -->
|
|
|
+ 雅安市公共交通集团有限公司
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -208,12 +209,35 @@ weatherService.getWeather().then((res) => { weather.value = res })
|
|
|
left: 7px;
|
|
|
background: url(../../../assets/img/8.svg) no-repeat left top;
|
|
|
background-size: cover;
|
|
|
+
|
|
|
+ &-img {
|
|
|
+ background: url(../../../assets/img/35.png) no-repeat left top;
|
|
|
+ background-size: cover;
|
|
|
+ width: 175px;
|
|
|
+ position: absolute;
|
|
|
+ left: 1396px;
|
|
|
+ top: 0;
|
|
|
+ height: 103%;
|
|
|
+ z-index: 2;
|
|
|
+ background-position: -113px 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
&-right {
|
|
|
right: 7px;
|
|
|
background: url(../../../assets/img/9.svg) no-repeat left top;
|
|
|
background-size: cover;
|
|
|
+ &-img {
|
|
|
+ background: url(../../../assets/img/34.png) no-repeat right top;
|
|
|
+ background-size: cover;
|
|
|
+ width: 175px;
|
|
|
+ position: absolute;
|
|
|
+ right: 1394px;
|
|
|
+ top: 0;
|
|
|
+ height: 103%;
|
|
|
+ z-index: 2;
|
|
|
+ background-position: -203px 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
&-center {
|