@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less"; //分页器 #recordsboxadmin, #recordsbox, #equipmentInfo, #stationPlanBox { .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; } //自营和加盟 .ziying, .jiameng { display: inline-block; width: 36px; height: 20px; line-height: 20px; text-align: center; background: #2399FF; opacity: 1; border-radius: 2px; color: #fff !important; font-size: 12px; } .jiameng { background: #FF9963; } //接收报警弹出框 .ant-notification { width: 500px; } .receiptOfNotification { height: 160px; background-color: rgba(1, 13, 27, 0.9); box-shadow: 0 0 28px 3px #8f1622 inset; display: flex; flex-direction: column; padding: 5px; .topbox { position: relative; flex: 1; display: flex; align-items: center; img { max-width:70px; max-height: 62px; } .text { display: flex; flex-direction: column; justify-content: center; span{ // display: inline-block; margin: 6px 0; } .name{ font-size: 16px; color: #ffaaaa; } .details{ font-size: 14px; color: white; } } } .btnbox { height: 36px; line-height: 36px; display: flex; justify-content: center; align-items: center; margin: 12px 0; div{ width: 80px; height: 32px; line-height: 32px; text-align: center; margin: 0 8px; color: #FFFFFF; cursor: pointer; } } .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, #hostbox { .ant-table-thead>tr>th { background: rgba(145, 204, 255, 0.15); } } #hostbox { .ant-table-thead>tr>th, .ant-table-tbody>tr>td { text-align: center; } } @select-background: transparent; @border-color-base: #91CCFF; //日期选择器 // @input-placeholder-color: #345d85; #recordsboxadmin, #recordsbox, #warningbox, #warningboxadmin, #addequipment,#stationPlanBox { ::-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; } } #stationPlanBox { .ant-tree .ant-tree-node-content-wrapper:hover, .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected { background: linear-gradient(90deg, rgba(0, 13, 33, 0) 0%, #2399FF 50%, rgba(0, 13, 33, 0) 100%); } .ant-tree .ant-tree-node-content-wrapper { padding: 2px 20px; // margin-left: 30px; } nz-tree { nz-tree-node { margin-left: 20px; } nz-tree-node:nth-child(1) { margin-left: 0px; } } .ant-table table { border-collapse: collapse; } nz-table { flex: 1; width: 96%; } .ant-table { background: none; } .ant-table-thead>tr { height: 40px; line-height: 40px; background: rgba(35, 153, 255, 0.2); border: 1px solid rgba(35, 217, 255, 0.4); box-shadow: 0 0 3px 0 rgba(35, 217, 255, 0.4) inset; } .ant-table-thead>tr>th { background: none; border-bottom: none; padding: 0; color: #23D9FF; } .ant-table-tbody>tr { height: 40px; line-height: 40px; border-bottom: 1px solid #0d3761; } .ant-table-tbody>tr>th { font-weight: 400; font-family: synormal; background: none; border-bottom: none; padding: 0; color: #91CCFF; } .look { color: #36A2FF; cursor: pointer; } .ant-table-measure-now{ display: none; } .ant-empty-description{ color: #23D9FF; } .ant-table-tbody > tr > td{ border-bottom: none; } .ant-table-tbody > tr > td:hover{ background: none; } } .ant-modal-close-x { color: #fff; }