custom.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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: 10px;
  11. background: #efefef;
  12. width: 100%;
  13. cursor: s-resize;
  14. }
  15. div.resize-y{
  16. height: 5px;
  17. background: #efefef;
  18. width: 100%;
  19. cursor: s-resize;
  20. }
  21. div.resize-x{
  22. width: 1%;
  23. height: 100%;
  24. background: #efefef;
  25. cursor: w-resize;
  26. float: left;
  27. }
  28. /*.zlfb-check{
  29. margin-left: 20px;
  30. }*/
  31. legend.legend{
  32. display:block;
  33. width:auto;
  34. font-size:0.9rem;
  35. top:-15px;
  36. background: white;
  37. }
  38. .toolsbar_feeRate {
  39. border-bottom: 1px solid #ccc
  40. }
  41. .li_sub {
  42. margin-left: 14px;
  43. }
  44. .filterType{
  45. padding-left: .75rem;
  46. }
  47. .a_color{
  48. color: #007bff;
  49. }
  50. .filterType a{
  51. padding: 8px;
  52. padding-top: 7px;
  53. padding-bottom: 7px;
  54. }
  55. #gljPriceTenderCoe::-webkit-outer-spin-button,
  56. #gljPriceTenderCoe::-webkit-inner-spin-button {
  57. -webkit-appearance: none;
  58. }
  59. #gljPriceTenderCoe {
  60. -moz-appearance: textfield;
  61. }
  62. .modal-quantity-edit-height {
  63. height: 200px;
  64. overflow-y: auto;
  65. }
  66. .message-box {
  67. position:absolute;
  68. background:#000;
  69. padding:8px 10px;
  70. line-height: 18px;
  71. border-radius:4px;
  72. text-align:left;
  73. font:0.9rem Calibri;
  74. box-shadow:2px 2px 6px #ccc;
  75. color:#fff;
  76. }
  77. .triangle-border {
  78. position:absolute;
  79. left:10px;
  80. overflow:hidden;
  81. width:0;
  82. height:0;
  83. border-width:6px;
  84. border-style:solid dashed dashed dashed;
  85. }
  86. .triangle-border_dropdown {
  87. position:absolute;
  88. left:0px;
  89. overflow:hidden;
  90. width:0;
  91. height:0;
  92. border-width:4px;
  93. z-index: 10;
  94. border-style:solid dashed dashed dashed;
  95. }
  96. .tb-border_dropdown {
  97. top:7px;
  98. border-color:#000 transparent transparent transparent;
  99. }
  100. .tb-background_dropdown {
  101. bottom:-11px;
  102. border-color:#000 transparent transparent transparent;
  103. }
  104. .tb-border {
  105. bottom:-12px;
  106. border-color:#000 transparent transparent transparent;
  107. }
  108. .tb-background {
  109. bottom:-11px;
  110. border-color:#000 transparent transparent transparent;
  111. }
  112. .tb-border_up {
  113. top:-12px;
  114. border-color:transparent transparent #000 transparent;
  115. }
  116. .tb-background_up {
  117. top:-11px;
  118. border-color:transparent transparent #000 transparent;
  119. }
  120. .elf-options:hover{
  121. background-color: #CCCCCC;
  122. }
  123. .inline-div{
  124. display:inline;
  125. }
  126. /*快捷切换单位工程*/
  127. /*.menu a:hover {
  128. color: #fff;
  129. background: #40DE5A;
  130. }*/
  131. .menu ul ul {
  132. visibility: hidden;
  133. position: absolute;
  134. top: -1px;
  135. left: 100px;
  136. }
  137. .menu ul li:hover ul, .menu ul a:hover ul {
  138. visibility: visible;
  139. }
  140. .menu ul :hover ul ul {
  141. visibility: hidden;
  142. }
  143. .menu ul :hover ul :hover ul {
  144. visibility: visible;
  145. }
  146. .ui-datepicker-next, .ui-datepicker-next:hover{
  147. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  148. background-repeat: no-repeat;
  149. background-position: -28px -12px;
  150. }
  151. .ui-datepicker-prev, .ui-datepicker-prev:hover{
  152. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  153. background-repeat: no-repeat;
  154. background-position: -90px -12px;
  155. }
  156. .feerateInput {
  157. padding: 0;
  158. }
  159. #toolToastWrap{
  160. display:-webkit-box;
  161. display:-ms-flexbox;
  162. display:flex;
  163. -webkit-box-pack:center;
  164. -ms-flex-pack:center;
  165. justify-content:center;
  166. pointer-events:none;
  167. }
  168. #toolToast{
  169. padding:11px 20px;
  170. line-height:18px;
  171. font-size:14px;
  172. position:relative;
  173. word-wrap:break-word;
  174. color:#fff;
  175. text-align:center;
  176. background:rgba(0,0,0,.75);
  177. background-size:cover;
  178. -webkit-user-select:none;
  179. -moz-user-select:none;
  180. -ms-user-select:none;
  181. user-select:none;
  182. display:-webkit-box;
  183. display:-ms-flexbox;
  184. display:flex;
  185. -webkit-box-align:center;
  186. -ms-flex-align:center;
  187. align-items:center;
  188. max-width:686px;
  189. box-sizing:border-box;
  190. box-shadow:0 0 0 0 rgba(0,0,0,.15),0 2px 5px 0 rgba(0,0,0,.25);
  191. pointer-events:auto;
  192. border-radius:2px
  193. }
  194. #toolToastBtn{
  195. color:#0188fb;
  196. margin:0 2px;
  197. white-space:nowrap;
  198. cursor:pointer;
  199. font-weight:700
  200. }
  201. #toolToastBtn:hover{
  202. color:#4060c9
  203. }
  204. #toolToastBtn:active{
  205. color:#354ea1
  206. }
  207. .select_input{
  208. border:none;
  209. }
  210. /*.es-list>li:hover{
  211. background: lightgrey;
  212. }*/
  213. .es-list-selected{
  214. background: lightgrey;
  215. }
  216. .es-list>li{
  217. font-size:13px;
  218. }
  219. .es-list{
  220. white-space:nowrap;
  221. }
  222. .dropdown-toggle::after{
  223. vertical-align:.5em
  224. }
  225. #esInput{
  226. font-size:13px;
  227. color: black;
  228. }
  229. .ration_glj_spread{
  230. width: 83%;
  231. float: left;
  232. }
  233. .item_spread{
  234. width: 29.8%;
  235. float: left;
  236. background: #F1F1F1;
  237. word-wrap:break-word
  238. }
  239. input.text-right{
  240. text-align: right;
  241. }
  242. .cus-width{
  243. width: 100px;
  244. margin-left: 10px;
  245. }
  246. .more{
  247. padding-left:.25rem!important
  248. }
  249. .bottom-tznrTools {
  250. height: 30px;
  251. line-height: 30px;
  252. background:#efefef;
  253. bottom:30px;
  254. left:0px;
  255. z-index: 999
  256. }
  257. .zmhs-link{
  258. padding:0.4em 0.4em !important;
  259. }
  260. /*修改tooltip默认最大宽度 */
  261. .tooltip-inner{
  262. max-width: 400px !important;
  263. }