ZhangXianQiang
2024-03-05 6c757d5dab619fd759854778978270f0eecaec93
src/views/daoAnOffice/center-map.vue
@@ -81,7 +81,7 @@
  geo3D: {
    map: "dujiangyan", //注册地图的名字
    roam: true, //开启鼠标缩放和平移漫游。默认不开启
    bottom: 120,
    bottom: 80,
    left: 10,
    itemStyle: {
      color: "#4189f2", // 背景
@@ -181,7 +181,7 @@
  width: 225px;
  position: absolute;
  right: 0;
  bottom: 150px;
  bottom: 200px;
  background: rgba(17, 34, 58, 0.6);
  border: 1px solid #29466A;
@@ -215,7 +215,7 @@
        font-style: italic;
        background: linear-gradient(180deg, #FFFFFF 0%, #70B2F4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        // -webkit-text-fill-color: transparent;
      }
    }
  }
@@ -239,4 +239,8 @@
  }
}
.info-lable {
  font-family: 'PingFang SC' !important;
}
</style>