你可以使用諸如Normalize 的CSS reset 庫。或者使用一種更為簡單的方式: * { box-sizing: border-box; margin: 0; padding: 0; } 複製程式碼.
確定! 回上一頁