然後利用var() 方法來取出指定屬性的值。 [ Foo.css ] :root { --head: 50px; } div { height: calc(100vh - var(--head)); }. 你知道嗎?
確定! 回上一頁