|
@@ -98,8 +98,10 @@
|
|
|
<span>监管中心</span>
|
|
|
</div>
|
|
|
<div class="btn-span2">
|
|
|
+ <router-link to="/Cockpit">
|
|
|
<img src="../assets/index_img/jsc.png" alt="" />
|
|
|
<span>驾驶舱</span>
|
|
|
+ </router-link>
|
|
|
</div>
|
|
|
<div class="btn-span2">
|
|
|
<img src="../assets/index_img/yyzx.png" alt="" />
|
|
@@ -322,7 +324,7 @@
|
|
|
|
|
|
.lifeline-con {
|
|
|
background: url('../assets/index_img/b-bg.jpg') no-repeat;
|
|
|
-
|
|
|
+ background-size: 100% 100%;
|
|
|
.life-header {
|
|
|
width: 100%;
|
|
|
height: 109px;
|
|
@@ -552,6 +554,8 @@
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
margin-top: -10px;
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
.btn-span2:hover{
|