Procházet zdrojové kódy

3dDisplayEngine myImages.css 吉超博 commit at 2021-03-25

吉超博 před 4 roky
rodič
revize
564c845f3b
1 změnil soubory, kde provedl 87 přidání a 0 odebrání
  1. 87 0
      3dDisplayEngine/buildingCss/myImages.css

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

@@ -5645,3 +5645,90 @@
 .title_down_01 {
 	position:absolute;
 	top:0px;
+	left:34px;
+	width:928px;
+	height:36px;
+	background-image:url(03index/title_down_01.png);
+}
+
+.title_down_02 {
+	position:absolute;
+	top:0px;
+	left:1011px;
+	width:500px;
+	height:36px;
+	background-image:url(03index/title_down_02.png);
+}
+
+.title_down_03 {
+	position:absolute;
+	bottom:40px;
+	right:0px;
+	width: 390px;
+    height: 212px;
+    border: 4px solid rgba(255,255,255,0.3);
+}
+
+.title_right_01 {
+	position:absolute;
+	top:380px;
+	right:0px;
+	width:368px;
+	height:36px;
+	background-image:url(03index/title_right.png);
+}
+
+.title_right_02 {
+	position:absolute;
+	top:420px;
+	right:0px;
+	width:368px;
+	overflow-x: auto;
+    overflow-y: scroll;
+}
+
+.title_right_02::-webkit-scrollbar{
+  width:6px;
+  height:100%;
+  display: none!important;
+}
+
+.title_right_02::-webkit-scrollbar-thumb{
+  width:6px;
+  height:60px;
+  background-color:rgba(0,130,255,0.6);
+  border-radius:5px;
+}
+
+.title_right_02::-webkit-scrollbar-track  
+{  
+  border-radius: 10px;  
+  background-color: rgba(0,0,0,.3);
+}
+
+.alarm_tab03 {
+	position: absolute;
+	left:0px;
+	top:0px;
+	width:368px;
+	height:48px;
+	z-index:500;
+	cursor:pointer;
+	background: rgba(13, 22, 41, 0.2);
+	border-left: 2px solid #fff;
+	padding-left:10px;
+	padding-top:10px;
+}
+
+.alarm_tab03_span {
+	display:inline-block;
+	width:310px;
+	height:32px;
+	line-height:32px;
+    zoom:1;
+    vertical-align:middle;
+	font-size:12px!important;
+	padding-left:10px;
+	overflow:hidden;
+    white-space:nowrap;
+    text-overflow:ellipsis;