feat: init

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-02 21:50:01 +08:00
commit df02b23b2d
69 changed files with 7333 additions and 0 deletions

11
src/style/global.scss Normal file
View File

@@ -0,0 +1,11 @@
// global.scss
@import "./theme/index.scss";
// variables.scss
$primary-color: #fe4e5e;
$background-color: #fefefe;
$padding: 124px;
// :export {
// primaryColor: $primary-color;
// backgroundColor: $background-color;
// padding: $padding;
// }