unibest/src/style/index.scss

14 lines
205 B
SCSS
Raw Normal View History

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 {
// 修改按钮背景色
--wot-button-primary-bg-color: green;
}