Files
fe_supplier_frontend/src/baseStyle.less

15 lines
261 B
Plaintext
Raw Normal View History

2025-06-17 14:20:06 +08:00
//定义主题颜色
@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;