custom.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  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. }
  50. .left {
  51. float: left
  52. }
  53. .full-h {
  54. height: 100%;
  55. }
  56. .half-h {
  57. height: 50%;
  58. }
  59. .a_color {
  60. color: #007bff;
  61. }
  62. .filterType a {
  63. padding: 1px;
  64. padding-top: 7px;
  65. padding-bottom: 7px;
  66. }
  67. #gljPriceTenderCoe::-webkit-outer-spin-button,
  68. #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,
  150. .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,
  160. .ui-datepicker-next:hover {
  161. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  162. background-repeat: no-repeat;
  163. background-position: -28px -12px;
  164. }
  165. .ui-datepicker-prev,
  166. .ui-datepicker-prev:hover {
  167. background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
  168. background-repeat: no-repeat;
  169. background-position: -90px -12px;
  170. }
  171. .feerateInput {
  172. padding: 0;
  173. }
  174. #toolToastWrap {
  175. display: -webkit-box;
  176. display: -ms-flexbox;
  177. display: flex;
  178. -webkit-box-pack: center;
  179. -ms-flex-pack: center;
  180. justify-content: center;
  181. pointer-events: none;
  182. }
  183. #toolToast {
  184. padding: 11px 20px;
  185. line-height: 18px;
  186. font-size: 14px;
  187. position: relative;
  188. word-wrap: break-word;
  189. color: #fff;
  190. text-align: center;
  191. background: rgba(0, 0, 0, .75);
  192. background-size: cover;
  193. -webkit-user-select: none;
  194. -moz-user-select: none;
  195. -ms-user-select: none;
  196. user-select: none;
  197. display: -webkit-box;
  198. display: -ms-flexbox;
  199. display: flex;
  200. -webkit-box-align: center;
  201. -ms-flex-align: center;
  202. align-items: center;
  203. max-width: 686px;
  204. box-sizing: border-box;
  205. box-shadow: 0 0 0 0 rgba(0, 0, 0, .15), 0 2px 5px 0 rgba(0, 0, 0, .25);
  206. pointer-events: auto;
  207. border-radius: 2px
  208. }
  209. #toolToastBtn {
  210. color: #0188fb;
  211. margin: 0 2px;
  212. white-space: nowrap;
  213. cursor: pointer;
  214. font-weight: 700
  215. }
  216. #toolToastBtn:hover {
  217. color: #4060c9
  218. }
  219. #toolToastBtn:active {
  220. color: #354ea1
  221. }
  222. .select_input {
  223. border: none;
  224. }
  225. /*.es-list>li:hover{
  226. background: lightgrey;
  227. }*/
  228. .es-list-selected {
  229. background: lightgrey;
  230. }
  231. .es-list>li {
  232. font-size: 13px;
  233. }
  234. .es-list {
  235. white-space: nowrap;
  236. }
  237. /*.dropdown-toggle::after{
  238. vertical-align:.5em
  239. }*/
  240. #esInput {
  241. font-size: 13px;
  242. color: black;
  243. height: 100%;
  244. }
  245. .ration_glj_spread {
  246. width: 83%;
  247. float: left;
  248. }
  249. .item_spread {
  250. width: 29.8%;
  251. float: left;
  252. background: #F1F1F1;
  253. word-wrap: break-word
  254. }
  255. input.text-right {
  256. text-align: right;
  257. }
  258. .cus-width {
  259. width: 100px;
  260. margin-left: 10px;
  261. }
  262. .more {
  263. padding-left: .25rem !important
  264. }
  265. .bottom-tznrTools {
  266. height: 30px;
  267. line-height: 30px;
  268. background: #efefef;
  269. bottom: 30px;
  270. left: 0px;
  271. z-index: 999
  272. }
  273. .zmhs-link {
  274. padding: 0.4em 0.4em !important;
  275. }
  276. /*修改tooltip默认最大宽度 */
  277. .tooltip-inner {
  278. max-width: 400px !important;
  279. }
  280. .applySuccess {
  281. display: none;
  282. color: #43CD80;
  283. margin-left: 8px
  284. }
  285. /*占位底色*/
  286. .occupied {
  287. background: #f1f1f1;
  288. }
  289. .material-ration-left {
  290. float: left;
  291. width: 90%;
  292. }
  293. .material-ass {
  294. width: 10%;
  295. background: #f7f7f9
  296. }
  297. /*书签批注*/
  298. .annotate-color-1::before {
  299. color: #E2F2C5 !important;
  300. -webkit-text-stroke: .5px #ced4da;
  301. }
  302. .annotate-color-2::before {
  303. color: #F9E2CF !important;
  304. -webkit-text-stroke: .5px #ced4da;
  305. }
  306. .annotate-color-3::before {
  307. color: #F2EFD9 !important;
  308. -webkit-text-stroke: .5px #ced4da;
  309. }
  310. .annotate-color-4::before {
  311. color: #F5D1DA !important;
  312. -webkit-text-stroke: .5px #ced4da;
  313. }
  314. .annotate-color-5::before {
  315. color: #E3E3E3 !important;
  316. -webkit-text-stroke: .5px #ced4da;
  317. }
  318. .annotate-color-6::before {
  319. color: #B6F3F2 !important;
  320. -webkit-text-stroke: .5px #ced4da;
  321. }
  322. .annotate-color-7::before {
  323. color: #ECE0F5 !important;
  324. -webkit-text-stroke: .5px #ced4da;
  325. }
  326. /*书签批注*/
  327. .annotate-color-1::before {
  328. color: #E2F2C5 !important;
  329. -webkit-text-stroke: .5px #ced4da;
  330. }
  331. .annotate-color-2::before {
  332. color: #F9E2CF !important;
  333. -webkit-text-stroke: .5px #ced4da;
  334. }
  335. .annotate-color-3::before {
  336. color: #F2EFD9 !important;
  337. -webkit-text-stroke: .5px #ced4da;
  338. }
  339. .annotate-color-4::before {
  340. color: #F5D1DA !important;
  341. -webkit-text-stroke: .5px #ced4da;
  342. }
  343. .annotate-color-5::before {
  344. color: #E3E3E3 !important;
  345. -webkit-text-stroke: .5px #ced4da;
  346. }
  347. .annotate-color-6::before {
  348. color: #B6F3F2 !important;
  349. -webkit-text-stroke: .5px #ced4da;
  350. }
  351. .annotate-color-7::before {
  352. color: #ECE0F5 !important;
  353. -webkit-text-stroke: .5px #ced4da;
  354. }
  355. .z-index-3000 {
  356. z-index: 3000;
  357. }
  358. .text-ellipsis {
  359. overflow: hidden;
  360. white-space: nowrap;
  361. text-overflow: ellipsis;
  362. }
  363. .border-radius {
  364. border-radius: .2rem !important;
  365. }
  366. .pm-i {
  367. width: 18px;
  368. }
  369. .calcbase-btn {
  370. width: 24px;
  371. padding-left: 0;
  372. padding-right: 0;
  373. }
  374. .hide-area {
  375. display: none;
  376. }
  377. .middle-modal-width {
  378. max-width: 650px;
  379. }
  380. .middle-modal-height {
  381. height: 500px;
  382. }
  383. @media screen and (max-width: 1366px),
  384. (max-height: 768px) {
  385. .middle-modal-width {
  386. max-width: 500px;
  387. }
  388. .middle-modal-height {
  389. height: 350px;
  390. }
  391. }
  392. /* 初始样式,防止projspread初始化完后背景从白突然变灰 */
  393. .poj-list {
  394. height: 1000px;
  395. background: #f7f7f9;
  396. }
  397. .form-control-inline {
  398. display: inline-block !important;
  399. width: 80% !important;
  400. }
  401. .unit_price_header {
  402. padding-top: 6px;
  403. margin-left: 50px;
  404. margin-right: 100px !important;
  405. }
  406. .default-cursor {
  407. cursor: default !important;
  408. }
  409. .material_link.active {
  410. border: 2px solid #ff6501 !important;
  411. border-right: 1px solid #fff !important;
  412. }
  413. .table-sc th {
  414. font-weight: normal;
  415. }
  416. .compilation-content {
  417. left: 50% !important;
  418. transform: translateX(-50%) !important;
  419. width: 123% !important;
  420. }
  421. /* 右键菜单input */
  422. .menu-input {
  423. width: 2.5rem;
  424. border: 1px solid rgb(221, 221, 221);
  425. border-radius: 2px;
  426. height: 1.3rem;
  427. text-align: center;
  428. }
  429. .menu-input:focus {
  430. outline: none;
  431. }
  432. /* .menu-input::selection {
  433. background-color: rgb(41, 128, 185);
  434. } */
  435. /* 进度条动画 */
  436. .progress-bar {
  437. position: relative;
  438. width: 100%;
  439. }
  440. .progress-move {
  441. position: absolute;
  442. left: 0;
  443. top: 0;
  444. z-index: 999;
  445. width: 200%;
  446. height: 100%;
  447. border-radius: .25rem;
  448. animation: progressMove 20s linear infinite;
  449. }
  450. @keyframes progressMove {
  451. from {
  452. transform: translateX(0);
  453. }
  454. to {
  455. transform: translateX(-280px);
  456. }
  457. }
  458. .progress-cover {
  459. position: absolute;
  460. left: 0;
  461. top: 0;
  462. z-index: 1000;
  463. width: 100%;
  464. height: 100%;
  465. background-color: #e9ecef;
  466. }
  467. .progress-cover-move {
  468. animation: progressCoverMove 40s linear;
  469. animation-fill-mode: forwards;
  470. }
  471. @keyframes progressCoverMove {
  472. 0% {
  473. transform: translateX(0);
  474. }
  475. 20% {
  476. transform: translateX(330px);
  477. }
  478. 40% {
  479. transform: translateX(380px);
  480. }
  481. 100% {
  482. transform: translateX(420px);
  483. }
  484. }
  485. .export-check{
  486. overflow: auto;
  487. height: 400px;
  488. }
  489. .top-msg{
  490. top:35px !important;
  491. }
  492. .add-select-bills-btn {
  493. margin: 5px 0;
  494. }