unibest/src/style/index.scss

19 lines
293 B
SCSS
Raw Normal View History

2024-05-12 16:45:04 +08:00
@import './iconfont.css';
2024-01-30 20:22:35 +08:00
.test {
2024-02-21 10:08:15 +08:00
// 可以通过 @apply 多个样式封装整体样式
@apply mt-4 ml-4;
2024-01-30 21:02:52 +08:00
2024-02-21 10:08:15 +08:00
padding-top: 4px;
2024-01-30 20:22:35 +08:00
color: red;
}
2024-05-12 15:53:20 +08:00
:root,
page {
2024-05-12 16:24:37 +08:00
// 修改按主题色
// --wot-color-theme: #37c2bc;
2024-05-12 15:53:20 +08:00
// 修改按钮背景色
2024-05-12 16:24:37 +08:00
// --wot-button-primary-bg-color: green;
2024-05-12 15:53:20 +08:00
}