You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.7 KiB
66 lines
1.7 KiB
@primary-color: #2778FF; // 全局主色
|
|
|
|
@white: #fff;
|
|
@black: #000;
|
|
@text-color: fade(@black, 85%);
|
|
@text-color-secondary: fade(@black, 45%);
|
|
@text-color-dark: fade(@white, 85%);
|
|
@text-color-secondary-dark: fade(@white, 65%);
|
|
@backgroundGrey:#E5EBF0;
|
|
|
|
|
|
@font-size-base: 14px; // 主字号
|
|
|
|
|
|
@layout-body-background: #fff; //框架背景色
|
|
@layout-header-hover:rgba(0, 0, 0, 0.06);//默认退出hover色
|
|
@layout-header-background: #fff; // 头部背景色
|
|
@ant-layout-sider-collapsed-background:rgb(255, 255, 255);//导航栏收缩后背景色
|
|
@layout-header-height: 72px;
|
|
@layout-header-padding: 0 50px;
|
|
|
|
@layout-sider-width: 220px; //侧边导航宽度
|
|
@layout-sider-collapsed-width: 60px; //侧边导航收缩宽度
|
|
@layout-sider-arrow-color: @black; //侧边导航箭头颜色
|
|
|
|
|
|
// Border color
|
|
@border-color-base: hsv(0, 0, 85%); // base border outline a component
|
|
|
|
// border
|
|
@border-radius-base: 4px;
|
|
|
|
//btn
|
|
//@btn-disable-color: #9b9b9b; //禁用按钮color
|
|
//@btn-disable-bg: #f5f5f5; //禁用按钮background
|
|
//@btn-disable-border: 1px solid #f5f5f5;
|
|
|
|
|
|
//form
|
|
@form-vertical-label-padding: 0; //垂直label之间内间距
|
|
@form-vertical-label-margin: 0, 0, 16, 0px; //垂直label之间外间距
|
|
@form-item-margin-bottom: 24px;
|
|
|
|
//menu
|
|
@menu-item-height: 50px;
|
|
@menu-item-active-bg: none;
|
|
@menu-item-boundary-margin: 0px;
|
|
|
|
|
|
//table
|
|
@table-padding-vertical: 16px;
|
|
@table-padding-horizontal: 16px;
|
|
@table-padding-vertical-md: (@table-padding-vertical * 3 / 4);
|
|
@table-padding-horizontal-md: (@table-padding-vertical * 3 / 4);
|
|
|
|
//list-table
|
|
@ns-content-padding: 24px;
|
|
@ns-nav-shutters-height: 48px;
|
|
|
|
|
|
// main-content
|
|
@ns-content-bg: #f1f2f6;
|
|
@ns-box-shadow: 0px 5px 16px #e4e6e8;
|
|
@ns-content-box-shadow: 0px 0px 16px #e4e6e8;
|
|
@ns-gap: 20px;
|
|
@ns-border-radius: 12px;
|