@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less"; //分页器 #recordsboxadmin, #recordsbox, #equipmentInfo { .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, #equipmentInfo, #addequipment { 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; } } //表格 #userBox, #roleBox { .ant-table-thead>tr>th { background: rgba(145, 204, 255, 0.15); } } @select-background: transparent; @border-color-base: #91CCFF; //日期选择器 // @input-placeholder-color: #345d85; #recordsboxadmin, #recordsbox, #warningbox, #warningboxadmin, #addequipment { ::-webkit-input-placeholder { /* WebKit browsers */ color: #345d85; } //滚动条样式 ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-thumb { background-image: linear-gradient(#2495f8, #1c73c2, #0a3d6a, #061d3c); } ::-webkit-scrollbar-track { background-color: #061d3c; } .ant-select-single:not(.ant-select-customize-input) .ant-select-selector, .ant-picker, .ant-btn { border-radius: 0px; } //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); } } #orbox { nz-tree { width: 660px; } nz-tree-node { position: relative; } } //input填充100% #oilStationInfo { nz-form-item { margin-bottom: 0px; height: 100%; .ant-form-item-control-input, .ant-form-item-control-input-content, nz-input-group { height: 100%; } } nz-date-picker, nz-range-picker { background: none; width: 100%; height: 100%; color: #fff; border: none; input, .ant-picker-suffix, .ant-picker-separator { color: #fff; } } nz-select { text-align: left; color: #fff; height: 100%; } nz-select-top-control { height: 100%; padding-left: 10px; padding-top: 4px; border: none; } }