.datav-indicator-base {
  position: relative;

  .content {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
  }

  .footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9e5f8;
    font-size: 16px;
  }

  &.type_7 {
    .content {
      color: #595959;
      font-size: 14px;
    }

    .footer {
      color: #262626;
      font-size: 24px;
    }
  }
}
