custom.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .text-green{
  2. color: #172a30
  3. }
  4. label.title{
  5. display: inline-block;
  6. width: 100px;
  7. }
  8. .modal-feeRate {max-width: 550px}
  9. div.resize{
  10. height: 6px;
  11. background: #f7f7f9;
  12. width: 100%;
  13. cursor: s-resize;
  14. }
  15. /*.zlfb-check{
  16. margin-left: 20px;
  17. }*/
  18. legend.legend{
  19. display:block;
  20. width:auto;
  21. font-size:0.9rem;
  22. top:-15px;
  23. background: white;
  24. }
  25. .toolsbar_feeRate {
  26. border-bottom: 1px solid #ccc
  27. }
  28. .li_sub {
  29. margin-left: 14px;
  30. }
  31. .filterType{
  32. padding-left: .75rem;
  33. }
  34. .a_color{
  35. color: #007bff;
  36. }
  37. .filterType a{
  38. padding: 8px;
  39. padding-top: 7px;
  40. padding-bottom: 7px;
  41. }
  42. #gljPriceTenderCoe::-webkit-outer-spin-button,
  43. #gljPriceTenderCoe::-webkit-inner-spin-button {
  44. -webkit-appearance: none;
  45. }
  46. #gljPriceTenderCoe {
  47. -moz-appearance: textfield;
  48. }
  49. .modal-quantity-edit-height {
  50. height: 200px;
  51. overflow-y: auto;
  52. }
  53. .message-box {
  54. position:absolute;
  55. background:#000;
  56. padding:8px 10px;
  57. line-height: 18px;
  58. border-radius:4px;
  59. text-align:left;
  60. font:0.9rem Calibri;
  61. box-shadow:2px 2px 6px #ccc;
  62. color:#fff;
  63. }
  64. .triangle-border {
  65. position:absolute;
  66. left:10px;
  67. overflow:hidden;
  68. width:0;
  69. height:0;
  70. border-width:6px;
  71. border-style:solid dashed dashed dashed;
  72. }
  73. .tb-border {
  74. bottom:-12px;
  75. border-color:#000 transparent transparent transparent;
  76. }
  77. .tb-background {
  78. bottom:-11px;
  79. border-color:#000 transparent transparent transparent;
  80. }
  81. .tb-border_up {
  82. top:-12px;
  83. border-color:transparent transparent #000 transparent;
  84. }
  85. .tb-background_up {
  86. top:-11px;
  87. border-color:transparent transparent #000 transparent;}
  88. .elf-options:hover{
  89. background-color: #CCCCCC;
  90. }
  91. .inline-div{
  92. display:inline;
  93. }
  94. /*快捷切换单位工程*/
  95. /*.menu a:hover {
  96. color: #fff;
  97. background: #40DE5A;
  98. }*/
  99. .menu ul ul {
  100. visibility: hidden;
  101. position: absolute;
  102. top: -1px;
  103. left: 100px;
  104. }
  105. .menu ul li:hover ul, .menu ul a:hover ul {
  106. visibility: visible;
  107. }
  108. .menu ul :hover ul ul {
  109. visibility: hidden;
  110. }
  111. .menu ul :hover ul :hover ul {
  112. visibility: visible;
  113. }
  114. .ui-datepicker-next, .ui-datepicker-next:hover{
  115. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  116. background-repeat: no-repeat;
  117. background-position: -28px -12px;
  118. }
  119. .ui-datepicker-prev, .ui-datepicker-prev:hover{
  120. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  121. background-repeat: no-repeat;
  122. background-position: -90px -12px;
  123. }