|
@@ -2561,3 +2561,194 @@
|
|
|
position:absolute;
|
|
|
top:529px;
|
|
|
left:883px;
|
|
|
+ z-index:20;
|
|
|
+ overflow:auto;
|
|
|
+ border:0px solid #000;
|
|
|
+}
|
|
|
+
|
|
|
+.history_alarm_list::-webkit-scrollbar{
|
|
|
+ width:6px;
|
|
|
+ height:100%;
|
|
|
+}
|
|
|
+.history_alarm_list::-webkit-scrollbar-thumb{
|
|
|
+ width:6px;
|
|
|
+ height:60px;
|
|
|
+ background-color:rgba(0,130,255,0.6);
|
|
|
+ border-radius:5px;
|
|
|
+}
|
|
|
+.history_alarm_list::-webkit-scrollbar-track
|
|
|
+{
|
|
|
+ border-radius: 10px;
|
|
|
+ background-color: rgba(0,0,0,.3);
|
|
|
+}
|
|
|
+
|
|
|
+.project_label {
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ font-size:12px;
|
|
|
+ color:#27c5ff;
|
|
|
+ vertical-align:bottom;
|
|
|
+}
|
|
|
+
|
|
|
+.point_label {
|
|
|
+ text-align:right;
|
|
|
+ padding-right:10px;
|
|
|
+}
|
|
|
+
|
|
|
+.project_info {
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ font-size:16px;
|
|
|
+ color:#ffffff;
|
|
|
+ vertical-align:bottom;
|
|
|
+}
|
|
|
+
|
|
|
+.device_large_icon {
|
|
|
+ position:absolute;
|
|
|
+ top:32px;
|
|
|
+ left:48px;
|
|
|
+ z-index:20;
|
|
|
+ width:100px;
|
|
|
+ height:100px;
|
|
|
+}
|
|
|
+
|
|
|
+.device_count_label{
|
|
|
+ position:absolute;
|
|
|
+ top:150px;
|
|
|
+ left:48px;
|
|
|
+ width:100px;
|
|
|
+ height:20px;
|
|
|
+ text-align:center;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ font-size:12px;
|
|
|
+ color:#ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.ui_large_icon {
|
|
|
+ background:url(icons/ui_large_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.fc_large_icon {
|
|
|
+ background:url(icons/fc_large_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.ef_large_icon {
|
|
|
+ background:url(icons/ef_large_icon.gif) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.ci_large_icon {
|
|
|
+ background:url(icons/ci_large_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.wp0_large_icon {
|
|
|
+ background:url(icons/wp0_large_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.wp1_large_icon {
|
|
|
+ background:url(icons/wp1_large_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.va_large_icon {
|
|
|
+ background:url(icons/va_large_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.ll_large_icon {
|
|
|
+ background:url(icons/ll_large_icon.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.device_list_bar {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:200px;
|
|
|
+ z-index:20;
|
|
|
+ width:300px;
|
|
|
+ height:300px;
|
|
|
+ overflow-x:hidden;
|
|
|
+ overflow-y:auto;
|
|
|
+}
|
|
|
+
|
|
|
+.status_list_bar {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:510px;
|
|
|
+ z-index:20;
|
|
|
+ height:290px;
|
|
|
+ overflow-x:hidden;
|
|
|
+ overflow-y:auto;
|
|
|
+}
|
|
|
+
|
|
|
+.status_list_bar_video {
|
|
|
+ text-align:center;
|
|
|
+ font-size:12px;
|
|
|
+ background-color:#000000;
|
|
|
+ color:#ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.device_list_bar::-webkit-scrollbar{
|
|
|
+ width:6px;
|
|
|
+ height:100%;
|
|
|
+}
|
|
|
+.device_list_bar::-webkit-scrollbar-thumb{
|
|
|
+ width:6px;
|
|
|
+ height:60px;
|
|
|
+ background-color:rgba(0,130,255,0.6);
|
|
|
+ border-radius:5px;
|
|
|
+}
|
|
|
+.device_list_bar::-webkit-scrollbar-track
|
|
|
+{
|
|
|
+ border-radius: 10px;
|
|
|
+ background-color: rgba(0,0,0,.3);
|
|
|
+}
|
|
|
+
|
|
|
+.status_list_bar::-webkit-scrollbar{
|
|
|
+ width:6px;
|
|
|
+ height:100%;
|
|
|
+}
|
|
|
+.status_list_bar::-webkit-scrollbar-thumb{
|
|
|
+ width:6px;
|
|
|
+ height:60px;
|
|
|
+ background-color:rgba(0,130,255,0.6);
|
|
|
+ border-radius:5px;
|
|
|
+}
|
|
|
+.status_list_bar::-webkit-scrollbar-track
|
|
|
+{
|
|
|
+ border-radius: 10px;
|
|
|
+ background-color: rgba(0,0,0,.3);
|
|
|
+}
|
|
|
+
|
|
|
+.v_reset {
|
|
|
+ position:absolute;
|
|
|
+ top:127px;
|
|
|
+ right:100px;
|
|
|
+ width:20px;
|
|
|
+ height:20px;
|
|
|
+ background:url(icons/v_reset.png) no-repeat;
|
|
|
+ z-index:200;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.big_view {
|
|
|
+ position:absolute;
|
|
|
+ top:157px;
|
|
|
+ right:100px;
|
|
|
+ width:20px;
|
|
|
+ height:20px;
|
|
|
+ background:url(icons/v_big.png) no-repeat;
|
|
|
+ z-index:200;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.bak_reset {
|
|
|
+ position:absolute;
|
|
|
+ top:73px;
|
|
|
+ right:89px;
|
|
|
+ z-index:20;
|
|
|
+ background:url(icons/bak.png) no-repeat;
|
|
|
+ width:77px;
|
|
|
+ height:41px;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.bak_reset2 {
|
|
|
+ position:absolute;
|
|
|
+ top:479px;
|
|
|
+ right:89px;
|
|
|
+ z-index:20;
|