Przeglądaj źródła

feat:修改关于页面

jinx 4 lat temu
rodzic
commit
93164c9714
1 zmienionych plików z 26 dodań i 0 usunięć
  1. 26 0
      css/style.css

+ 26 - 0
css/style.css

@@ -984,4 +984,30 @@ floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames |
     background: transparent !important;
     border-radius: 4px !important;
     color: #15BEC8 !important;
+}
+
+
+
+/* 关于 */
+#about-modal .modal-body >div:nth-of-type(4) {
+    display: none;
+
+}
+
+
+#about-modal .modal-body >div:nth-of-type(5) {
+    display: none;
+
+}
+#about-modal .modal-body>div:nth-of-type(6) >span,
+#about-modal .modal-body>div:nth-of-type(6) ul {
+    display: none;
+
+}
+#about-modal .modal-body>div:nth-of-type(6) {
+    height: 40px;
+}
+#about-modal .modal-body>div:nth-of-type(7) {
+    display: none;
+
 }