16 lines
310 B
CSS
16 lines
310 B
CSS
/*
|
|
* @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;
|
|
}
|