ui.scss 621 B

12345678910111213141516171819
  1. @import './theme/style'; //系统主题
  2. @import './main'; //主样式*
  3. @import './style/background'; //背景
  4. @import './style/grid'; //列
  5. @import './style/flex'; //布局
  6. @import './style/border'; //边框
  7. @import './style/text'; //文本
  8. @import './style/shadow'; //阴影
  9. @import './icon/style'; //图标
  10. @import './style/tag'; //标签
  11. @import './style/button'; //按钮
  12. @import './style/avatar'; //头像
  13. @import './style/table'; //表格
  14. @import './style/code'; //代码片段
  15. @import './style/form'; //表单
  16. @import './style/menu'; //表单
  17. @import './style/markdown'; //表单
  18. @import './style/card'; //表单