| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 | 
							
- .text-green{
 
-     color: #172a30
 
- }
 
- label.title{
 
-     display: inline-block;
 
-     width: 100px;
 
- }
 
- .modal-feeRate {max-width: 550px}
 
- div.resize{
 
-     height: 6px;
 
-     background: #f7f7f9;
 
-     width: 100%;
 
-     cursor: s-resize;
 
- }
 
- /*.zlfb-check{
 
-     margin-left: 20px;
 
- }*/
 
- legend.legend{
 
-     display:block;
 
-     width:auto;
 
-     font-size:0.9rem;
 
-     top:-15px;
 
-     background: white;
 
- }
 
- .toolsbar_feeRate {
 
-     border-bottom: 1px solid #ccc
 
- }
 
- .li_sub {
 
-     margin-left: 14px;
 
- }
 
- .filterType{
 
-     padding-left: .75rem;
 
- }
 
- .a_color{
 
-     color: #007bff;
 
- }
 
- .filterType a{
 
-     padding: 8px;
 
-     padding-top: 7px;
 
-     padding-bottom: 7px;
 
- }
 
- #gljPriceTenderCoe::-webkit-outer-spin-button,
 
- #gljPriceTenderCoe::-webkit-inner-spin-button {
 
-          -webkit-appearance: none;
 
-      }
 
- #gljPriceTenderCoe {
 
-     -moz-appearance: textfield;
 
- }
 
- .modal-quantity-edit-height {
 
-     height: 200px;
 
-     overflow-y: auto;
 
- }
 
- .message-box {
 
-     position:absolute;
 
-     background:#000;
 
-     padding:8px 10px;
 
-     line-height: 18px;
 
-     border-radius:4px;
 
-     text-align:left;
 
-     font:0.9rem Calibri;
 
-     box-shadow:2px 2px 6px #ccc;
 
-     color:#fff;
 
- }
 
- .triangle-border {
 
-     position:absolute;
 
-     left:10px;
 
-     overflow:hidden;
 
-     width:0;
 
-     height:0;
 
-     border-width:6px;
 
-     border-style:solid dashed dashed dashed;
 
- }
 
- .triangle-border_dropdown {
 
-     position:absolute;
 
-     left:0px;
 
-     overflow:hidden;
 
-     width:0;
 
-     height:0;
 
-     border-width:4px;
 
-     z-index: 10;
 
-     border-style:solid dashed dashed dashed;
 
- }
 
- .tb-border_dropdown {
 
-     top:7px;
 
-     border-color:#000 transparent transparent transparent;
 
- }
 
- .tb-background_dropdown {
 
-     bottom:-11px;
 
-     border-color:#000 transparent transparent transparent;
 
- }
 
- .tb-border {
 
-     bottom:-12px;
 
-     border-color:#000 transparent transparent transparent;
 
- }
 
- .tb-background {
 
-     bottom:-11px;
 
-     border-color:#000 transparent transparent transparent;
 
- }
 
- .tb-border_up {
 
-     top:-12px;
 
-     border-color:transparent transparent #000 transparent;
 
- }
 
- .tb-background_up {
 
-     top:-11px;
 
-     border-color:transparent transparent #000 transparent;
 
- }
 
- .elf-options:hover{
 
-     background-color: #CCCCCC;
 
- }
 
- .inline-div{
 
-     display:inline;
 
- }
 
- /*快捷切换单位工程*/
 
- /*.menu a:hover {
 
-     color: #fff;
 
-     background: #40DE5A;
 
- }*/
 
- .menu ul ul {
 
-     visibility: hidden;
 
-     position: absolute;
 
-     top: -1px;
 
-     left: 100px;
 
- }
 
- .menu ul li:hover ul, .menu ul a:hover ul {
 
-     visibility: visible;
 
- }
 
- .menu ul :hover ul ul {
 
-     visibility: hidden;
 
- }
 
- .menu ul :hover ul :hover ul {
 
-     visibility: visible;
 
- }
 
- .ui-datepicker-next, .ui-datepicker-next:hover{
 
-     background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
 
-     background-repeat: no-repeat;
 
-     background-position: -28px -12px;
 
- }
 
- .ui-datepicker-prev, .ui-datepicker-prev:hover{
 
-     background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
 
-     background-repeat: no-repeat;
 
-     background-position: -90px -12px;
 
- }
 
- .feerateInput {
 
-     padding: 0;
 
- }
 
- #toolToastWrap{
 
-     display:-webkit-box;
 
-     display:-ms-flexbox;
 
-     display:flex;
 
-     -webkit-box-pack:center;
 
-     -ms-flex-pack:center;
 
-     justify-content:center;
 
-     pointer-events:none;
 
- }
 
- #toolToast{
 
-     padding:11px 20px;
 
-     line-height:18px;
 
-     font-size:14px;
 
-     position:relative;
 
-     word-wrap:break-word;
 
-     color:#fff;
 
-     text-align:center;
 
-     background:rgba(0,0,0,.75);
 
-     background-size:cover;
 
-     -webkit-user-select:none;
 
-     -moz-user-select:none;
 
-     -ms-user-select:none;
 
-     user-select:none;
 
-     display:-webkit-box;
 
-     display:-ms-flexbox;
 
-     display:flex;
 
-     -webkit-box-align:center;
 
-     -ms-flex-align:center;
 
-     align-items:center;
 
-     max-width:686px;
 
-     box-sizing:border-box;
 
-     box-shadow:0 0 0 0 rgba(0,0,0,.15),0 2px 5px 0 rgba(0,0,0,.25);
 
-     pointer-events:auto;
 
-     border-radius:2px
 
- }
 
- #toolToastBtn{
 
-     color:#0188fb;
 
-     margin:0 2px;
 
-     white-space:nowrap;
 
-     cursor:pointer;
 
-     font-weight:700
 
- }
 
- #toolToastBtn:hover{
 
-     color:#4060c9
 
- }
 
- #toolToastBtn:active{
 
-     color:#354ea1
 
- }
 
- .select_input{
 
-     border:none;
 
- }
 
- /*.es-list>li:hover{
 
-     background: lightgrey;
 
- }*/
 
- .es-list-selected{
 
-     background: lightgrey;
 
- }
 
- .es-list>li{
 
-     font-size:13px;
 
- }
 
- .es-list{
 
-     white-space:nowrap;
 
- }
 
- .dropdown-toggle::after{
 
-     vertical-align:.5em
 
- }
 
- #esInput{
 
-     font-size:13px;
 
-     color: black;
 
- }
 
- .ration_glj_spread{
 
-     width: 70%;
 
-     float: left;
 
- }
 
- .item_spread{
 
-     width: 29.8%;
 
-     float: left;
 
-     white-space:nowrap;
 
-     margin-top: -5px;
 
-     background: #F1F1F1;
 
- }
 
- input.text-right{
 
-     text-align: right;
 
- }
 
 
  |