.container { width: 100%; min-width: 300px; max-width: 600px; }HTML写版心容器一定要给宽度加100%吗?感觉在有min-width和max-width的情况下,就不需要width了,不是吗? 查看完整描述