智慧园区前端大屏
shuishen
2024-11-12 c4aaf9b67de6da80d9c4eda55379a057f60e1f47
src/styles/base/dc-base.scss
@@ -53,12 +53,19 @@
  }
  .map-icon {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 30%, rgb(255, 179, 0, 0.7) 100%);
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgb(255, 179, 0, 0.8);
    img {
      width: 40px;
      height: 40px;
      width: 24px;
      height: 24px;
    }
  }
}