Procházet zdrojové kódy

3dDisplayEngine myImages.css 吉超博 commit at 2020-09-17

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

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

@@ -319,3 +319,61 @@
 	color:rgba(255,255,255,0.3);
 }
 
+.bar5 input:focus {
+    color: rgba(255,255,255,1);
+}
+.bar5_clear {
+	background:url(common/close-tmp.gif) no-repeat 50% 50%; -webkit-filter: grayscale(100%); 
+	-moz-filter: grayscale(100%); 
+	-ms-filter: grayscale(100%); 
+	-o-filter: grayscale(100%); 
+	filter: grayscale(100%); 
+	filter: gray; 
+	width:28px; height:28px; z-index: 1001; position:absolute; top:1px; right:2px;cursor:"pointer";
+}
+
+.x-panel-header-new {
+	background-image: none;
+	background-color: rgba(0,0,0,0.0);
+	height: 0px;
+	overflow:hidden;
+}
+
+.operation_body {
+	height:498px;
+	background: url(operation_bg.png) repeat-x;
+	overflow:hidden;
+}
+
+.operation_dock_l {
+	position: absolute;
+	top: 20px;
+	left: 20px;
+	width: 118px;
+	height: 462px;
+	background: url(operation_docker_l.png) no-repeat;
+}
+
+.operation_dock_r {
+	position: absolute;
+	top: 20px;
+	right: 20px;
+	width: 118px;
+	height: 462px;
+	background: url(operation_docker_r.png) no-repeat;
+}
+
+.operation_title_icon{
+	position:absolute;
+	top: 86px;
+	left: 91px;
+}
+
+.operation_title_text {
+	position:absolute;
+	top: 100px;
+	left: 146px;
+	width: 300px;
+	height: 30px;
+	font-size: 24px;
+	color: #6dcffc;