
.input-cell-wrapper
  height 55px;
  background #fff;
  display flex;
  line-height 55px;
  justify-content space-between;
  padding 0 15px;
  .input-cell-inner
    width 100%;
    border-bottom solid 1px #e2e8f4;
    .lable
      font-size 15px;
      color #1c222e;
      font-weight 400;
    .input-sty
      width 250px;
      text-align right;
      font-size 14px;
      border 0;
      height 97%;
      float right;
      color #1C222E;
    .input-sty::-webkit-input-placeholder
      color #acb7ce;
      font-size 14px;
      font-family 'PingFang FC';
    .input-sty:disabled
      background #fff;
      color #1C222E;
    .input-sty:focus
      outline none;
      border 0;