不可编辑:
如果仅仅用于禁止输入(只读,但有用),使用readonly属性
让textarea没有黄框且不能拖拽:
textarea{outline:none;resize:none;}
高度自适应:
overflow-y:visible