page .anyui-textarea-box {
  position: relative;
  display: inline-block;
  padding: 3px 4px;
  resize: none;
  height: 136rpx;
  width: 100%;
  /* border: 2rpx solid #eee; */
  border-radius: 6rpx;
  background: #fff;
}

page .anyui-textarea-textarea {
  resize: none;
  width: 100%;
  height: 100%;
  outline: none;
}

page .anyui-textarea-bottom {
  position: absolute;
  font-size: 14rpx;
  color: #ccc;
  bottom: 0;
  right: 8rpx;
}