底部图片
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user