custom.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. .text-green {
  2. color: #172a30
  3. }
  4. label.title {
  5. display: inline-block;
  6. width: 100px;
  7. }
  8. .modal-feeRate {
  9. max-width: 550px
  10. }
  11. div.resize {
  12. height: 10px;
  13. background: #efefef;
  14. width: 100%;
  15. cursor: s-resize;
  16. }
  17. div.resize-y {
  18. height: 5px;
  19. background: #efefef;
  20. width: 100%;
  21. cursor: s-resize;
  22. }
  23. div.resize-x {
  24. width: 4px;
  25. height: 100%;
  26. background: #efefef;
  27. cursor: w-resize;
  28. float: left;
  29. }
  30. /*.zlfb-check{
  31. margin-left: 20px;
  32. }*/
  33. legend.legend {
  34. display: block;
  35. width: auto;
  36. font-size: 0.9rem;
  37. top: -15px;
  38. background: white;
  39. }
  40. .toolsbar_feeRate {
  41. border-bottom: 1px solid #ccc
  42. }
  43. .li_sub {
  44. margin-left: 14px;
  45. }
  46. .filterType {
  47. width: 98px;
  48. float: left;
  49. height: 100%;
  50. }
  51. .left {
  52. float: left
  53. }
  54. .full-h {
  55. height: 100%;
  56. }
  57. .half-h {
  58. height: 50%;
  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, #gljPriceTenderCoe::-webkit-inner-spin-button {
  69. -webkit-appearance: none;
  70. }
  71. #gljPriceTenderCoe {
  72. -moz-appearance: textfield;
  73. }
  74. .modal-quantity-edit-height {
  75. height: 200px;
  76. overflow-y: auto;
  77. }
  78. .message-box {
  79. position: absolute;
  80. background: #000;
  81. padding: 8px 10px;
  82. line-height: 18px;
  83. border-radius: 4px;
  84. text-align: left;
  85. font: 0.9rem Calibri;
  86. box-shadow: 2px 2px 6px #ccc;
  87. color: #fff;
  88. }
  89. .triangle-border {
  90. position: absolute;
  91. left: 10px;
  92. overflow: hidden;
  93. width: 0;
  94. height: 0;
  95. border-width: 6px;
  96. border-style: solid dashed dashed dashed;
  97. }
  98. .triangle-border_dropdown {
  99. position: absolute;
  100. left: 0px;
  101. overflow: hidden;
  102. width: 0;
  103. height: 0;
  104. border-width: 4px;
  105. z-index: 10;
  106. border-style: solid dashed dashed dashed;
  107. }
  108. .tb-border_dropdown {
  109. top: 7px;
  110. border-color: #000 transparent transparent transparent;
  111. }
  112. .tb-background_dropdown {
  113. bottom: -11px;
  114. border-color: #000 transparent transparent transparent;
  115. }
  116. .tb-border {
  117. bottom: -12px;
  118. border-color: #000 transparent transparent transparent;
  119. }
  120. .tb-background {
  121. bottom: -11px;
  122. border-color: #000 transparent transparent transparent;
  123. }
  124. .tb-border_up {
  125. top: -12px;
  126. border-color: transparent transparent #000 transparent;
  127. }
  128. .tb-background_up {
  129. top: -11px;
  130. border-color: transparent transparent #000 transparent;
  131. }
  132. .elf-options:hover {
  133. background-color: #CCCCCC;
  134. }
  135. .inline-div {
  136. display: inline;
  137. }
  138. /*快捷切换单位工程*/
  139. /*.menu a:hover {
  140. color: #fff;
  141. background: #40DE5A;
  142. }*/
  143. .menu ul ul {
  144. visibility: hidden;
  145. position: absolute;
  146. top: -1px;
  147. left: 100px;
  148. }
  149. .menu ul li:hover ul, .menu ul a:hover ul {
  150. visibility: visible;
  151. }
  152. .menu ul :hover ul ul {
  153. visibility: hidden;
  154. }
  155. .menu ul :hover ul :hover ul {
  156. visibility: visible;
  157. }
  158. .ui-datepicker-next, .ui-datepicker-next:hover {
  159. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  160. background-repeat: no-repeat;
  161. background-position: -28px -12px;
  162. }
  163. .ui-datepicker-prev, .ui-datepicker-prev:hover {
  164. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  165. background-repeat: no-repeat;
  166. background-position: -90px -12px;
  167. }
  168. .feerateInput {
  169. padding: 0;
  170. }
  171. #toolToastWrap {
  172. display: -webkit-box;
  173. display: -ms-flexbox;
  174. display: flex;
  175. -webkit-box-pack: center;
  176. -ms-flex-pack: center;
  177. justify-content: center;
  178. pointer-events: none;
  179. }
  180. #toolToast {
  181. padding: 11px 20px;
  182. line-height: 18px;
  183. font-size: 14px;
  184. position: relative;
  185. word-wrap: break-word;
  186. color: #fff;
  187. text-align: center;
  188. background: rgba(0, 0, 0, .75);
  189. background-size: cover;
  190. -webkit-user-select: none;
  191. -moz-user-select: none;
  192. -ms-user-select: none;
  193. user-select: none;
  194. display: -webkit-box;
  195. display: -ms-flexbox;
  196. display: flex;
  197. -webkit-box-align: center;
  198. -ms-flex-align: center;
  199. align-items: center;
  200. max-width: 686px;
  201. box-sizing: border-box;
  202. box-shadow: 0 0 0 0 rgba(0, 0, 0, .15), 0 2px 5px 0 rgba(0, 0, 0, .25);
  203. pointer-events: auto;
  204. border-radius: 2px
  205. }
  206. #toolToastBtn {
  207. color: #0188fb;
  208. margin: 0 2px;
  209. white-space: nowrap;
  210. cursor: pointer;
  211. font-weight: 700
  212. }
  213. #toolToastBtn:hover {
  214. color: #4060c9
  215. }
  216. #toolToastBtn:active {
  217. color: #354ea1
  218. }
  219. .select_input {
  220. border: none;
  221. }
  222. /*.es-list>li:hover{
  223. background: lightgrey;
  224. }*/
  225. .es-list-selected {
  226. background: lightgrey;
  227. }
  228. .es-list>li {
  229. font-size: 13px;
  230. }
  231. .es-list {
  232. white-space: nowrap;
  233. }
  234. /*.dropdown-toggle::after{
  235. vertical-align:.5em
  236. }*/
  237. #esInput {
  238. font-size: 13px;
  239. color: black;
  240. height: 100%;
  241. }
  242. .ration_glj_spread {
  243. width: 83%;
  244. float: left;
  245. }
  246. .item_spread {
  247. width: 29.8%;
  248. float: left;
  249. background: #F1F1F1;
  250. word-wrap: break-word
  251. }
  252. input.text-right {
  253. text-align: right;
  254. }
  255. .cus-width {
  256. width: 100px;
  257. margin-left: 10px;
  258. }
  259. .more {
  260. padding-left: .25rem!important
  261. }
  262. .bottom-tznrTools {
  263. height: 30px;
  264. line-height: 30px;
  265. background: #efefef;
  266. bottom: 30px;
  267. left: 0px;
  268. z-index: 999
  269. }
  270. .zmhs-link {
  271. padding: 0.4em 0.4em !important;
  272. }
  273. /*修改tooltip默认最大宽度 */
  274. .tooltip-inner {
  275. max-width: 400px !important;
  276. }
  277. .applySuccess {
  278. display: none;
  279. color: #43CD80;
  280. margin-left: 8px
  281. }
  282. /*占位底色*/
  283. .occupied {
  284. background: #f1f1f1;
  285. }
  286. .material-ration-left {
  287. float: left;
  288. width: 90%;
  289. }
  290. .material-ass {
  291. width: 10%;
  292. background: #f7f7f9
  293. }
  294. /*书签批注*/
  295. .annotate-color-1::before {
  296. color: #E2F2C5 !important;
  297. -webkit-text-stroke: .5px #ced4da;
  298. }
  299. .annotate-color-2::before {
  300. color: #F9E2CF !important;
  301. -webkit-text-stroke: .5px #ced4da;
  302. }
  303. .annotate-color-3::before {
  304. color: #F2EFD9 !important;
  305. -webkit-text-stroke: .5px #ced4da;
  306. }
  307. .annotate-color-4::before {
  308. color: #F5D1DA !important;
  309. -webkit-text-stroke: .5px #ced4da;
  310. }
  311. .annotate-color-5::before {
  312. color: #E3E3E3 !important;
  313. -webkit-text-stroke: .5px #ced4da;
  314. }
  315. .annotate-color-6::before {
  316. color: #B6F3F2 !important;
  317. -webkit-text-stroke: .5px #ced4da;
  318. }
  319. .annotate-color-7::before {
  320. color: #ECE0F5 !important;
  321. -webkit-text-stroke: .5px #ced4da;
  322. }
  323. /*书签批注*/
  324. .annotate-color-1::before {
  325. color: #E2F2C5 !important;
  326. -webkit-text-stroke: .5px #ced4da;
  327. }
  328. .annotate-color-2::before {
  329. color: #F9E2CF !important;
  330. -webkit-text-stroke: .5px #ced4da;
  331. }
  332. .annotate-color-3::before {
  333. color: #F2EFD9 !important;
  334. -webkit-text-stroke: .5px #ced4da;
  335. }
  336. .annotate-color-4::before {
  337. color: #F5D1DA !important;
  338. -webkit-text-stroke: .5px #ced4da;
  339. }
  340. .annotate-color-5::before {
  341. color: #E3E3E3 !important;
  342. -webkit-text-stroke: .5px #ced4da;
  343. }
  344. .annotate-color-6::before {
  345. color: #B6F3F2 !important;
  346. -webkit-text-stroke: .5px #ced4da;
  347. }
  348. .annotate-color-7::before {
  349. color: #ECE0F5 !important;
  350. -webkit-text-stroke: .5px #ced4da;
  351. }
  352. .z-index-3000 {
  353. z-index: 3000;
  354. }
  355. .text-ellipsis {
  356. overflow: hidden;
  357. white-space: nowrap;
  358. text-overflow: ellipsis;
  359. }
  360. .border-radius {
  361. border-radius: .2rem !important;
  362. }
  363. .pm-i {
  364. width: 18px;
  365. }
  366. .calcbase-btn {
  367. width: 24px;
  368. padding-left: 0;
  369. padding-right: 0;
  370. }
  371. .hide-area {
  372. display: none;
  373. }
  374. .middle-modal-width {
  375. max-width: 650px;
  376. }
  377. .middle-modal-height {
  378. height: 500px;
  379. }
  380. @media screen and (max-width: 1366px), (max-height: 768px) {
  381. .middle-modal-width {
  382. max-width: 500px;
  383. }
  384. .middle-modal-height {
  385. height: 350px;
  386. }
  387. }
  388. /* 初始样式,防止projspread初始化完后背景从白突然变灰 */
  389. .poj-list {
  390. height: 1000px;
  391. background: #f7f7f9;
  392. }
  393. .form-control-inline {
  394. display: inline-block !important;
  395. width: 80% !important;
  396. }
  397. .unit_price_header {
  398. padding-top: 6px;
  399. margin-left: 50px;
  400. margin-right: 100px !important;
  401. }
  402. .default-cursor {
  403. cursor: default !important;
  404. }
  405. .material_link.active {
  406. border: 2px solid #ff6501 !important;
  407. border-right: 1px solid #fff !important;
  408. }
  409. .table-sc th {
  410. font-weight: normal;
  411. }
  412. .compilation-content {
  413. left: 50% !important;
  414. transform: translateX(-50%) !important;
  415. width: 123% !important;
  416. }
  417. /* 右键菜单input */
  418. .menu-input {
  419. width: 2.5rem;
  420. border: 1px solid rgb(221, 221, 221);
  421. border-radius: 2px;
  422. height: 1.3rem;
  423. text-align: center;
  424. }
  425. .menu-input:focus {
  426. outline: none;
  427. }
  428. /* .menu-input::selection {
  429. background-color: rgb(41, 128, 185);
  430. } */
  431. /* 进度条动画 */
  432. .progress-bar {
  433. position: relative;
  434. width: 100%;
  435. }
  436. .progress-move {
  437. position: absolute;
  438. left: 0;
  439. top: 0;
  440. z-index: 999;
  441. width: 200%;
  442. height: 100%;
  443. border-radius: .25rem;
  444. animation: progressMove 20s linear infinite;
  445. }
  446. @keyframes progressMove {
  447. from {
  448. transform: translateX(0);
  449. }
  450. to {
  451. transform: translateX(-280px);
  452. }
  453. }
  454. .progress-cover {
  455. position: absolute;
  456. left: 0;
  457. top: 0;
  458. z-index: 1000;
  459. width: 100%;
  460. height: 100%;
  461. background-color: #e9ecef;
  462. }
  463. .progress-cover-move {
  464. animation: progressCoverMove 40s linear;
  465. animation-fill-mode: forwards;
  466. }
  467. @keyframes progressCoverMove {
  468. 0% {
  469. transform: translateX(0);
  470. }
  471. 20% {
  472. transform: translateX(330px);
  473. }
  474. 40% {
  475. transform: translateX(380px);
  476. }
  477. 100% {
  478. transform: translateX(420px);
  479. }
  480. }