custom.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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: 4px;
  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. .half-h{
  56. height: 50%;
  57. }
  58. .a_color{
  59. color: #007bff;
  60. }
  61. .filterType a{
  62. padding: 1px;
  63. padding-top: 7px;
  64. padding-bottom: 7px;
  65. }
  66. #gljPriceTenderCoe::-webkit-outer-spin-button,
  67. #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. .middle-modal-width {
  371. max-width: 650px;
  372. }
  373. .middle-modal-height {
  374. height: 500px;
  375. }
  376. @media screen and (max-width: 1366px), (max-height: 768px) {
  377. .middle-modal-width {
  378. max-width: 500px;
  379. }
  380. .middle-modal-height {
  381. height: 350px;
  382. }
  383. }
  384. /* 初始样式,防止projspread初始化完后背景从白突然变灰 */
  385. .poj-list {
  386. height: 1000px;
  387. background: #f7f7f9;
  388. }
  389. .form-control-inline {
  390. display: inline-block !important;
  391. width: 80% !important;
  392. }
  393. .unit_price_header{
  394. padding-top:6px;
  395. margin-left: 50px;
  396. margin-right: 100px !important;
  397. }
  398. .default-cursor {
  399. cursor: default !important;
  400. }
  401. .material_link.active{
  402. border:2px solid #ff6501 !important;
  403. border-right: 1px solid #fff !important;
  404. }
  405. .table-sc th {
  406. font-weight: normal;
  407. }
  408. .compilation-content {
  409. left: 50% !important;
  410. transform: translateX(-50%) !important;
  411. width: 123% !important;
  412. }