.container { width: 100%; min-width: 300px; max-width: 600px; }HTML寫版心容器一定要給寬度加100%嗎?感覺在有min-width和max-width的情況下,就不需要width了,不是嗎? 查看完整描述