This commit is contained in:
进进啊
2021-12-17 13:21:46 +08:00
parent 2c620ee5a1
commit 8be0b462f0
24 changed files with 623 additions and 529 deletions

View File

@@ -0,0 +1,2 @@
@import "./normal.scss";
@import "./variable.scss";

View File

@@ -0,0 +1,6 @@
* {
margin: 0;
padding: 0;
/* 改变盒子模型计算公式 */
box-sizing: border-box;
}

View File

@@ -0,0 +1,2 @@
// 设置变量颜色
$bg-color: #b7d4a8;