@@ -1,5 +1,3 @@
-
*{
font-family: 'SY-medium';
}
@@ -102,9 +100,16 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
// 位置圆圈。默认半径2.69,圆圈粗细1.076
#ele1 circle {
fill: #165491;
- r: 2;
+ r: 1;
// 视野
#ele1 path {
+}
+
+// 用于调整小地图墙壁粗细
+body {
+ path {
+ stroke-width: 0.5;
+ }