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.
|
|
|
@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less";
|
|
|
|
|
|
|
|
// @component-background: #002552;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@border-color-base: #8aacce;
|
|
|
|
|
|
|
|
@select-background:#002552;
|
|
|
|
|
|
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.ant-picker,.ant-btn{
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
//日期选择器
|
|
|
|
@input-placeholder-color: #8aacce;
|
|
|
|
.ant-picker-suffix{
|
|
|
|
color: #8aacce;
|
|
|
|
|
|
|
|
}
|
|
|
|
.ant-picker-input > input{
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
//弹窗遮罩层
|
|
|
|
.ant-modal-mask{
|
|
|
|
background: rgba(0,0,0,0.05);
|
|
|
|
}
|
|
|
|
.ant-modal-content{
|
|
|
|
box-shadow: 0px 0px 4px #fff;
|
|
|
|
}
|