<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