|
@@ -31,7 +31,7 @@
|
|
|
</div>
|
|
|
<div class="bg-num">
|
|
|
<div class="line-box">
|
|
|
- <span class="line"></span>
|
|
|
+ <span class="line line-g"></span>
|
|
|
<span>生命通道监控点位</span>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -51,7 +51,7 @@
|
|
|
</div>
|
|
|
<div class="bg-num">
|
|
|
<div class="line-box">
|
|
|
- <span class="line"></span>
|
|
|
+ <span class="line line-b"></span>
|
|
|
<span>生命通道监控点位</span>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -90,6 +90,7 @@ components:{Monitor3D}
|
|
|
height: 8px;
|
|
|
background: #15FF2D;
|
|
|
border-radius: 50%;
|
|
|
+ margin-right: 2px;
|
|
|
}
|
|
|
.off-line{
|
|
|
display: inline-block;
|
|
@@ -97,12 +98,13 @@ components:{Monitor3D}
|
|
|
height: 8px;
|
|
|
background: #F06040;
|
|
|
border-radius: 50%;
|
|
|
+ margin-right: 2px;
|
|
|
}
|
|
|
.dis-online{
|
|
|
display: flex;
|
|
|
// justify-content: space-between;
|
|
|
gap:20px;
|
|
|
- margin-top: 8px;
|
|
|
+ margin-top: 12px;
|
|
|
}
|
|
|
}
|
|
|
.video-list{
|
|
@@ -119,7 +121,7 @@ components:{Monitor3D}
|
|
|
.line-box{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- margin-top: 8px;
|
|
|
+ margin-top: 7px;
|
|
|
}
|
|
|
.line{
|
|
|
display: inline-block;
|
|
@@ -128,5 +130,11 @@ components:{Monitor3D}
|
|
|
background:#D5C307 ;
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
+ .line-g{
|
|
|
+ background: #01ADEF !important;
|
|
|
+ }
|
|
|
+ .line-b{
|
|
|
+ background: #12A647 !important;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|