智慧园区前端大屏
shuishen
2024-10-30 c5558ae0a6152b56b2b487b94f3c616648104edd
src/styles/base/index.scss
@@ -1 +1,39 @@
@use './container.scss'as *;
@use './container.scss'as *;
.public-map-popup {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: all;
  display: block;
  transform-origin: left bottom;
  z-index: auto;
  .marsBlueGradientPnl {
    text-align: center;
    padding: 5px 30px;
    margin: 0;
    color: #fff;
    background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 130px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    &::after {
      content: "";
      position: absolute;
      bottom: -60px;
      left: calc(50% - 3px);
      display: block;
      width: 3px;
      height: 60px;
      border-right: 3px solid #2bcdbb;
    }
  }
}