.box1{width:200px;height:200px;/* background-color: pink; *//* color: wheat; *//* 对象属性的形式需要加引号 */background-color:v-bind("myTheme.bgColor");/* 单独的变量引号可加可不加 */color:v-bind(myColor); }</style> 二. Less