custom.css 5.3 KB

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