custom.css 5.2 KB

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