|
@@ -29,6 +29,9 @@ rgba($color: #020f2a, $alpha: 1);
|
|
|
$boxBG: 180deg, rgba($color: #0d2760, $alpha: 1),
|
|
|
rgba($color: #081a41, $alpha: 1);
|
|
|
|
|
|
+$popupBG:180deg, rgba($color: #1541a0, $alpha: 1),
|
|
|
+rgba($color: #3566d0, $alpha: 1);
|
|
|
+
|
|
|
//内阴影
|
|
|
$shadowList: 0 0 1rem 0 rgba($color: #0b1b25, $alpha: .8);
|
|
|
$shadowTitle: 0 -0.2rem .5rem 0.3rem rgba($color: #0dc0db, $alpha: .09) inset;
|
|
@@ -65,6 +68,7 @@ $eventStateColor-wb: #c2bc43;
|
|
|
$eventStateColor-cf: #a23737;
|
|
|
$eventStateColor-bj: #6ae08f;
|
|
|
$eventStateColor-gd: #0369ef;
|
|
|
+$eventStateColor-qr: #20EF56;
|
|
|
|
|
|
$eventStateColor-xsb: #11b57e;
|
|
|
$eventStateColor-cb: #e63b4a;
|
|
@@ -81,12 +85,12 @@ $date-state3: #d6333b;
|
|
|
//视频摄像头预览弹层样式
|
|
|
.videoCustomWidth {
|
|
|
width: 1070px !important;
|
|
|
- height: 700px !important;
|
|
|
+ height: 800px !important;
|
|
|
}
|
|
|
//电视墙视频摄像头预览弹层样式
|
|
|
.TVWallCustomWidth {
|
|
|
width: 1200px !important;
|
|
|
- height: 750px !important;
|
|
|
+ height: 800px !important;
|
|
|
}
|
|
|
|
|
|
//公共
|
|
@@ -227,6 +231,40 @@ ul {
|
|
|
height: 100vh;
|
|
|
}
|
|
|
|
|
|
+ //超图气泡
|
|
|
+ .leaflet-popup-content-wrapper {
|
|
|
+ // padding: 15px 20px !important;
|
|
|
+ background-image: -moz-linear-gradient($popupBG)!important;
|
|
|
+ background-image: -webkit-linear-gradient($popupBG) !important;
|
|
|
+ background-image: linear-gradient($popupBG)!important;
|
|
|
+ box-shadow: $shadowTitle !important;
|
|
|
+ color: #3cd7ef !important;
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+.leaflet-popup-tip{
|
|
|
+ background: #3061c9 !important;
|
|
|
+ color: #333;
|
|
|
+ box-shadow:none !important;
|
|
|
+}
|
|
|
+ //超图气泡内插槽
|
|
|
+ .map-tip {
|
|
|
+ .d-l-con {
|
|
|
+ width: 100%;
|
|
|
+ box-shadow: none;
|
|
|
+
|
|
|
+ .d-l-l-text {
|
|
|
+ width: 100%;
|
|
|
+ //white-space: nowrap;
|
|
|
+
|
|
|
+ h4 {
|
|
|
+ // display: flex;
|
|
|
+ color:$white;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
div::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
}
|
|
@@ -362,10 +400,6 @@ div::-webkit-scrollbar {
|
|
|
height: 42vh !important;
|
|
|
}
|
|
|
|
|
|
-.h-44 {
|
|
|
- height: 44vh !important;
|
|
|
-}
|
|
|
-
|
|
|
.h-45 {
|
|
|
height: 45vh !important;
|
|
|
}
|
|
@@ -611,17 +645,7 @@ div::-webkit-scrollbar {
|
|
|
width: 1340px !important;
|
|
|
transform: translate3d(0px, 0px, 0px) !important;
|
|
|
}
|
|
|
- .no-back{
|
|
|
- background: none !important;
|
|
|
- }
|
|
|
- .wid-list{
|
|
|
- width: 100% !important;
|
|
|
- position: relative !important;
|
|
|
- left: 0 !important;
|
|
|
- top: 0 !important;
|
|
|
- border: 0 !important;
|
|
|
- padding: 1rem;
|
|
|
- }
|
|
|
+
|
|
|
.dia-left-top {
|
|
|
width: 16.3rem;
|
|
|
display: flex;
|
|
@@ -675,7 +699,6 @@ div::-webkit-scrollbar {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
color: $inBlue;
|
|
|
- z-index:999;
|
|
|
|
|
|
.e-right {
|
|
|
height: 780px !important;
|
|
@@ -836,8 +859,8 @@ div::-webkit-scrollbar {
|
|
|
|
|
|
.el-collapse-item__arrow {
|
|
|
color: $inBlue;
|
|
|
- position: relative;
|
|
|
- left: -20.5rem;
|
|
|
+ position: absolute;
|
|
|
+ left: 1rem;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
@@ -1141,8 +1164,8 @@ div::-webkit-scrollbar {
|
|
|
|
|
|
.el-collapse-item__arrow {
|
|
|
color: $inBlue;
|
|
|
- position: relative;
|
|
|
- left: -20.5rem;
|
|
|
+ position: absolute;
|
|
|
+ left: 1rem;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
@@ -1366,22 +1389,7 @@ div::-webkit-scrollbar {
|
|
|
color: $inBlue;
|
|
|
}
|
|
|
|
|
|
- .map-tip {
|
|
|
- .d-l-con {
|
|
|
- width: 100%;
|
|
|
- box-shadow: none;
|
|
|
-
|
|
|
- .d-l-l-text {
|
|
|
- width: 100%;
|
|
|
- white-space: nowrap;
|
|
|
-
|
|
|
- h4 {
|
|
|
- display: flex;
|
|
|
- color: #04080c;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
//收起展开
|
|
|
.mascot {
|
|
@@ -1806,8 +1814,8 @@ div::-webkit-scrollbar {
|
|
|
|
|
|
.el-collapse-item__arrow {
|
|
|
color: $inBlue;
|
|
|
- position: relative;
|
|
|
- left: -20.5rem;
|
|
|
+ position: absolute;
|
|
|
+ left: 1rem;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
@@ -2174,13 +2182,16 @@ div::-webkit-scrollbar {
|
|
|
max-width: 90%;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.d-l-l-text {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex: 1;
|
|
|
color: $fListTitle;
|
|
|
padding: .2rem;
|
|
|
-
|
|
|
+ .el-tooltip__popper{
|
|
|
+ width: 100px;
|
|
|
+ }
|
|
|
h4 {
|
|
|
font-size: .7rem;
|
|
|
margin: 0;
|
|
@@ -2509,6 +2520,27 @@ div::-webkit-scrollbar {
|
|
|
border-radius: .2rem;
|
|
|
}
|
|
|
}
|
|
|
+ //确认
|
|
|
+ .event-state-qr {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ i {
|
|
|
+ color: $eventStateColor-qr;
|
|
|
+ font-size: 1rem;
|
|
|
+ margin-left: -.5rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .event-list-state-qr {
|
|
|
+ width: fit-content;
|
|
|
+ background-color: $eventStateColor-qr;
|
|
|
+ color: $white;
|
|
|
+ padding:0.25rem 0.4rem;
|
|
|
+ margin-left: -.5rem;
|
|
|
+ margin-bottom: .2rem;
|
|
|
+ border-radius: .2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
.bgt-info-name {
|
|
|
color: $inBlue;
|
|
@@ -3064,7 +3096,7 @@ div::-webkit-scrollbar {
|
|
|
margin-left: 1rem;
|
|
|
}
|
|
|
}
|
|
|
- }v
|
|
|
+ }
|
|
|
|
|
|
.event-info-con {
|
|
|
width: 100%;
|