<div style="--primaryColor: #d3d3d3"></div> // 一定要使用 -- 开头 <style> .test { color: var(--primaryColor); } </style>