Parcourir la source

小地图样式优化

任一存 il y a 2 ans
Parent
commit
ff649cebac
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      src/assets/style/public.less

+ 6 - 1
src/assets/style/public.less

@@ -83,6 +83,11 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
   border-radius: 10px;
   z-index: 999;
   background: rgba(0, 0, 0, 0.37) !important;
+  svg {
+    path {
+      stroke-width: 1;
+    }
+  }
 }
 
 .mobile {
@@ -106,5 +111,5 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 }
 // 视野
 #ele1 path {
-  fill: rgba(117, 31, 17, 0.61);
+  fill: rgba(117, 31, 17, 0.8);
 }