CSS3 box-sizing 属性实例元素的总高度和宽度包含内边距和边框(padding 与border) ... #example1 { box-sizing: border-box; } ... 注:border-box 不包含margin。
確定! 回上一頁