custom.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. }
  89. .elf-options:hover{
  90. background-color: #CCCCCC;
  91. }
  92. .inline-div{
  93. display:inline;
  94. }
  95. /*快捷切换单位工程*/
  96. /*.menu a:hover {
  97. color: #fff;
  98. background: #40DE5A;
  99. }*/
  100. .menu ul ul {
  101. visibility: hidden;
  102. position: absolute;
  103. top: -1px;
  104. left: 100px;
  105. }
  106. .menu ul li:hover ul, .menu ul a:hover ul {
  107. visibility: visible;
  108. }
  109. .menu ul :hover ul ul {
  110. visibility: hidden;
  111. }
  112. .menu ul :hover ul :hover ul {
  113. visibility: visible;
  114. }
  115. .ui-datepicker-next, .ui-datepicker-next:hover{
  116. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  117. background-repeat: no-repeat;
  118. background-position: -28px -12px;
  119. }
  120. .ui-datepicker-prev, .ui-datepicker-prev:hover{
  121. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  122. background-repeat: no-repeat;
  123. background-position: -90px -12px;
  124. }
  125. .feerateInput {
  126. padding: 0;
  127. }
  128. #toolToastWrap{
  129. display:-webkit-box;
  130. display:-ms-flexbox;
  131. display:flex;
  132. -webkit-box-pack:center;
  133. -ms-flex-pack:center;
  134. justify-content:center;
  135. pointer-events:none;
  136. }
  137. #toolToast{
  138. padding:11px 20px;
  139. line-height:18px;
  140. font-size:14px;
  141. position:relative;
  142. word-wrap:break-word;
  143. color:#fff;
  144. text-align:center;
  145. background:rgba(0,0,0,.75);
  146. background-size:cover;
  147. -webkit-user-select:none;
  148. -moz-user-select:none;
  149. -ms-user-select:none;
  150. user-select:none;
  151. display:-webkit-box;
  152. display:-ms-flexbox;
  153. display:flex;
  154. -webkit-box-align:center;
  155. -ms-flex-align:center;
  156. align-items:center;
  157. max-width:686px;
  158. box-sizing:border-box;
  159. box-shadow:0 0 0 0 rgba(0,0,0,.15),0 2px 5px 0 rgba(0,0,0,.25);
  160. pointer-events:auto;
  161. border-radius:2px
  162. }
  163. #toolToastBtn{
  164. color:#0188fb;
  165. margin:0 2px;
  166. white-space:nowrap;
  167. cursor:pointer;
  168. font-weight:700
  169. }
  170. #toolToastBtn:hover{
  171. color:#4060c9
  172. }
  173. #toolToastBtn:active{
  174. color:#354ea1
  175. }