<style>
textarea {
width: 740px;
height: 50px;
border: none; /*去掉边框*/
overflow: hidden; /*去掉滚动条*/
resize:none; /*设置文本域框不能进行拉伸*/
padding: 10px 25px; /*设置真正文本输入的范围,不能用margin*/
}
</style>
textarea文本域设置不能拉伸,去掉滚动条
最新推荐文章于 2025-03-27 17:49:30 发布