|
|
@ -15,7 +15,7 @@
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</router-link>
|
|
|
|
</router-link>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="center_title">太仓市网络综合治理平台</div>
|
|
|
|
<!-- <div class="center_title">太仓市网络综合治理平台</div> -->
|
|
|
|
<div class="top_right">
|
|
|
|
<div class="top_right">
|
|
|
|
<router-link
|
|
|
|
<router-link
|
|
|
|
v-for="item in menus.slice(2, 4)"
|
|
|
|
v-for="item in menus.slice(2, 4)"
|
|
|
@ -183,7 +183,7 @@ export default {
|
|
|
|
width: 1920;
|
|
|
|
width: 1920;
|
|
|
|
height: 1080;
|
|
|
|
height: 1080;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
background: url("~@/assets/privateOrder/topNar/line_right_left.png") no-repeat;
|
|
|
|
// background: url("~@/assets/privateOrder/topNar/line_right_left.png") no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
|
@ -267,7 +267,7 @@ export default {
|
|
|
|
width: $ScreenWidth;
|
|
|
|
width: $ScreenWidth;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
height: 130px;
|
|
|
|
height: 130px;
|
|
|
|
background: url("~@/assets/privateOrder/topNar/topNav.png");
|
|
|
|
// background: url("~@/assets/privateOrder/topNar/topNav.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
@ -280,7 +280,7 @@ export default {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
padding-right: 230px;
|
|
|
|
padding-right: 230px;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-end;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.center_title {
|
|
|
|
.center_title {
|
|
|
@ -300,7 +300,7 @@ export default {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
padding-left: 230px;
|
|
|
|
padding-left: 230px;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|