保存进度!

This commit is contained in:
2022-11-29 14:29:26 +08:00
parent 20e4ca5f74
commit bd3a9dc825
18 changed files with 1583 additions and 115 deletions

View File

@@ -0,0 +1,15 @@
/*
* @Author: Kane
* @Date: 2022-11-12 23:32:20
* @LastEditors: Kane
* @LastEditTime: 2022-11-29 13:21:49
* @FilePath: \hello-cli\src\assets\css\app.css
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
@import url("colors.css");
body {
background-color: #f4f5f7ff;
}