123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- .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;
- }
- .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;
- }
|