custom.css 8.2 KB

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