Browse Source

feat:修改样式

jinx 4 năm trước cách đây
mục cha
commit
1e096aa50c
2 tập tin đã thay đổi với 84 bổ sung2 xóa
  1. 13 1
      c92fe8d9c097b56fe0806cf817994474.ic_route_start.svg
  2. 71 1
      css/style.css

+ 13 - 1
c92fe8d9c097b56fe0806cf817994474.ic_route_start.svg

@@ -1 +1,13 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><circle cx="4" cy="4" r="4" stroke="#979797"/><circle cx="4" cy="4" r="2" fill="#979797"/></g></svg>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 10 10" style="enable-background:new 0 0 10 10;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:none;stroke:#29BC4C;}
+	.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#29BC4C;stroke:#29BC4C;stroke-miterlimit:10;}
+</style>
+<g transform="translate(1 1)">
+	<circle class="st0" cx="4" cy="4" r="4"/>
+	<circle class="st1" cx="4" cy="4" r="2"/>
+</g>
+</svg>

+ 71 - 1
css/style.css

@@ -802,6 +802,10 @@ share-menu .form-group+.no-margin-bottom {
 
 /* 坐标 */
 
+#coord_editor {
+    display: none;
+}
+
 sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template span {
     color: #999999 !important;
 }
@@ -1072,4 +1076,70 @@ input[readonly="readonly"] {
 
 .panel-heading h3 {
     color: #fff !important;
-}
+}
+
+
+/* 测量 */
+
+measurement-list .material-icons {
+    color: #fff !important;
+}
+
+measurement-list .fa-square-o:before {
+    color: #fff !important;
+}
+
+measurement-list .hovered {
+    background-color: #15BEC8 !important;
+}
+
+measurement-list hr {
+    border: .5px solid rgba(255, 255, 255, .2) !important;
+}
+
+button[title="放大镜"]:hover {
+    background: #15BEC8 !important;
+}
+
+button[title="放大镜"].active svg {
+    color: #15BEC8 !important;
+}
+
+button[title="放大镜"].active:hover svg {
+    color: #fff !important;
+}
+
+.glyphicon-resize-full::before {
+    color: #fff !important;
+}
+
+.nav-tabs[role="tablist"] {
+    border-bottom: none !important;
+}
+
+.nav-tabs>li.active>a,
+.nav-tabs>li.active>a:focus,
+.nav-tabs>li.active>a:hover {
+    color: #fff !important;
+    background-color: #15BEC8 !important;
+    border-color: transparent !important;
+}
+
+.nav-tabs>li>a {
+    color: #fff !important;
+}
+
+.nav-tabs>li>a:focus,
+.nav-tabs>li>a:hover {
+    background-color: #15BEC8 !important;
+    border-color: transparent !important;
+}
+
+.fa-pencil:before {
+    color: #fff !important;
+}
+
+
+/* left-panel .poi-extensions-box {
+    overflow-x: hidden;
+} */