CSS var () 函数CSS 函数实例定义一个名为'--main-bg-color' 的属性,然后使用var() 函数调用该属性: [mycode3 type='css'] :root { --main-bg-color: coral; } ...
確定! 回上一頁