custom.css 5.2 KB

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