精简css样式代码1 .div:{height:auto,width:auto}任何块状元素的高度默认都是auto 2 .正确使用方法 3 .div{matgin:auto} 4 .textarea{overflow:auto} 5 .img2023-02-20html-css210