近年來,原生的CSS 支援了變數的語法,這篇文章將會針對CSS 的變數, ... :root{ --c:30vw; } div{ width:calc(50vw + var(--c)); height:50px; background:#ccc; }.
確定! 回上一頁