瀏覽代碼

feat;修改楼层提示样式

jinx 4 年之前
父節點
當前提交
1c5f85ae0d
共有 1 個文件被更改,包括 15 次插入3 次删除
  1. 15 3
      css/style.css

+ 15 - 3
css/style.css

@@ -907,11 +907,23 @@ attributes-editor .form-group .btn-primary:hover {
 .panel-body .panel-group .panel:nth-of-type(-n+5) {
 .panel-body .panel-group .panel:nth-of-type(-n+5) {
     display: none;
     display: none;
 }
 }
+
 /* 导入/导出兴趣点 */
 /* 导入/导出兴趣点 */
-poi-export-import .collapse-style{
-      display: none !important;
+poi-export-import .collapse-style {
+    display: none !important;
 }
 }
+
 /* 第三方许可 */
 /* 第三方许可 */
-#third-party-licenses-button{
+#third-party-licenses-button {
     display: none;
     display: none;
+}
+
+#floorChanger {
+    background: rgba(0, 0, 0, 0.8) !important;
+}
+
+floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"] {
+    background: transparent !important;
+    border-radius: 4px !important;
+    color: #15BEC8 !important;
 }
 }