智慧园区前端大屏
linwe
2024-11-23 af1e2244d0e3375f61e0ef1636dfd1ad0fbe18b4
src/styles/base/dc-base.scss
@@ -170,6 +170,23 @@
  }
}
.yjwz-height-box {
  bottom: 120px;
  &::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: calc(50% - 3px);
    display: block;
    width: 3px;
    height: 120px;
    // 0px 0px 6px rgb(255, 179, 0, 0.8)
    background: linear-gradient(to bottom, rgb(255, 179, 0, 0.8), rgb(255, 179, 0, 0.2));
    // border-right: 3px solid #fff;
  }
}
.fxy-ordinary {
  &::after {
    background: linear-gradient(to bottom, rgba(255, 201, 0, 0.8), rgba(255, 201, 0, 0.2));