.inputItem {
  width: 100%;
  // @-webkit-keyframes keyboard-cursor {
  //   0% {
  //     opacity: 1;
  //   }
  //
  //   50% {
  //     opacity: 0;
  //   }
  //
  //   to {
  //     opacity: 1;
  //   }
  // }
  // @keyframes keyboard-cursor {
  //   0% {
  //     opacity: 1;
  //   }
  //
  //   50% {
  //     opacity: 0;
  //   }
  //
  //   to {
  //     opacity: 1;
  //   }
  // }
  // .input {
  //   border: none;
  //   height: 100%;
  //   width: 100%;
  //   overflow: hidden;
  //   text-overflow: ellipsis;
  //   white-space: nowrap;
  //   text-align: left;
  //
  //   &.focus::after {
  //     content: "";
  //     position: absolute;
  //     top: 32%;
  //     height: 34%;
  //     border-right: 1.5px solid #108ee9;
  //     animation: keyboard-cursor infinite 1s step-start;
  //   }
  // }
  input {
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    text-align: left!important;
  }
  input::-webkit-input-placeholder {
      /* placeholder颜色  */
      color: #999;
      /* placeholder字体大小  */
      // font-size: 12px;
      /* placeholder位置  */
      // text-align: right;
  }
}
