Parcourir la source

3dDisplayEngine myImages.css 吉超博 commit at 2020-10-26

吉超博 il y a 4 ans
Parent
commit
cab32bcd22
1 fichiers modifiés avec 92 ajouts et 0 suppressions
  1. 92 0
      3dDisplayEngine/buildingCss/myImages.css

+ 92 - 0
3dDisplayEngine/buildingCss/myImages.css

@@ -1349,3 +1349,95 @@
 	right:185px;
 	width:80px;
 	height:31px;
+	background:url(icons/view_high_off.png) no-repeat;
+}
+
+.map_btn_high_on {
+	position:absolute;
+	bottom:61px;
+	right:185px;
+	width:80px;
+	height:31px;
+	background:url(icons/view_high_on.png) no-repeat;
+}
+
+.map_btn_low_off {
+	position:absolute;
+	bottom:61px;
+	right:95px;
+	width:80px;
+	height:31px;
+	background:url(icons/view_low_off.png) no-repeat;
+}
+
+.map_btn_low_on {
+	position:absolute;
+	bottom:61px;
+	right:95px;
+	width:80px;
+	height:31px;
+	background:url(icons/view_low_on.png) no-repeat;
+}
+
+.alarm_tab_pingfen {
+	position:absolute;
+	top:620px;
+	left:50px;
+	width:420px;
+	height:220px;
+	background:url(mange-item-new-new.png) no-repeat;
+}
+
+.alarm_tab_pingfenChart {
+	position:absolute;
+	top:20px;
+	left:0px;
+	width:170px;
+	height:160px;
+}
+
+.alarm_tab_pingfenTitle {
+	position:absolute;
+	top:24px;
+	left:216px;
+	font-Size:18px;
+	font-weight:bold;
+	color:#7AFFFF;
+}
+
+.alarm_tab_pingfenContent {
+	position:absolute;
+	width:230px;
+	height:80px;
+	top:60px;
+	left:160px;
+	font-Size:14px;
+	color:#7AFFFF;
+}
+
+.operating_mode{
+	width: 321px;
+    height: 80px;
+    position: fixed;
+    bottom:100px;
+    left:50px;
+    border: 1px solid #25bfff;
+    box-shadow: inset 0px 0px 10px #25bfff;
+    background-color: rgba(23,21,57,0.2);
+    background: rgba(13, 22, 41, .9);
+    border-radius:10px;
+    font-size: 16px;
+}
+
+.operating_mode_ul{
+    list-style-type: disc;
+    display: flex;
+    margin-block-start: 1em;
+    margin-inline-start: 0px;
+    margin-inline-end: 0px;
+    flex-direction: row;
+    justify-content: center;
+}
+
+.operating_mode_li{
+	width: 105px;