css textarea固定大小不显示滚动条

textarea{
	resize:none;
	200px;
	height:100px;
	max-height:100px;
	max-200px;
	overflow:auto;  /*使不显示滚动条*/
}
原文地址:https://www.cnblogs.com/frostbelt/p/2388735.html