CSS 属性
max-width

结果

点击左侧的单选按钮,更改此 DIV 的最大宽度。

CSS 代码
div {
    
    max-width:none;
      }
点击上面的属性值来查看结果
W3Schools.com - 亲自试试