當你設定一個元素樣式為 box-sizing: border-box; ,這個元素的內距和邊框將不會 ... .simple { width: 500px; margin: 20px auto; -webkit-box-sizing: border-box; ...
確定! 回上一頁