@import '../../../lib/style/themes/index.less';
@import '../../../lib/style/mixins/flex.less';

@depot-prefix-cls: ~'@{depot-prefix}-recognition';
.recognition {
  width: 100%;
}
.transition_container {
  transition: all 0.3s linear;
}
.fullRecognition {
  width: 100%;
  min-width: 1024px;
  max-height: 246px;
  padding: 24px 24px 16px 48px;
  position: relative;
  background: url('./assets/detailBg.png') no-repeat;
  background-size: cover;
  // background-attachment: fixed;
  transition: all 0.3s linear;
  .pinfo {
    height: 100%;

    &-namespan {
      font-size: 16px;
      color: #000000d9;
    }
    &-sexspan {
      font-size: 14px;
      color: #000000d9;
    }

    &-empcode {
      font-size: 14px;
      color: #000000d9;
      margin-bottom: 4px;
    }

    &-comcode {
      font-size: 14px;
      color: #000000d9;
      margin-bottom: 4px;
    }

    &-tagcs {
      border: 0;
      color: rgba(0, 0, 0, 0.65);
      background-color: rgba(255, 255, 255, 0.65);
    }
  }
  .ant-col {
    flex: auto;
  }

  .ant-progress-status-success .ant-progress-bg,
  .ant-progress-success-bg,
  .ant-progress-bg {
    background-color: @primary-color;
  }
  .ant-progress-status-success .ant-progress-text {
    color: @primary-color;
  }
  // .ant-progress-circle .ant-progress-text {
  //   font-size: 24px;
  //   color:@primary-color;
  // }
  //完整度
  .progress-container {
    width: 160px;
  }
  //员工画像
  .tags-container {
    margin-top: 28px;
    max-width: 330px;
    height: 90px;
    max-height: 90px;
  }
  .emp-tags {
    border: 0;
    color: @primary-color;
    background: rgba(255, 255, 255, 0.65);
  }
}

.demarginleft {
  margin-left: 48px;
}
.radiconbtn {
  border-radius: 32px;
  width: 32px;
  background-color: aliceblue !important;
  padding: 0;
}
.operation-btn {
  font-size: 16px;
  color: @primary-color;
}

.miniRecognition {
  width: 100%;
  padding: 12px 24px;
  background-color: rgb(189, 227, 250);
  background: url('./assets/detailBg.png') no-repeat;
  // background: url('./assets/miniBg.png') no-repeat;
  background-size: cover;
  transition: all 0.3s linear;
  position: relative;
  .pinfo {
    height: 100%;

    &-namespan {
      font-size: 16px;
      color: #000000d9;
      margin-right: 8px;
    }
    &-sexspan {
      margin-right: 16px;
      font-size: 14px;
      color: #000000d9;
    }

    &-empcode {
      font-size: 14px;
      color: #000000d9;
    }

    &-comtitle {
      font-size: 14px;
      color: #000000d9;
    }

    &-tagcs {
      color: #000000a6;
      background-color: #ffffff;
    }

    .infoPlaceholder {
      height: 21px;
    }
  }
}
.ascenter {
  align-self: center;
}

.radiconbtn {
  border-radius: 32px;
  width: 32px;
  background-color: aliceblue !important;
  padding: 0;
}
.full-collapse-btn {
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #fff;
}

@media screen and (max-width: 1025px) {
  .fullRecognition {
    .ant-col {
      min-width: 476px;
    }
    .showMiddlePart.recognition-operations {
      margin-top: 10px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
}
