|
|
@ -6,7 +6,8 @@
|
|
|
|
</div> -->
|
|
|
|
</div> -->
|
|
|
|
<!-- // * 底部导航按钮 - 跳转路由 -->
|
|
|
|
<!-- // * 底部导航按钮 - 跳转路由 -->
|
|
|
|
<div class="under_btn">
|
|
|
|
<div class="under_btn">
|
|
|
|
<div class="under_btn_item">
|
|
|
|
<!-- //第一期css -->
|
|
|
|
|
|
|
|
<!-- <div class="under_btn_item">
|
|
|
|
<div class="item_check" @click="toHome"></div>
|
|
|
|
<div class="item_check" @click="toHome"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="under_btn_item">
|
|
|
|
<div class="under_btn_item">
|
|
|
@ -20,6 +21,25 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="under_btn_item">
|
|
|
|
<div class="under_btn_item">
|
|
|
|
<div class="item_check_back" @click="toUtils">研判工具</div>
|
|
|
|
<div class="item_check_back" @click="toUtils">研判工具</div>
|
|
|
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 第二期css -->
|
|
|
|
|
|
|
|
<div class="under_box">
|
|
|
|
|
|
|
|
<div class="under_icon_box">
|
|
|
|
|
|
|
|
<div class="icon1" style="cursor: progress" @click="toHome"></div>
|
|
|
|
|
|
|
|
<div class="icon2" style="cursor: progress" @click="toVideo"></div>
|
|
|
|
|
|
|
|
<div class="icon3" style="cursor: progress" @click="toDevice"></div>
|
|
|
|
|
|
|
|
<div class="icon4" style="cursor: progress" @click="toBuild"></div>
|
|
|
|
|
|
|
|
<div class="icon5" style="cursor: progress" @click="toUtils"></div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="under_center_box">
|
|
|
|
|
|
|
|
<div class="under_center"></div>
|
|
|
|
|
|
|
|
<div class="under_center"></div>
|
|
|
|
|
|
|
|
<div class="under_center"></div>
|
|
|
|
|
|
|
|
<div class="under_center"></div>
|
|
|
|
|
|
|
|
<div class="under_center"></div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="under_bottom"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<router-view></router-view>
|
|
|
|
<router-view></router-view>
|
|
|
@ -56,95 +76,150 @@ export default {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
width: 100vw;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
height: 100vh;
|
|
|
|
// .system_title {
|
|
|
|
|
|
|
|
// display: flex;
|
|
|
|
|
|
|
|
// justify-content: center;
|
|
|
|
|
|
|
|
// align-items: center;
|
|
|
|
|
|
|
|
// width: 100vw;
|
|
|
|
|
|
|
|
// height: 6vh;
|
|
|
|
|
|
|
|
// position: absolute;
|
|
|
|
|
|
|
|
// z-index: 2;
|
|
|
|
|
|
|
|
// background: url('~@/assets/homepage/title_back.png') no-repeat;
|
|
|
|
|
|
|
|
// background-size: cover;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// .system_title_icon {
|
|
|
|
|
|
|
|
// margin-right: 2vw;
|
|
|
|
|
|
|
|
// width: 4vw;
|
|
|
|
|
|
|
|
// height: 8vh;
|
|
|
|
|
|
|
|
// background: url("../../assets/首页_slices/logo.png") no-repeat center /
|
|
|
|
|
|
|
|
// cover;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// .system_title_text {
|
|
|
|
|
|
|
|
// width: 20vw;
|
|
|
|
|
|
|
|
// height: 6vh;
|
|
|
|
|
|
|
|
// font-size: 2.2rem;
|
|
|
|
|
|
|
|
// font-weight: 600;
|
|
|
|
|
|
|
|
// font-family: 'YouSheBiaoTiHei';
|
|
|
|
|
|
|
|
// color: #fff;
|
|
|
|
|
|
|
|
// text-align: center;
|
|
|
|
|
|
|
|
// line-height: 6vh;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.under_btn {
|
|
|
|
.under_btn {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: 32.5vw;
|
|
|
|
left: 28vw;
|
|
|
|
right: 32.5vw;
|
|
|
|
right: 32.5vw;
|
|
|
|
bottom: 5vh;
|
|
|
|
bottom: 1vh;
|
|
|
|
width: 35vw;
|
|
|
|
width: 45vw;
|
|
|
|
height: 12vh;
|
|
|
|
height: 11vh;
|
|
|
|
// background: #33a59f;
|
|
|
|
// background: #33a59f;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
z-index: 2;
|
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
|
|
|
|
.under_btn_item {
|
|
|
|
// 第二期样式
|
|
|
|
width: 13vw;
|
|
|
|
.under_box {
|
|
|
|
height: 12vh;
|
|
|
|
height: auto;
|
|
|
|
// border: 1px solid #b1335d;
|
|
|
|
width: 45vw;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
justify-content: center;
|
|
|
|
// background-color: orange;
|
|
|
|
align-items: center;
|
|
|
|
.under_icon_box {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
// * 导航样式
|
|
|
|
z-index: 3;
|
|
|
|
.item_check {
|
|
|
|
position: absolute;
|
|
|
|
width: 5.5vw;
|
|
|
|
top: 0vw;
|
|
|
|
height: 5.5vw;
|
|
|
|
width: 45vw;
|
|
|
|
background-image: url('@/assets/picture/icon_home_nor.png');
|
|
|
|
height: 6vh;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
// background-color: red;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
.icon1 {
|
|
|
|
cursor: pointer;
|
|
|
|
width: 3vw;
|
|
|
|
|
|
|
|
height: 6vh;
|
|
|
|
&:hover {
|
|
|
|
background-image: url(../../assets/home/icon_1.png);
|
|
|
|
background-image: url('@/assets/picture/icon_home_sel.png');
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-left: 4.25vw;
|
|
|
|
background-size: 100% auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon2 {
|
|
|
|
|
|
|
|
width: 3vw;
|
|
|
|
|
|
|
|
height: 6vh;
|
|
|
|
|
|
|
|
background-image: url(../../assets/home/icon1.png);
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
|
|
|
margin-left: 5.25vw;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon3 {
|
|
|
|
|
|
|
|
width: 3vw;
|
|
|
|
|
|
|
|
height: 6vh;
|
|
|
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
|
|
|
background-image: url(../../assets/home/icon_3.png);
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
margin-left: 5.25vw;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon4 {
|
|
|
|
|
|
|
|
width: 3vw;
|
|
|
|
|
|
|
|
height: 6vh;
|
|
|
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
|
|
|
background-image: url(../../assets/home/icon_4.png);
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
margin-left: 5vw;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon5 {
|
|
|
|
|
|
|
|
width: 3vw;
|
|
|
|
|
|
|
|
height: 6vh;
|
|
|
|
|
|
|
|
background-image: url(../../assets/home/icon_5.png);
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
|
|
|
margin-left: 5.25vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.under_bottom {
|
|
|
|
.item_check_back {
|
|
|
|
position: absolute;
|
|
|
|
width: 5.5vw;
|
|
|
|
width: 45vw;
|
|
|
|
height: 5.5vw;
|
|
|
|
height: 6vh;
|
|
|
|
background-image: url('@/assets/picture/under_button.png');
|
|
|
|
background-image: url(../../assets/home/icon_7.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
// background-color: #fff;
|
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
|
bottom: 0vh;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
color: #ecf4f9;
|
|
|
|
.under_center_box {
|
|
|
|
line-height: 10.5vh;
|
|
|
|
position: absolute;
|
|
|
|
text-shadow: 0px 0px 9px #00a2ff;
|
|
|
|
bottom: 2vh;
|
|
|
|
text-align: center;
|
|
|
|
width: 45vw;
|
|
|
|
cursor: pointer;
|
|
|
|
height: 10vh;
|
|
|
|
|
|
|
|
// background-color: red;
|
|
|
|
&:hover {
|
|
|
|
display: flex;
|
|
|
|
color: #00f5ff;
|
|
|
|
.under_center {
|
|
|
|
// * 强行增亮
|
|
|
|
width: 5vw;
|
|
|
|
filter: brightness(140%);
|
|
|
|
height: 9.5vh;
|
|
|
|
background-size: 100% auto;
|
|
|
|
// background-color: blue;
|
|
|
|
|
|
|
|
background-image: url(../../assets//home/icon_6.png);
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
margin-top: 2vh;
|
|
|
|
|
|
|
|
margin-left: 3.2vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 第一期样式
|
|
|
|
|
|
|
|
// .under_btn_item {
|
|
|
|
|
|
|
|
// background-color: orange;
|
|
|
|
|
|
|
|
// width: 13vw;
|
|
|
|
|
|
|
|
// height: 12vh;
|
|
|
|
|
|
|
|
// // border: 1px solid #b1335d;
|
|
|
|
|
|
|
|
// display: flex;
|
|
|
|
|
|
|
|
// justify-content: center;
|
|
|
|
|
|
|
|
// align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// // * 导航样式
|
|
|
|
|
|
|
|
// .item_check {
|
|
|
|
|
|
|
|
// background-color: pink;
|
|
|
|
|
|
|
|
// width: 5.5vw;
|
|
|
|
|
|
|
|
// height: 5.5vw;
|
|
|
|
|
|
|
|
// background-image: url('@/assets/picture/icon_home_nor.png');
|
|
|
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
|
|
|
// background-size: 100% 100%;
|
|
|
|
|
|
|
|
// cursor: pointer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// &:hover {
|
|
|
|
|
|
|
|
// background-image: url('@/assets/picture/icon_home_sel.png');
|
|
|
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
|
|
|
// background-size: 100% auto;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// .item_check_back {
|
|
|
|
|
|
|
|
// width: 5.5vw;
|
|
|
|
|
|
|
|
// height: 5.5vw;
|
|
|
|
|
|
|
|
// background-image: url('@/assets/picture/under_button.png');
|
|
|
|
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
|
|
|
|
// background-size: 100% 100%;
|
|
|
|
|
|
|
|
// font-size: 1.2rem;
|
|
|
|
|
|
|
|
// font-family: PingFangSC, PingFang SC;
|
|
|
|
|
|
|
|
// font-weight: 500;
|
|
|
|
|
|
|
|
// color: #ecf4f9;
|
|
|
|
|
|
|
|
// line-height: 10.5vh;
|
|
|
|
|
|
|
|
// text-shadow: 0px 0px 9px #00a2ff;
|
|
|
|
|
|
|
|
// text-align: center;
|
|
|
|
|
|
|
|
// cursor: pointer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// &:hover {
|
|
|
|
|
|
|
|
// color: #00f5ff;
|
|
|
|
|
|
|
|
// // * 强行增亮
|
|
|
|
|
|
|
|
// filter: brightness(140%);
|
|
|
|
|
|
|
|
// background-size: 100% auto;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|