15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
![]() |
//定义主题颜色
|
||
|
@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;
|