保存进度!
This commit is contained in:
24
code/web/IT工具综合平台/src/assets/css/colors.css
Normal file
24
code/web/IT工具综合平台/src/assets/css/colors.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2022-11-12 23:22:59
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-12-05 01:07:18
|
||||
* @FilePath: \hello-cli\src\assets\css\colors.css
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
|
||||
html {
|
||||
--backupground-color: #f4f5f7ff;
|
||||
--btn-color-blue: #307dbe;
|
||||
--btn-color-yellow: #f7b24d;
|
||||
--btn-color-green: #5bad60;
|
||||
--btn-color-red: #e56651;
|
||||
--btn-font-color: #fff;
|
||||
|
||||
--input-focus-color: #e56651;
|
||||
|
||||
/* 标题栏背景色 */
|
||||
--banner-background-color: #1d74b2;
|
||||
}
|
17
code/web/IT工具综合平台/src/assets/css/global.css
Normal file
17
code/web/IT工具综合平台/src/assets/css/global.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2022-12-05 00:07:49
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-12-05 00:48:04
|
||||
* @FilePath: \hello-cli\src\assets\css\global.css
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
/* padding: 0px; */
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
}
|
BIN
code/web/IT工具综合平台/src/assets/logo.png
Normal file
BIN
code/web/IT工具综合平台/src/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user