Css - FAQ
Css 支持深色模式和浅色模式的切换(支持阶梯灰度)
Css 设定变量
less
:root[theme="dark"] {
--wc-text-color: var(--wc-color-dark-blue);
--wc-link-active-color: var(--wc-color-primary);
--wc-bg-color: @textLightColor;
}
动态添加样式
javascript
document.documentElement.setAttribute('theme', 'dark');
参考
代练通的一个活动背景画背景方案
http://www.dailiantong.com/activity/halloween.aspx
说明
创建时间: 2023-01-15 00:30:00 , 最后编辑于 2023-12-07 22:54:00