Initial commit
This commit is contained in:
14
src/baseStyle.less
Normal file
14
src/baseStyle.less
Normal file
@ -0,0 +1,14 @@
|
||||
//定义主题颜色
|
||||
@main-color: rgb(0, 79, 142);
|
||||
@main-text-color: #000;
|
||||
@main-text-color-1: #333;
|
||||
@main-text-color-2: #666;
|
||||
@main-danger-color: rgb(214, 0, 14);
|
||||
|
||||
//灰色
|
||||
|
||||
@gray: rgb(240, 240, 240);
|
||||
@gray-text: rgb(215, 215, 215);
|
||||
|
||||
// 宽度
|
||||
@width: 1366px;
|
Reference in New Issue
Block a user