.test { // 可以通过 @apply 多个样式封装整体样式 @apply mt-4 ml-4; padding-top: 4px; color: red; } :root, page { // 修改按钮背景色 --wot-button-primary-bg-color: green; }