@import "../style/var.less";

.fe-textarea {
  background: @white;
  border-bottom: 1px solid @white; /*no*/
  font-size: @font-size-md;
  line-height: 24px;
  padding: 12px 16px;

  & &-value {
    background: @white;
    border: 0;
    color: #333333;
    display: block;
    font-size: @font-size-md;
    height: 65px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    resize: none;
    width: 100%;

    &:focus {
      outline: 0;
    }

    &::placeholder {
      color: #cccccc;
    }
  }

  & &-counter {
    color: @input-tips-color;
    flex-shrink: 0;
    font-size: @font-size-md;
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
    text-align: right;
  }

  & &-count {
    color: #333333;
  }
}
