智慧园区前端大屏
linwe
2024-11-19 2676f45f33b9dedb80d0417e5af603df41216f0b
src/styles/base/dc-base.scss
@@ -72,7 +72,22 @@
  }
}
.fxy-box {
.fxy-ordinary {
  &::after {
    background: linear-gradient(to bottom, rgba(255, 201, 0, 0.8), rgba(255, 201, 0, 0.2));
  }
  .map-name {
    color: rgba(255, 201, 0, 1);
  }
  .map-icon {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 20%, rgba(255, 201, 0, 0.9) 100%);
    box-shadow: 0px 0px 10px rgb(255, 201, 0);
  }
}
.fxy-larger {
  &::after {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0.2));
  }