|
|
|
@ -4,21 +4,21 @@
|
|
|
|
|
<div class="system_title_icon"></div>
|
|
|
|
|
<div class="system_title_text">射阳沿海治安防控综合平台</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<!-- 底部导航按钮 - 跳转路由 -->
|
|
|
|
|
<div class="under_btn">
|
|
|
|
|
<!-- // * 底部导航按钮 - 跳转路由 -->
|
|
|
|
|
<!-- <div class="under_btn">
|
|
|
|
|
<div class="under_btn_item">
|
|
|
|
|
<div class="item_check"></div>
|
|
|
|
|
<div class="item_check" @click="toHome"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="under_btn_item">
|
|
|
|
|
<div class="item_check"></div>
|
|
|
|
|
<div class="item_check_back" @click="toVideo">视频监控</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="under_btn_item">
|
|
|
|
|
<div class="item_check"></div>
|
|
|
|
|
<div class="item_check_back" @click="toDevice">感知设备</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="under_btn_item">
|
|
|
|
|
<div class="item_check"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item_check_back">建模应用</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<router-view></router-view>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
@ -28,6 +28,17 @@ export default {
|
|
|
|
|
name: 'Home',
|
|
|
|
|
data() {
|
|
|
|
|
return {}
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
// toHome() {
|
|
|
|
|
// this.$router.push('/home/coastalMap')
|
|
|
|
|
// },
|
|
|
|
|
// toVideo() {
|
|
|
|
|
// this.$router.push('/home/videoMonitor')
|
|
|
|
|
// },
|
|
|
|
|
// toDevice() {
|
|
|
|
|
// this.$router.push('/home/sensingDevice')
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
@ -67,15 +78,15 @@ export default {
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
.under_btn {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 1vh;
|
|
|
|
|
left: 35vw;
|
|
|
|
|
width: 30vw;
|
|
|
|
|
height: 7vh;
|
|
|
|
|
// background: #33a59f;
|
|
|
|
|
display: flex;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
// .under_btn {
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// bottom: 1vh;
|
|
|
|
|
// left: 35vw;
|
|
|
|
|
// width: 30vw;
|
|
|
|
|
// height: 7vh;
|
|
|
|
|
// // background: #33a59f;
|
|
|
|
|
// display: flex;
|
|
|
|
|
// z-index: 2;
|
|
|
|
|
|
|
|
|
|
// .under_btn_item {
|
|
|
|
|
// width: 10vw;
|
|
|
|
@ -85,14 +96,36 @@ export default {
|
|
|
|
|
// justify-content: center;
|
|
|
|
|
// align-items: center;
|
|
|
|
|
|
|
|
|
|
// // * 导航样式
|
|
|
|
|
// .item_check {
|
|
|
|
|
// width: 3.5vw;
|
|
|
|
|
// height: 6.5vh;
|
|
|
|
|
// background-image: url("../../assets/首页_slices/icon_home_sel.png");
|
|
|
|
|
// background-image: url('@/assets/picture/icon_home_nor.png');
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
// background-size: cover;
|
|
|
|
|
// background-size: 100% auto;
|
|
|
|
|
|
|
|
|
|
// &:hover {
|
|
|
|
|
// background-image: url('@/assets/picture/icon_home_sel.png');
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
// background-size: 100% auto;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .item_check_back {
|
|
|
|
|
// width: 3.5vw;
|
|
|
|
|
// height: 6.5vh;
|
|
|
|
|
// background-image: url('@/assets/picture/under_button.png');
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
// background-size: 100% auto;
|
|
|
|
|
// font-size: 0.8rem;
|
|
|
|
|
// font-family: PingFangSC, PingFang SC;
|
|
|
|
|
// font-weight: 500;
|
|
|
|
|
// color: #ecf4f9;
|
|
|
|
|
// line-height: 6.5vh;
|
|
|
|
|
// text-shadow: 0px 0px 9px #00a2ff;
|
|
|
|
|
// text-align: center;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|