底部图片

This commit is contained in:
2023-10-19 17:59:50 +08:00
parent 6d3c13e130
commit 84a5abc13f
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
<div class="body-conatiner" :class="{'body-conatiner_1': $route.path !== '/index/home'}">
<div class="hud_left"></div>
<div class="hud_right"></div>
<!-- <div class="bottom_bg"></div> -->
<div class="bottom_bg"></div>
<div v-show="$route.path !== '/index/teach' && $route.path !== '/index/home' && $route.path !== '/index/errorinfo'" class="side-bar-container">
<el-menu :default-active="$route.meta.guidePath" @select="handleSelectChild">
<el-menu-item :index="menu.index" v-for="menu in childmenus" :key="menu.index">{{menu.label}}</el-menu-item>
@@ -548,6 +548,6 @@ export default {
.bottom_bg
position absolute
bottom 0
_wh(100%, 100px)
background center bottom / auto 100% url(../../../images/new/bottom_bg.png) no-repeat
_wh(100%, 92px)
background center bottom / 100% 100% url(../../../images/new/bottom_bg.png) no-repeat
</style>