Files
xiaozhi-esp32-server/main/manager-mobile/src/style/index.scss
T
2025-08-11 15:48:28 +08:00

20 lines
333 B
SCSS

// 测试用的 iconfont,可生效
// @import './iconfont.css';
.test {
// 可以通过 @apply 多个样式封装整体样式
@apply mt-4 ml-4;
padding-top: 4px;
color: red;
}
:root,
page {
// 修改按主题色
// --wot-color-theme: #37c2bc;
// 修改按钮背景色
// --wot-button-primary-bg-color: green;
}