custom.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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: 122px;
  46. }
  47. .filterType ul{
  48. width: 110px;
  49. }
  50. .a_color{
  51. color: #007bff
  52. }
  53. .filterType a{
  54. padding: 1px;
  55. padding-top: 7px;
  56. padding-bottom: 7px;
  57. }
  58. #gljPriceTenderCoe::-webkit-outer-spin-button,
  59. #gljPriceTenderCoe::-webkit-inner-spin-button {
  60. -webkit-appearance: none;
  61. }
  62. #gljPriceTenderCoe {
  63. -moz-appearance: textfield;
  64. }
  65. .modal-quantity-edit-height {
  66. height: 200px;
  67. overflow-y: auto;
  68. }
  69. .message-box {
  70. position:absolute;
  71. background:#000;
  72. padding:8px 10px;
  73. line-height: 18px;
  74. border-radius:4px;
  75. text-align:left;
  76. font:0.9rem Calibri;
  77. box-shadow:2px 2px 6px #ccc;
  78. color:#fff;
  79. }
  80. .triangle-border {
  81. position:absolute;
  82. left:10px;
  83. overflow:hidden;
  84. width:0;
  85. height:0;
  86. border-width:6px;
  87. border-style:solid dashed dashed dashed;
  88. }
  89. .triangle-border_dropdown {
  90. position:absolute;
  91. left:0px;
  92. overflow:hidden;
  93. width:0;
  94. height:0;
  95. border-width:4px;
  96. z-index: 10;
  97. border-style:solid dashed dashed dashed;
  98. }
  99. .tb-border_dropdown {
  100. top:7px;
  101. border-color:#000 transparent transparent transparent;
  102. }
  103. .tb-background_dropdown {
  104. bottom:-11px;
  105. border-color:#000 transparent transparent transparent;
  106. }
  107. .tb-border {
  108. bottom:-12px;
  109. border-color:#000 transparent transparent transparent;
  110. }
  111. .tb-background {
  112. bottom:-11px;
  113. border-color:#000 transparent transparent transparent;
  114. }
  115. .tb-border_up {
  116. top:-12px;
  117. border-color:transparent transparent #000 transparent;
  118. }
  119. .tb-background_up {
  120. top:-11px;
  121. border-color:transparent transparent #000 transparent;
  122. }
  123. .elf-options:hover{
  124. background-color: #CCCCCC;
  125. }
  126. .inline-div{
  127. display:inline;
  128. }
  129. /*快捷切换单位工程*/
  130. /*.menu a:hover {
  131. color: #fff;
  132. background: #40DE5A;
  133. }*/
  134. .menu ul ul {
  135. visibility: hidden;
  136. position: absolute;
  137. top: -1px;
  138. left: 100px;
  139. }
  140. .menu ul li:hover ul, .menu ul a:hover ul {
  141. visibility: visible;
  142. }
  143. .menu ul :hover ul ul {
  144. visibility: hidden;
  145. }
  146. .menu ul :hover ul :hover ul {
  147. visibility: visible;
  148. }
  149. .ui-datepicker-next, .ui-datepicker-next:hover{
  150. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  151. background-repeat: no-repeat;
  152. background-position: -28px -12px;
  153. }
  154. .ui-datepicker-prev, .ui-datepicker-prev:hover{
  155. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  156. background-repeat: no-repeat;
  157. background-position: -90px -12px;
  158. }
  159. .feerateInput {
  160. padding: 0;
  161. }
  162. #toolToastWrap{
  163. display:-webkit-box;
  164. display:-ms-flexbox;
  165. display:flex;
  166. -webkit-box-pack:center;
  167. -ms-flex-pack:center;
  168. justify-content:center;
  169. pointer-events:none;
  170. }
  171. #toolToast{
  172. padding:11px 20px;
  173. line-height:18px;
  174. font-size:14px;
  175. position:relative;
  176. word-wrap:break-word;
  177. color:#fff;
  178. text-align:center;
  179. background:rgba(0,0,0,.75);
  180. background-size:cover;
  181. -webkit-user-select:none;
  182. -moz-user-select:none;
  183. -ms-user-select:none;
  184. user-select:none;
  185. display:-webkit-box;
  186. display:-ms-flexbox;
  187. display:flex;
  188. -webkit-box-align:center;
  189. -ms-flex-align:center;
  190. align-items:center;
  191. max-width:686px;
  192. box-sizing:border-box;
  193. box-shadow:0 0 0 0 rgba(0,0,0,.15),0 2px 5px 0 rgba(0,0,0,.25);
  194. pointer-events:auto;
  195. border-radius:2px
  196. }
  197. #toolToastBtn{
  198. color:#0188fb;
  199. margin:0 2px;
  200. white-space:nowrap;
  201. cursor:pointer;
  202. font-weight:700
  203. }
  204. #toolToastBtn:hover{
  205. color:#4060c9
  206. }
  207. #toolToastBtn:active{
  208. color:#354ea1
  209. }
  210. .select_input{
  211. border:none;
  212. }
  213. /*.es-list>li:hover{
  214. background: lightgrey;
  215. }*/
  216. .es-list-selected{
  217. background: lightgrey;
  218. }
  219. .es-list>li{
  220. font-size:13px;
  221. }
  222. .es-list{
  223. white-space:nowrap;
  224. }
  225. /*.dropdown-toggle::after{
  226. vertical-align:.5em
  227. }*/
  228. #esInput{
  229. font-size:13px;
  230. color: black;
  231. }
  232. .ration_glj_spread{
  233. width: 83%;
  234. float: left;
  235. }
  236. .item_spread{
  237. width: 29.8%;
  238. float: left;
  239. background: #F1F1F1;
  240. word-wrap:break-word
  241. }
  242. input.text-right{
  243. text-align: right;
  244. }
  245. .cus-width{
  246. width: 100px;
  247. margin-left: 10px;
  248. }
  249. .more{
  250. padding-left:.25rem!important
  251. }
  252. .bottom-tznrTools {
  253. height: 30px;
  254. line-height: 30px;
  255. background:#efefef;
  256. bottom:30px;
  257. left:0px;
  258. z-index: 999
  259. }
  260. .zmhs-link{
  261. padding:0.4em 0.4em !important;
  262. }
  263. /*修改tooltip默认最大宽度 */
  264. .tooltip-inner{
  265. max-width: 400px !important;
  266. }
  267. .applySuccess{
  268. display: none;
  269. color: #43CD80;
  270. margin-left: 8px
  271. }
  272. .font_blue{
  273. color: #3FB2E5;
  274. }
  275. .nomargin{
  276. margin: 0px;
  277. }
  278. .border_bottom{
  279. border-bottom: 1px solid #ccc
  280. }
  281. .export-check{
  282. overflow: auto;
  283. height: 400px;
  284. }
  285. .shake-input {
  286. animation: shake-input 0.2s 4;
  287. }
  288. @keyframes shake-input {
  289. 0% {
  290. transform: translateX(0);
  291. }
  292. 30% {
  293. transform: translateX(-2%);
  294. }
  295. 100% {
  296. transform: translateX(4%)
  297. }
  298. }
  299. /*占位底色*/
  300. .occupied {
  301. background: #f1f1f1;
  302. }
  303. /*书签批注*/
  304. .annotate-color-1::before{
  305. color: #E2F2C5 !important;
  306. -webkit-text-stroke:.5px #ced4da;
  307. }
  308. .annotate-color-2::before{
  309. color: #F9E2CF !important;
  310. -webkit-text-stroke:.5px #ced4da;
  311. }
  312. .annotate-color-3::before{
  313. color:#F2EFD9 !important;
  314. -webkit-text-stroke:.5px #ced4da;
  315. }
  316. .annotate-color-4::before{
  317. color:#F5D1DA !important;
  318. -webkit-text-stroke:.5px #ced4da;
  319. }
  320. .annotate-color-5::before{
  321. color:#E3E3E3 !important;
  322. -webkit-text-stroke:.5px #ced4da;
  323. }
  324. .annotate-color-6::before{
  325. color:#B6F3F2 !important;
  326. -webkit-text-stroke:.5px #ced4da;
  327. }
  328. .annotate-color-7::before{
  329. color:#ECE0F5 !important;
  330. -webkit-text-stroke:.5px #ced4da;
  331. }
  332. .progress-bar {
  333. position: relative;
  334. width: 100%;
  335. }
  336. .progress-move {
  337. position: absolute;
  338. left: 0;
  339. top: 0;
  340. z-index: 999;
  341. width: 200%;
  342. height: 100%;
  343. border-radius: .25rem;
  344. animation: progressMove 20s linear infinite;
  345. }
  346. @keyframes progressMove {
  347. from {
  348. transform: translateX(0);
  349. }
  350. to {
  351. transform: translateX(-280px);
  352. }
  353. }
  354. .progress-cover {
  355. position: absolute;
  356. left: 0;
  357. top: 0;
  358. z-index: 1000;
  359. width: 100%;
  360. height: 100%;
  361. background-color: #e9ecef;
  362. }
  363. .progress-cover-move {
  364. animation: progressCoverMove 40s linear;
  365. animation-fill-mode: forwards;
  366. }
  367. @keyframes progressCoverMove {
  368. 0% {
  369. transform: translateX(0);
  370. }
  371. 20% {
  372. transform: translateX(330px);
  373. }
  374. 40% {
  375. transform: translateX(380px);
  376. }
  377. 100% {
  378. transform: translateX(420px);
  379. }
  380. }
  381. .text-ellipsis {
  382. overflow: hidden;
  383. white-space: nowrap;
  384. text-overflow: ellipsis;
  385. }
  386. .border-radius {
  387. border-radius: .2rem !important;
  388. }
  389. .pm-i {
  390. width: 18px;
  391. }
  392. .calcbase-btn {
  393. width: 24px;
  394. padding-left: 0;
  395. padding-right: 0;
  396. }
  397. .over-height {
  398. max-width: 550px !important;
  399. }
  400. .hide-area {
  401. display: none;
  402. }