|
@@ -984,4 +984,30 @@ floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames |
|
|
background: transparent !important;
|
|
background: transparent !important;
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
color: #15BEC8 !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;
|
|
|
|
+
|
|
}
|
|
}
|