box -sizing: border-box會保持box的寬度。如有border或padding,膨漲會向內擠壓(而非增加box的總長或闊);但不包括margin。即是margin的width不會計數 ...
確定! 回上一頁