custom-service.scss 1.58 KB
@import '@/styles/_support';

.content {
  display: flex;
  // margin-top: 2.333333rem;
  margin: 2.333333rem auto;
  position: relative;
}

.left-panel {
  width: 12.833333rem;
  height: 42.333333rem;
  margin-left: 3.166667rem;

  .separator {
    margin: auto;
    width: 10.5rem;
    height: .083333rem;
    background-color: #dcdddd;
  }

  .menu-item {
    position: relative;
    @extend .bb;
    padding: 1.25rem 0;
    // height: 3.833333rem;
    font-weight: bold;
    color: $cFontGray;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 1px #dcdddd;
    width: 10.5rem;
    margin-left: 1.083333rem;

    .icon-wrap {
      @extend .fcc;
      width: 3rem;

      .icon {}
    }

    .tit {
      flex: 1;
      @extend .bb;
      padding: 0 .333333rem;
      text-align: left;

    }

    .sel {
      position: absolute;
      width: .583333rem;
      height: 1.166667rem;
      top: 0;
      bottom: 0;
      right: -1.75rem;
      margin: auto 0;
      background: url("~@/assets/images/insurance-query/triangle.png") no-repeat center center;
      @extend .bis;
    }

    .sel-first {
      margin: 0;
    }

    &:first-child {
      padding: 0 0 1rem;
    }

    &:last-child {
      border-bottom: none;
    }

  }

  .activity {
    color: $cOrange;
  }
}

.right-panel {
  margin-left: 3rem;
  // width: 64.166667rem;
  width: 64.416667rem;
  background-color: #ffffff;

  .panel {
    // display: none;
  }

  .activity {
    display: block !important;
  }
}

.empty-line {
  height: 1.333333rem;
}