index.scss 296 B

123456789101112131415161718
  1. // @import './iconfont.css';
  2. .test {
  3. // 可以通过 @apply 多个样式封装整体样式
  4. @apply mt-4 ml-4;
  5. padding-top: 4px;
  6. color: red;
  7. }
  8. :root,
  9. page {
  10. // 修改按主题色
  11. // --wot-color-theme: #37c2bc;
  12. // 修改按钮背景色
  13. // --wot-button-primary-bg-color: green;
  14. }