
.text-input-cell-wrapper
  height 55px;
  background #fff;
  display flex;
  line-height 55px;
  justify-content space-between;
  padding 0 15px;
  box-sizing border-box;
  position relative;
  .text-input-sty
    overflow hidden;
    resize none;
    width 100%;
    text-align left;
    font-size 14px;
    border 0;
    float right;
    line-height 26px;
    padding 10px;
    color #1C222E;
  .text-input-sty:focus
    outline none;
    border 0;
  .text-input-sty::-webkit-input-placeholder
    color #acb7ce;
    font-size 14px;
    font-family 'PingFang FC';
  .text-input-sty:disabled
    background #fff;
  .count
    position absolute;
    color #a2adb6;
    font-size 13px;
    right 10px;
    bottom -10px;