소스 검색

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

吉超博 4 년 전
부모
커밋
1229ef3521
1개의 변경된 파일58개의 추가작업 그리고 0개의 파일을 삭제
  1. 58 0
      3dDisplayEngine/buildingCss/myImages.css

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

@@ -1134,3 +1134,61 @@
 	width:21px;
 	height:21px;
 	background:url(icons/smaller_off.png) no-repeat;
+}
+
+.map_btn_smaller_on {
+	position:absolute;
+	bottom:66px;
+	left:90px;
+	width:21px;
+	height:21px;
+	background:url(icons/smaller_on.png) no-repeat;
+}
+
+.map_btn_showlaebl_off {
+	position:absolute;
+	bottom:61px;
+	left:130px;
+	width:101px;
+	height:31px;
+	background:url(icons/show_label_off.png) no-repeat;
+}
+
+.map_btn_showlaebl_on {
+	position:absolute;
+	bottom:61px;
+	left:130px;
+	width:101px;
+	height:31px;
+	background:url(icons/show_label_on.png) no-repeat;
+}
+
+.map_btn_hidelabel {
+	position:absolute;
+	bottom:61px;
+	left:130px;
+	width:101px;
+	height:31px;
+	background:url(icons/hide_label.png) no-repeat;
+}
+
+.map_btn_left_off {
+	position:absolute;
+	bottom:61px;
+	left:241px;
+	width:80px;
+	height:31px;
+	background:url(icons/map_left_off.png) no-repeat;
+}
+
+.map_btn_left_on {
+	position:absolute;
+	bottom:61px;
+	left:241px;
+	width:80px;
+	height:31px;
+	background:url(icons/map_left_on.png) no-repeat;
+}
+
+.map_btn_right_off {
+	position:absolute;