|
@@ -78,6 +78,16 @@ $date-state1: #2abc65;
|
|
|
$date-state2: #e68d3f;
|
|
|
$date-state3: #d6333b;
|
|
|
|
|
|
+//视频摄像头预览弹层样式
|
|
|
+.videoCustomWidth {
|
|
|
+ width: 1070px !important;
|
|
|
+ height: 700px !important;
|
|
|
+}
|
|
|
+//电视墙视频摄像头预览弹层样式
|
|
|
+.TVWallCustomWidth {
|
|
|
+ width: 1150px !important;
|
|
|
+ height: 700px !important;
|
|
|
+}
|
|
|
|
|
|
//公共
|
|
|
body {
|
|
@@ -3138,4 +3148,4 @@ div::-webkit-scrollbar {
|
|
|
|
|
|
.d-l-l-text h4{
|
|
|
color:#fff!important;
|
|
|
-}
|
|
|
+}
|