textarea布局

   <section class="feedback-content">
      <h4>您的意见</h4>
      <div class="inner">
        <textarea name="" id="" placeholder="请详细描述您的意见和建议"></textarea>
        <span>10~200</span>
      </div>
    </section>

  

<style lang="scss">
.inner {
        padding: 28px;
        border: 1px solid gray;
        textarea {
          width: 100%;
          height: 270px;
          line-height: 42px;
          font-size: 28px;
          border: none;
          resize: none;
          outline: none;
        }
        span {
          display: block;
          text-align: right;
        }
      }
    }
</style>

posted @ 2019-05-03 20:40  巴拉巴拉·芭芭拉  阅读(359)  评论(0编辑  收藏  举报