<script>
document.body.style.setProperty('--main-color', '#0f0');
</script>

.box{
width: 100px;
height: 100px;
background: var(--main-color);
}

转自:https://blog.csdn.net/qq_21363577/article/details/113701631
posted on 2022-01-26 17:33  仔仔爱学习  阅读(34)  评论(0)    收藏  举报