/*重载iview*/ .ivu-table{ color:black;background: #FFFFFF;/* background: #FFFFFF */ } .ivu-table-header,.ivu-table-body{ background: #0E2039; } .ivu-table td, .ivu-table th{height: 35px;} .ivu-table-stripe .ivu-table-body tr:nth-child(2n) td{ cursor: pointer; border: none; } .ivu-table th{ color: #000000; border: none; cursor: auto; background-color: #FFFFFF;/* background: #0E2039 */ border-bottom: 1px solid #F0F0F0; } .ivu-table-wrapper{ border: 0; } .ivu-table::before,.ivu-table::after{ width: 0; height: 0; } .ivu-message{color:#333;font-size: 12px;} .ivu-date-picker .ivu-select-dropdown{color:#000000;} .ivu-date-picker-cells span em{color:#000000;} .ivu-date-picker-cells-cell-range em{color:#333;} .ivu-checkbox-wrapper{font-family: Microsoft YaHei;font-size: 14px; color: #000000;} .ivu-checkbox-inner{background: rgba(0,0,0,0)} .ivu-select-dropdown{background-color: rgba(250,250,250,0.80);}/* background-color: rgba(19,40,69,0.80) */ .ivu-dropdown-menu{overflow-y:auto;max-height: 500px;} .ivu-dropdown-item,.ivu-dropdown a{color:#000000;height: 30px;line-height: 30px;} .ivu-dropdown-item:hover{background: #FFFFFF;} .ivu-input{background:#FFFFFF;color:#000000;font-size: 14px;height: 24px;border:none;border-radius:0;} .ivu-input-icon-normal+.ivu-input{padding-right: 0;} .ivu-btn{border-radius: 0;} .ivu-select-selection{background: rgba(255,255,255,0.80);border-radius: 0;color:#000000;}/* background: rgba(31,35,39,0.80) */ .ivu-table-row-highlight td, .ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td, .ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td, tr.ivu-table-row-highlight.ivu-table-row-hover td {background-color: #F0F0F0;} .ivu-radio-group-button .ivu-radio-wrapper-checked{background:#FAFAFA;box-shadow: 0px 0 0 0 red;} .ivu-radio-group-button .ivu-radio-wrapper{background:#FAFAFA;border:none;} .ivu-radio-group-button .ivu-radio-wrapper:last-child{border-radius:0;} .ivu-radio-group-button .ivu-radio-wrapper:first-child{border-radius:0;border:none;} .ivu-radio-group-button .ivu-radio-wrapper:after, .ivu-radio-group-button .ivu-radio-wrapper:before{width:0px;display:none;} .ivu-modal-content{background: #1F2327;;} .ivu-modal-header-inner{color:white;} .ivu-modal-body{background:#FFFFFF;} .ivu-form .ivu-form-item-label{color:#000000;} .ivu-modal-header,.ivu-modal-footer{border:none;} .ivu-input-number{border: none;border-radius: 0;color:#000000;} .ivu-input-number-input{background: #FAFAFA;border-radius: 0;color:#000000;} .ivu-page-next, .ivu-page-prev {background-color: rgba(0,0,0,0);} .ivu-page-item-jump-next, .ivu-page-item-jump-prev, .ivu-page-next, .ivu-page-prev{border: none;} .ivu-page-options-elevator input{background: #FFFFFF;border: none;padding:0;border-radius: 0;color:#000000;text-align: center;} .ivu-page-item{background-color: #FFFFFF;border-radius: 0;border: none;color:#000000;} .ivu-page-item-active a, .ivu-page-item-active:hover a{color:black;} .ivu-input[disabled], fieldset[disabled] .ivu-input {background-color: #222324;color: #000000;} .ivu-radio-group-button .ivu-radio-wrapper-checked{color: #000000;} .ivu-select-item-selected, .ivu-select-item-selected:hover {color: #000000;} .ivu-select-item-focus {background: #E6F7FF;} .ivu-select-item:hover {background: #CCCCCC;} .ivu-radio-group-button .ivu-radio-wrapper-checked:hover {color: #000000;} .ivu-btn-primary { color: #fff; background-color: #1890FF; /* border-color: #1890FF; */ border:none; } .ivu-btn-primary:hover{ color: #fff; background-color: #1890FF; border-color: #1890FF; } .ivu-checkbox-checked .ivu-checkbox-inner { border-color: #1890FF; background-color: #1890FF; } .ivu-select-visible .ivu-select-selection {border-color: #1890FF;box-shadow: 0 0 0 0 } /* .ivu-radio-button .ivu-radio-wrapper-checked .ivu-radio-focus{ box-shadow:-1px 0 0 0 #2d8cf0,0 0 0 1px rgb(45,140,240); transition:all .2s ease-in-out; } */ /*自定义*/ body{margin: 0;height: 100%;width: 100%;font: 14px Microsoft YaHei;color:black;background: #F7F7F7;;-webkit-user-select: none;}/* background: #051935; */ *{-webkit-box-sizing:unset;box-sizing:unset;} #app{height: 100%;width: 100%;} .shadow{box-shadow:1px 1px 5px rgb(22, 22, 22);} .menu-icon{width: 26px;height: 26px;} .section-title{font-size:16px;height: 22px;line-height: 22px;background: #F9F9F9;padding: 10px;font-family: Microsoft YaHei;border-bottom: 1px solid #f0f0f0;}/* background: #FFFFFF;*/ .section-title:before{content: "";display: inline-block;width:2px;height: 20px;margin: 0 10px 0 0px; background-color: #1890FF;vertical-align: top;} .detail-brief-line{font-size:14px;border: 1px solid #F0F0F0;border-bottom: none;border-left: none;height: 40px;line-height: 40px;margin: 0 10px;} .detail-brief-line-lable{float: left;width:70px;color: black;border-left:1px solid #F0F0F0; padding-left: 10px;} .detail-brief-line-value{float: left;width:156px;padding-left: 0px;} .spin-icon-load{animation: ani-demo-spin 1s linear infinite;}