|
@@ -806,3 +806,142 @@
|
|
|
.info_body3{
|
|
|
position: absolute;
|
|
|
top:122px;
|
|
|
+ left:80px;
|
|
|
+ width:179px;
|
|
|
+ height:20px;
|
|
|
+ color:#ffffff;
|
|
|
+ font-size:14px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ overflow:hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+.info_btn{
|
|
|
+ position: absolute;
|
|
|
+ top: 156px;
|
|
|
+ left:66px;
|
|
|
+ width:66px;
|
|
|
+ height:24px;
|
|
|
+ cursor:pointer;
|
|
|
+ background-color:#7FEEFF;
|
|
|
+ text-align:center;
|
|
|
+ color:#0f386e;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ padding-top:2px;
|
|
|
+ border-radius:4px;
|
|
|
+}
|
|
|
+
|
|
|
+.alarm_btn{
|
|
|
+ position: absolute;
|
|
|
+ top: 156px;
|
|
|
+ left:138px;
|
|
|
+ width:66px;
|
|
|
+ height:24px;
|
|
|
+ cursor:pointer;
|
|
|
+ background-color:#7FEEFF;
|
|
|
+ text-align:center;
|
|
|
+ color:#0f386e;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ padding-top:2px;
|
|
|
+ border-radius:4px;
|
|
|
+}
|
|
|
+
|
|
|
+.company_building_return{
|
|
|
+ position: absolute;
|
|
|
+ top: 56px;
|
|
|
+ right:66px;
|
|
|
+ width:66px;
|
|
|
+ height:24px;
|
|
|
+ cursor:pointer;
|
|
|
+ background-color:#7FEEFF;
|
|
|
+ text-align:center;
|
|
|
+ color:#0f386e;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ padding-top:2px;
|
|
|
+ border-radius:4px;
|
|
|
+}
|
|
|
+
|
|
|
+.today_team_btn{
|
|
|
+ position: absolute;
|
|
|
+ top: 156px;
|
|
|
+ left:210px;
|
|
|
+ width:66px;
|
|
|
+ height:24px;
|
|
|
+ cursor:pointer;
|
|
|
+ background-color:#7FEEFF;
|
|
|
+ text-align:center;
|
|
|
+ color:#0f386e;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ padding-top:2px;
|
|
|
+ border-radius:4px;
|
|
|
+}
|
|
|
+
|
|
|
+.alarm_div{
|
|
|
+ width:179px;
|
|
|
+ height:200px;
|
|
|
+ background-color:yellow;
|
|
|
+}
|
|
|
+
|
|
|
+.data_bar_title {
|
|
|
+ font-size:16px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ color:#ffffff;
|
|
|
+ height:32px;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.data_bar_total_label {
|
|
|
+ font-size:12px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ color:#ffffff;
|
|
|
+ height:32px;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.data_bar_total_number {
|
|
|
+ font-size:18px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ color:#31e9ff;
|
|
|
+ height:32px;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.data_bar_alarm_label {
|
|
|
+ font-size:12px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ color:#ffffff;
|
|
|
+ height:42px;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.data_bar_alarm_number {
|
|
|
+ font-size:18px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ color:#f66167;
|
|
|
+ height:42px;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.align_right {
|
|
|
+ text-align:right;
|
|
|
+}
|
|
|
+
|
|
|
+.device_info_title {
|
|
|
+ margin-top:15px;
|
|
|
+ font-size:16px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ color:#ffffff;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|