@import '../../../assets/variable.less';
.module-user-tag-detail-info {
  padding: @padding-md @padding-lg;
  background-color: #fff;

  &-header {
    display: flex;
    justify-content: space-between;
    .info-name {
      color: @text-color-secondary;
    }
    .type-info {
      display: flex;
      align-items: center;
      color: @text-color-secondary;
      .split-line {
        width: 1px;
        height: 13px;
        margin: 0 @padding-xs;
        background-color: #c4c4c4;
      }
    }
  }
  &-item {
    margin-top: @margin-md;
    .info-name {
      margin-right: @margin-xss;
      color: @text-color-secondary;
    }
    &.remark {
      display: flex;
      margin-bottom: 16px;
      .info-name {
        height: 32px;
        margin-right: @margin-sm;
        line-height: 32px;
      }
      .info-value {
        display: flex;
        flex: 1;
        align-items: center;
        min-width: 0;
        min-height: 32px;
        padding: 6px @padding-sm;
        overflow: hidden;
        font-weight: 400;
        line-height: 20px;
        text-overflow: ellipsis;
        background-color: @background-color-base;
        border-radius: @border-radius-small;
      }
    }
  }
  &-item-two {
    color: #5f6085;
    .bold {
      color: #fd9f41;
      font-weight: bold;
    }
  }
  &-labelname {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
  .layer-count {
    margin: 0 @margin-xss;
    color: #fd9f41;
    font-weight: bold;
  }

  .layer-name {
    color: #fd9f41;
    .icon-tishiicon {
      margin: 0 @margin-xss;
      color: @text-color-secondary;
      cursor: pointer;
      &:hover {
        color: @warning-color;
      }
    }
  }
}
