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.
158 lines
2.6 KiB
158 lines
2.6 KiB
@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less"; |
|
|
|
// @component-background: #002552; |
|
|
|
|
|
|
|
@border-color-base: #91CCFF; |
|
|
|
@select-background: transparent; |
|
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector, |
|
.ant-picker, |
|
.ant-btn { |
|
border-radius: 0px; |
|
} |
|
.ant-btn:hover, .ant-btn:focus, .ant-btn:active, .ant-btn.active{ |
|
// background: #083461; |
|
} |
|
//select picker 小剪头 |
|
.ant-select-arrow, |
|
.ant-picker-separator { |
|
color: #36A2FF; |
|
} |
|
|
|
//日期选择器 |
|
@input-placeholder-color: #345d85; |
|
|
|
.ant-picker-suffix, |
|
.ant-picker-input>input { |
|
color: rgba(145, 204, 255, 0.95); |
|
} |
|
|
|
|
|
|
|
//弹窗遮罩层 |
|
.ant-modal-mask { |
|
background: rgba(0, 0, 0, 0.05); |
|
} |
|
|
|
//分页器 |
|
.ant-pagination-total-text, |
|
.ant-pagination-options-quick-jumper { |
|
color: white |
|
} |
|
|
|
.ant-pagination-item a, |
|
.ant-pagination-prev .ant-pagination-item-link, |
|
.ant-pagination-next .ant-pagination-item-link, |
|
.ant-pagination-options-quick-jumper input { |
|
color: white; |
|
background: #0e2f4e; |
|
} |
|
|
|
.ant-pagination-item-active a { |
|
background: #107495; |
|
} |
|
|
|
|
|
//查询重置按钮 |
|
.submit { |
|
background: rgba(0, 129, 255, 0.61); |
|
border: 1px solid #36A2FF; |
|
color: #91CCFF; |
|
} |
|
|
|
.reset { |
|
background-color: #010d26; |
|
border: 1px solid #91CCFF; |
|
color: #91CCFF; |
|
} |
|
|
|
//接收报警弹出框 |
|
.ant-notification { |
|
width: 500px; |
|
} |
|
|
|
.receiptOfNotification { |
|
height: 160px; |
|
background-color: rgba(1, 13, 27, 0.9); |
|
box-shadow: 0 0 36px 3px #8f1622 inset; |
|
display: flex; |
|
flex-direction: column; |
|
padding: 5px; |
|
|
|
.topbox { |
|
position: relative; |
|
flex: 1; |
|
display: flex; |
|
|
|
img { |
|
max-width: 64px; |
|
max-height: 64px; |
|
} |
|
|
|
.text { |
|
display: flex; |
|
flex-direction: column; |
|
color: white; |
|
justify-content: center; |
|
} |
|
} |
|
|
|
.btnbox { |
|
height: 30px; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
margin: 12px 0; |
|
|
|
button { |
|
margin: 0 5px; |
|
} |
|
} |
|
|
|
button { |
|
width: 64px; |
|
height: 30px; |
|
line-height: 30px; |
|
background-color: rgba(1, 13, 27, 0.9); |
|
color: white; |
|
border: 0px; |
|
} |
|
|
|
.look { |
|
box-shadow: 0 0 12px #8f1622 inset; |
|
} |
|
|
|
.lose { |
|
box-shadow: 0 0 12px #8f8b8b inset; |
|
} |
|
} |
|
|
|
.ant-notification-close-icon { |
|
color: white; |
|
} |
|
|
|
.ant-notification-notice-close { |
|
top: 4px; |
|
right: 6px; |
|
} |
|
|
|
|
|
//登录页input |
|
#login { |
|
|
|
nz-input-group, |
|
input { |
|
color: white; |
|
background: #143c61; |
|
} |
|
|
|
input:-webkit-autofill { |
|
-webkit-box-shadow: 0 0 0 1000px #143c61 inset !important; |
|
-webkit-text-fill-color: #fff !important; |
|
-webkit-border-radius: 0px; |
|
-webkit-font-size: 16px !important; |
|
} |
|
}
|
|
|