shoye
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 MiB |
BIN
src/images/new/bg_1.png
Normal file
BIN
src/images/new/bg_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="main-container box1">
|
<div class="main-container main-container_l">
|
||||||
<div class="con1">
|
<div class="con1">
|
||||||
<div class="tip">障碍物告警</div>
|
<div class="tip">障碍物告警</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,6 +107,9 @@ export default {
|
|||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~@style/mixin'
|
@import '~@style/mixin'
|
||||||
|
.main-container_l
|
||||||
|
width 100%
|
||||||
|
padding-left 53px
|
||||||
.bgred
|
.bgred
|
||||||
background #fa6400
|
background #fa6400
|
||||||
.bggreen
|
.bggreen
|
||||||
@@ -115,8 +118,6 @@ export default {
|
|||||||
color #fa6400
|
color #fa6400
|
||||||
.cgreen
|
.cgreen
|
||||||
color #54C0B3
|
color #54C0B3
|
||||||
.box1
|
|
||||||
background center / 100% 100% url(../../../images/new/bg-home.png) no-repeat
|
|
||||||
.con0
|
.con0
|
||||||
height 1rem
|
height 1rem
|
||||||
margin-top .26rem
|
margin-top .26rem
|
||||||
|
|||||||
@@ -75,6 +75,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
|
// document.getElementById('body-conatiner').style.backgroundImage = '../../../images/new/bg.png'
|
||||||
|
document.getElementById('body-conatiner').style.marginTop = '10px'
|
||||||
this.initData()
|
this.initData()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="body-conatiner">
|
<div class="main-container main-container_l">
|
||||||
<div class="iframe_wrap">
|
<div class="iframe_wrap">
|
||||||
<iframe class="iframe" src="./static/Magic4/HMI_JavaApp_FullScreen.html" frameborder="0" vspace="70"></iframe>
|
<iframe class="iframe" src="./static/Magic4/HMI_JavaApp_FullScreen.html" frameborder="0" vspace="70"></iframe>
|
||||||
</div>
|
</div>
|
||||||
@@ -8,14 +8,16 @@
|
|||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~@style/mixin'
|
@import '~@style/mixin'
|
||||||
|
.main-container_l
|
||||||
|
width 100%
|
||||||
|
padding-left 53px
|
||||||
.iframe_wrap
|
.iframe_wrap
|
||||||
position relative
|
position relative
|
||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
|
overflow hidden
|
||||||
.iframe
|
.iframe
|
||||||
position absolute
|
position absolute
|
||||||
top -160px
|
top -70px
|
||||||
left 0
|
left 0
|
||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
>>>.body-conatiner
|
|
||||||
padding-top 0
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -33,10 +33,10 @@
|
|||||||
<jxTime></jxTime>
|
<jxTime></jxTime>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="body-conatiner">
|
<div class="body-conatiner" id="body-conatiner">
|
||||||
<div class="hud_left"></div>
|
<div class="hud_left"></div>
|
||||||
<div class="hud_right"></div>
|
<div class="hud_right"></div>
|
||||||
<div v-show="$route.path !== '/index/teach'" class="side-bar-container">
|
<div v-show="$route.path !== '/index/teach' && $route.path !== '/index/home'" class="side-bar-container">
|
||||||
<el-menu :default-active="$route.meta.guidePath" @select="handleSelectChild">
|
<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>
|
<el-menu-item :index="menu.index" v-for="menu in childmenus" :key="menu.index">{{menu.label}}</el-menu-item>
|
||||||
</el-menu>
|
</el-menu>
|
||||||
|
|||||||
Reference in New Issue
Block a user