custom.css 9.3 KB

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