main_s.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237
  1. /*building SAAS 0.1*/
  2. /*bootstrap 初始化*/
  3. body {
  4. font-size: 0.9rem;
  5. overflow: hidden;
  6. background: #e4e7ea;
  7. }
  8. .text-warning {
  9. color: #da9500 !important;
  10. }
  11. .dropdown-menu {
  12. font-size: 12px
  13. }
  14. .btn.text-primary.disabled, .btn.text-primary:disabled {
  15. color:#666!important
  16. }
  17. .btn,.btn-group {
  18. vertical-align: baseline;
  19. }
  20. .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  21. background-color: #e4e7ea;
  22. color:#333;
  23. font-weight: 600
  24. }
  25. .custom-file-sm,.custom-file-sm .custom-file-label{
  26. height: calc(1.5em + .5rem + 2px);
  27. padding-top: .25rem;
  28. padding-bottom: .25rem;
  29. padding-left: .5rem;
  30. }
  31. .custom-file-sm .custom-file-label:after{
  32. height: calc(1.4em + .5rem + 2px);
  33. padding-top: .25rem;
  34. padding-bottom: .25rem;
  35. font-size: .875rem;
  36. }
  37. .custom-file-sm input{
  38. height: calc(1.5em + .5rem + 2px);
  39. font-size: .875rem;
  40. }
  41. .table th {
  42. background: #e9ecef;
  43. font-weight: normal;
  44. color:#000;
  45. }
  46. .form-check,.form-check-label{
  47. cursor: pointer;
  48. line-height: 22px;
  49. }
  50. .input-group-text .group-checkbox[type="checkbox"],.input-group-text .group-checkbox[type="radio"]{
  51. margin-top: .3rem;
  52. }
  53. .custom-control {
  54. min-height: 1.2rem
  55. }
  56. .custom-control-label {
  57. cursor: pointer;
  58. }
  59. .popover {
  60. background-color: #000
  61. }
  62. .popover-body{
  63. color:#fff;
  64. }
  65. .bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-bottom .arrow::after{
  66. border-bottom-color:#000;
  67. }
  68. .custom-control-warning-input:checked ~ .custom-control-warning-label::before{
  69. border-color:#da9500 ;
  70. background-color:#da9500
  71. }
  72. .custom-control-warning-label{
  73. color:#da9500;
  74. }
  75. /*
  76. .btn.disabled, .btn:disabled {
  77. opacity:.4
  78. }*/
  79. .btn-primary.disabled, .btn-primary:disabled {
  80. color:#fff;
  81. border-color:#666;
  82. background: #666
  83. }
  84. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  85. color:#666;
  86. border-color:#666;
  87. background: #ddd
  88. }
  89. .btn-outline-primary.disabled .badge, .btn-outline-primary:disabled .badge{
  90. background: #999
  91. }
  92. .group-tab .btn-light{
  93. color:#007bff;
  94. border-color:#d3d9df;
  95. cursor: pointer;
  96. }
  97. .group-tab .btn-light.active{
  98. cursor: default;
  99. }
  100. .text-info-50{
  101. color: #bee5eb;
  102. }
  103. .text-danger-50{
  104. color: #ed969e;
  105. }
  106. .text-success-50{
  107. color: #c3e6cb;
  108. }
  109. .text-primary-50{
  110. color: #cce5ff;
  111. }
  112. .text-warning-50{
  113. color: #ffddc5;
  114. }
  115. .text-secondary-50{
  116. color: #dcdcdc;
  117. }
  118. .bg-info-50{
  119. background-color: #d0f6fd;
  120. }
  121. .bg-danger-50{
  122. background-color: #f8d7da;
  123. }
  124. .bg-success-50{
  125. background-color: #d4edda;
  126. }
  127. .bg-primary-50{
  128. background-color: #cce5ff;
  129. }
  130. .bg-warning-50{
  131. background-color: #ffddc5;
  132. }
  133. .bg-secondary-50{
  134. background-color: #dcdcdc;
  135. }
  136. .border-info-50{
  137. border:1px solid #9be6f4;
  138. }
  139. .border-danger-50{
  140. border:1px solid #f5c6cb;
  141. }
  142. .border-success-50{
  143. border:1px solid #c3e6cb;
  144. }
  145. .border-primary-50{
  146. border:1px solid #b8daff;
  147. }
  148. .border-warning-50{
  149. border:1px solid #fbc7a3;
  150. }
  151. .border-secondary-50{
  152. border:1px solid #ccc;
  153. }
  154. .input-group-cancel{
  155. position: absolute;
  156. margin-left: -15px;
  157. margin-top: 2px;
  158. font-size: 14px
  159. }
  160. /*在谷歌下移除input[number]的上下箭头*/
  161. input.nospin[type='number']::-webkit-outer-spin-button,
  162. input.nospin[type='number']::-webkit-inner-spin-button{
  163. -webkit-appearance: none !important;
  164. margin: 0;
  165. }
  166. /*在firefox下移除input[number]的上下箭头*/
  167. input.nospin[type="number"]{-moz-appearance:textfield;}
  168. /*自定义css*/
  169. .in-1{padding-left:5px!important}
  170. .in-2{padding-left:21px!important}
  171. .in-3{padding-left:42px!important}
  172. .in-4{padding-left:63px!important}
  173. .in-5{padding-left:84px!important}
  174. .in-6{padding-left:105px!important}
  175. /*滚动条*/
  176. /* 滚动条 */
  177. /*水平滚动条的样式*/
  178. /*::-webkit-scrollbar-thumb:horizontal {
  179. width: 5px;
  180. background-color: #e9ecef;
  181. -webkit-border-radius: 0;
  182. }*/
  183. /*滚动条的背景颜色,滚动条的圆角宽度*/
  184. /*::-webkit-scrollbar-track-piece {
  185. background-color: #efefef;
  186. -webkit-border-radius: 0;
  187. }*/
  188. /*滚动条的宽度,滚动条的高度*/
  189. /*::-webkit-scrollbar {
  190. width: 14px;
  191. height: 14px;
  192. }*/
  193. /*垂直滚动条的样式*/
  194. /*::-webkit-scrollbar-thumb:vertical {
  195. height: 50px;
  196. background-color: #e9ecef;
  197. -webkit-border-radius: 0;
  198. outline: 1px solid #fff;
  199. outline-offset: -1px;
  200. border: 1px solid #ced4da;
  201. }*/
  202. /*滚动条的hover样式*/
  203. /*::-webkit-scrollbar-thumb:hover {
  204. height: 50px;
  205. background-color: #ced4da;
  206. -webkit-border-radius: 0;
  207. }*/
  208. .sjs-height-1,.sjs-height-2,.sjs-sh,.sjs-sh-1,.sjs-sh-2,.sjs-sh-3,.sjs-sh-4,.sjs-sh-5{
  209. overflow: hidden;
  210. }
  211. .sjs-height-4,.sjs-height-5,.sjs-height-6,.sjs-option-height{
  212. overflow: auto;
  213. }
  214. .sjs-bar-1,.sjs-bar-2,.sjs-bar-3,.sjs-bar-4{
  215. height:30px;
  216. padding-top:3px;
  217. }
  218. .sjs-bar{
  219. height:30px;
  220. padding-top:3px;
  221. }
  222. .sjs-bar .nav {
  223. margin-top:-3px;
  224. }
  225. .sjs-bottom{
  226. height:250px;
  227. }
  228. .sjs-bottom-2{
  229. height:360px;
  230. overflow-y: auto;
  231. }
  232. .form-signin {
  233. max-width:400px;
  234. margin-left:auto;
  235. background: #fff;
  236. padding:30px;
  237. border:1px solid #ddd;
  238. border-radius: .25rem
  239. }
  240. .bg-404{
  241. background:#dcdcdc url("404.png") bottom center no-repeat;
  242. }
  243. .has-danger {
  244. -webkit-animation: shake 1s .2s ease both;
  245. -moz-animation: shake 1s .2s ease both;
  246. animation: shake 1s .2s ease both;
  247. }
  248. @-webkit-keyframes shake {
  249. 0%, 100% {
  250. -webkit-transform: translateX(0);
  251. }
  252. 10%, 30%, 50%, 70%, 90% {
  253. -webkit-transform: translateX(-10px);
  254. }
  255. 20%, 40%, 60%, 80% {
  256. -webkit-transform: translateX(10px);
  257. }
  258. }
  259. @-moz-keyframes shake {
  260. 0%, 100% {
  261. -moz-transform: translateX(0);
  262. }
  263. 10%, 30%, 50%, 70%, 90% {
  264. -moz-transform: translateX(-10px);
  265. }
  266. 20%, 40%, 60%, 80% {
  267. -moz-transform: translateX(10px);
  268. }
  269. }
  270. @keyframes shake {
  271. 0%, 100% {
  272. transform: translateX(0);
  273. }
  274. 10%, 30%, 50%, 70%, 90% {
  275. transform: translateX(-10px);
  276. }
  277. 20%, 40%, 60%, 80% {
  278. transform: translateX(10px);
  279. }
  280. }
  281. /*2.主体框架*/
  282. .header {
  283. background:#fff;
  284. position: fixed;
  285. z-index: 10;
  286. width: 100%;
  287. height: 50px;
  288. top: 0;
  289. left: 0
  290. }
  291. .main{
  292. position: relative;
  293. z-index: 4;
  294. }
  295. .main-nav {
  296. position: fixed;
  297. z-index: 99;
  298. width:55px;
  299. left: 0;
  300. top: 0;
  301. height: 100%;
  302. background: #ff6501;
  303. }
  304. .main-panel{
  305. padding-left:55px;
  306. box-sizing: border-box;
  307. }
  308. .panel-sidebar{
  309. box-sizing: border-box;
  310. background: #fbfcfd;
  311. position: fixed;
  312. height: 100%;
  313. z-index: 4;
  314. left:55px;
  315. /*padding-top:50px;*/
  316. border-right: 1px solid #ddd;
  317. width: 200px;
  318. }
  319. .side-fold{
  320. position: absolute;
  321. bottom:10px;
  322. right:20px;
  323. }
  324. .min-side .side-fold{
  325. position: absolute;
  326. bottom:15px;
  327. right:5px;
  328. height: 20px
  329. }
  330. .min-side{
  331. border-right: 1px solid #ddd;
  332. margin-right:10px;
  333. padding-right:15px;
  334. position: relative;
  335. }
  336. .min-side .side-switch i{
  337. font-size: 20px
  338. }
  339. .min-side .side-menu{
  340. position: absolute;
  341. left:-15px;
  342. top:50px;
  343. background:#fff;
  344. width:150px;
  345. border-right:1px solid #ddd;
  346. border-bottom:1px solid #ddd;
  347. box-shadow: 0 1px 3px rgba(0,0,0,.1);
  348. }
  349. .panel-content{
  350. padding:65px 0 0;
  351. position: relative;
  352. z-index: 3;
  353. box-sizing: border-box;
  354. overflow-y: auto;
  355. height: 100vh;
  356. }
  357. .panel-content .content-wrap{
  358. margin:0 15px 15px;
  359. position: relative;
  360. }
  361. .panel-sidebar+.panel-content{
  362. padding: 65px 0 0 200px;
  363. }
  364. .panel-title, .panel-title>.title-bar {
  365. height:50px;
  366. line-height: 50px
  367. }
  368. .panel-title .dropdown-item,.panel-title .dropdown-item-text,.panel-title .form-group {
  369. line-height: normal;
  370. }
  371. .panel-title{
  372. position: fixed;
  373. top:0px;
  374. z-index: 98;
  375. width: 100%;
  376. box-sizing: border-box;
  377. background: #fff;
  378. box-shadow: 0 1px 3px rgba(0,0,0,.05);
  379. border-top: 1px solid #ddd;
  380. }
  381. .panel-sidebar .panel-title{
  382. width:200px;
  383. border-right: 1px solid #ddd;
  384. box-shadow: 0 1px 3px rgba(0,0,0,.1);
  385. }
  386. .panel-content .panel-title{
  387. left: 0;
  388. padding-left: 255px;
  389. padding-right: 20px;
  390. }
  391. .panel-content .panel-title.fluid{
  392. padding-left:55px
  393. }
  394. .panel-title>.title-bar{
  395. padding-left: 20px
  396. }
  397. .panel-title>.title-bar>h2,.panel-title>.title-main>h2{
  398. font-size: 16px;
  399. margin:0;
  400. height: 50px;
  401. line-height: 50px;
  402. display:block
  403. }
  404. .panel-title>.title-bar>h2 .btn{
  405. margin-right:15px
  406. }
  407. .panel-title>.title-main .btn.pull-right {
  408. margin:10px 0 0 10px
  409. }
  410. .panel-title>.title-main .form-control {
  411. margin:10px 0 0 0
  412. }
  413. .panel-title>.title-main{
  414. padding-left: 15px
  415. }
  416. .panel-title .alert {
  417. line-height: normal;
  418. z-index: 999
  419. }
  420. .sidebar-title{
  421. padding: 10px;
  422. border-bottom: 1px solid #ddd;
  423. margin-bottom: 10px;
  424. }
  425. .side-menu{
  426. position: fixed;
  427. right:15px;
  428. top:65px
  429. }
  430. .side-menu .nav-link{
  431. line-height: 16px;
  432. font-size: 14px;
  433. color:#007bff;
  434. }
  435. .side-menu .nav-link:hover{
  436. background:#dcdee3;
  437. color:#333;
  438. }
  439. .sub-content{
  440. margin:0;
  441. }
  442. .pr-46{
  443. padding-right:36px
  444. }
  445. .bcontent-wrap{
  446. height: 350px
  447. }
  448. @media only screen and (max-height: 768px) {
  449. .bcontent-wrap{
  450. height: 250px
  451. }
  452. }
  453. .modal-xl {
  454. max-width: 1200px
  455. }
  456. .border-right-1 {
  457. border-right:1px solid #dee2e6;
  458. }
  459. .border-left-1 {
  460. border-left:1px solid #dee2e6;
  461. }
  462. .border-top-1 {
  463. border-top:1px solid #dee2e6;
  464. }
  465. .border-bottom-1 {
  466. border-bottom:1px solid #dee2e6;
  467. }
  468. /*滚动*/
  469. .scrollbar-auto {
  470. overflow-y: auto;
  471. position: absolute;
  472. bottom: 0;
  473. left: 0;
  474. top: 0;
  475. right: 0;
  476. }
  477. .panel-sidebar .scrollbar-auto{
  478. padding-top: 20px;
  479. box-sizing: border-box;
  480. }
  481. .panel-sidebar .scrollbar-auto {
  482. height: calc(100vh - 100px);
  483. width: 100%;
  484. overflow-y: auto;
  485. position: static;
  486. }
  487. /*结构宽度高度调整条*/
  488. .resize-y{
  489. height:5px;
  490. width:100%;
  491. float: left;
  492. margin-top:-5px;
  493. cursor: s-resize;
  494. z-index: 999
  495. }
  496. .resize-x{
  497. width:5px;
  498. height:100%;
  499. float: left;
  500. margin-left:-5px;
  501. cursor: w-resize;
  502. z-index: 999
  503. }
  504. /*头部*/
  505. .header .logo {
  506. float: left;
  507. box-shadow: 1px 0 6px rgba(0,0,0,.06);
  508. margin-right: 20px;
  509. margin:0
  510. }
  511. .header .logo>a{
  512. width:120px;
  513. height:50px;
  514. line-height: 50px;
  515. display: inline-block;
  516. color:#fff;
  517. font-size:24px;
  518. padding:0 10px;
  519. transition: all ease .4s;
  520. background:#207fd1 url(logo.png) no-repeat;
  521. text-indent: -9999px;
  522. vertical-align: top
  523. }
  524. .header .logo>a:hover{
  525. background-color:#5596cf;
  526. text-decoration: none;
  527. }
  528. .header-user > div {
  529. float:left
  530. }
  531. .avatar .pic {
  532. height: 35px;
  533. width: 35px;
  534. border-radius: 100%;
  535. display: inline-block;
  536. float:left;
  537. margin:7px 7px 0 0
  538. }
  539. .avatar .pic img{
  540. display: block;
  541. width: 100%;
  542. height: 100%;
  543. border-radius: 100%;
  544. }
  545. .avatar > a,.msg >a{
  546. display: block;
  547. height:50px;
  548. line-height: 50px;
  549. color:#666;
  550. padding:0 15px;
  551. cursor: pointer;
  552. }
  553. .avatar > a:hover,.msg > a:hover{
  554. text-decoration: none;
  555. box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
  556. }
  557. .header-user .msg{
  558. border-left:1px solid #eee
  559. }
  560. .header-user .msg .glyphicon{
  561. font-size:20px;
  562. vertical-align: middle;
  563. }
  564. .header-user .msg .badge{
  565. margin:0 0 0 5px
  566. }
  567. .header .poj-name {
  568. float:left;
  569. padding:0 0 0 15px;
  570. font-size:18px
  571. }
  572. .header .poj-name a{
  573. color:#666
  574. }
  575. .header .poj-name > span{
  576. height:50px;
  577. line-height:50px;
  578. }
  579. /*登陆相关*/
  580. .login-body{
  581. background:linear-gradient(#192948,#33425b);
  582. height:100%
  583. }
  584. .login-infoinput {
  585. margin-top:15%
  586. }
  587. .login-body .container{
  588. position:absolute;
  589. top:10%;
  590. margin:0 auto;
  591. left:0;
  592. right:0;
  593. }
  594. .login-bg.img-1{
  595. background:url("undraw_all_the_data_h4ki.svg") no-repeat;
  596. }
  597. .login-bg.img-2{
  598. background:url("undraw_order_a_car_3tww.svg") no-repeat;
  599. }
  600. .login-bg.img-3{
  601. background:url("undraw_work_chat_erdt.svg") no-repeat;
  602. }
  603. .login-body .login-bg{
  604. width: 100%;
  605. height: 100%;
  606. background-position:25% 95%;
  607. background-size: 40% auto;
  608. display: inline-block;
  609. opacity: .8
  610. }
  611. /*侧栏主菜单*/
  612. .nav-top,.nav-bottom{
  613. width: 55px
  614. }
  615. .bg-nav a{
  616. color:#fff;
  617. width:55px;
  618. text-align: center;
  619. display: inline-block;
  620. padding:15px 0;
  621. font-size: 12px
  622. }
  623. .bg-nav a i{
  624. font-size:22px;
  625. }
  626. .bg-nav a span{
  627. display: none;
  628. }
  629. .bg-nav > li{
  630. width:120px
  631. }
  632. .bg-nav > li.active{
  633. background: #192948
  634. }
  635. .bg-nav > li.active a{
  636. border-radius: 0;
  637. background: #192948
  638. }
  639. .bg-nav > li > a:hover,.bg-nav > li.active > a:hover{
  640. background: #192948;
  641. color:#f2f2f2;
  642. text-decoration: none;
  643. }
  644. .bg-nav > li > a.maintain-icon:hover{
  645. background:none;
  646. color:none;
  647. text-decoration: none;
  648. }
  649. .bg-nav > li.active a span{
  650. display: block;
  651. }
  652. .bg-nav > li + li {
  653. margin-top:0;
  654. }
  655. .bg-nav .sub-menu {
  656. list-style:none;
  657. padding:0 0 0 20px;
  658. width:120px;
  659. display: none
  660. }
  661. .bg-nav .sub-menu a {
  662. width:100px;
  663. height:30px;
  664. line-height:30px
  665. }
  666. .bg-nav .sub-menu:last-child{
  667. margin:0 0 20px 0
  668. }
  669. .bg-nav .menu-arrow{
  670. margin:22px 8px 0 0
  671. }
  672. .nav-box h3{
  673. font-size: 14px;
  674. font-weight: 700;
  675. padding-bottom: 4px;
  676. border-bottom: 1px solid #e2eaec;
  677. padding-right: 15px;
  678. margin-bottom: 10px;
  679. margin-left: 17px
  680. }
  681. .nav-box > .sub-list > li > a{
  682. padding-left: 40px
  683. }
  684. .nav-box .tips-dot {
  685. right:20px;
  686. top:8px
  687. }
  688. .nav-box .nav-list li{
  689. position: relative;
  690. }
  691. .contarl-box{
  692. padding:1rem 2rem 1rem 2rem;
  693. border-top:1px solid #ddd;
  694. }
  695. .nav-list li a{
  696. color: #333;
  697. display: block;
  698. height: 35px;
  699. line-height: 35px;
  700. box-sizing: border-box;
  701. padding-left: 17px;
  702. padding-right: 45px;
  703. text-overflow: ellipsis;
  704. position: relative;
  705. }
  706. .nav-list li a:hover{
  707. text-decoration: none;
  708. background:#e4e7ea;
  709. cursor: pointer;
  710. }
  711. .nav-list li a .badge{
  712. position: absolute;
  713. right:17px;
  714. top:9px
  715. }
  716. .nav-list li.active a{
  717. background:#e4e7ea;
  718. font-weight: 600
  719. }
  720. .side-menu .nav-link{
  721. padding:.5rem .6rem;
  722. }
  723. /*内容区*/
  724. .c-header {
  725. padding:0 0 5px
  726. }
  727. .c-body{
  728. padding:1px;
  729. background:#fff;
  730. }
  731. .right-nav{
  732. width:36px
  733. }
  734. .right-nav .nav-link.active{
  735. background: #fff;
  736. color:#495057
  737. }
  738. .form-group .necessary{
  739. font-size:18px;
  740. color:#f90000
  741. }
  742. .bg-gray {
  743. background-color:#bbb!important;
  744. }
  745. .datepickers-container {
  746. z-index: 9999
  747. }
  748. .modal-height-500{
  749. height:450px;
  750. overflow: hidden
  751. }
  752. .modal-height-300{
  753. height:300px;
  754. overflow:auto
  755. }
  756. .scroll-y {
  757. overflow-y: auto;
  758. }
  759. .scroll-x {
  760. overflow-x: auto;
  761. }
  762. .modal-lgx {
  763. max-width:1000px
  764. }
  765. .title-main .nav{
  766. line-height: 16px;
  767. margin-top:8px
  768. }
  769. .msg-content {
  770. font-size: 14px
  771. }
  772. .bd-toc {
  773. position: sticky;
  774. top:3rem;
  775. height: calc(100vh - 10rem);
  776. overflow-y: auto;
  777. }
  778. /*草图编辑器*/
  779. .img-view{
  780. height:400px;
  781. border:.2rem solid #ccc;
  782. position: relative;
  783. width:100%;
  784. overflow: hidden;
  785. }
  786. .img-view::after{
  787. content:"草图编辑区";
  788. color:#ddd;
  789. position: absolute;
  790. left:50%;
  791. top:50%;
  792. margin-left:-80px;
  793. margin-top:-24px;
  794. font-size:36px
  795. }
  796. .img-view .img-item{
  797. position: absolute;
  798. }
  799. .img-view .img-item .img-bar{
  800. position:absolute;
  801. right:0;
  802. top:0;
  803. display:none
  804. }
  805. .img-item:hover .img-bar{
  806. display: block;
  807. }
  808. .batch-l-t{
  809. height: 180px;
  810. overflow: hidden
  811. }
  812. .batch-l-b{
  813. height: 320px;
  814. overflow: hidden
  815. }
  816. .batch-r {
  817. height:522px;
  818. overflow: hidden
  819. }
  820. /*打印工具栏*/
  821. .print-toolsbar{
  822. padding-bottom:5px
  823. }
  824. .print-toolsbar .panel {
  825. display:inline-block;
  826. vertical-align:top;
  827. background:#f7f7f9
  828. }
  829. .print-toolsbar .panel .panel-foot{
  830. text-align: center;
  831. font-size: 12px
  832. }
  833. .print-list {
  834. border-right:1px solid #ccc
  835. }
  836. .print-list .form-list {
  837. overflow: auto
  838. }
  839. .print-list .list-tools{
  840. height:50px;
  841. padding:10px 0;
  842. border-bottom:1px solid #f2f2f2
  843. }
  844. .pageContainer {
  845. background: #ededed;
  846. text-align: center
  847. }
  848. .pageContainer .page{
  849. border:9px solid transparent;
  850. display: inline-block;
  851. }
  852. .pageContainer .page img{
  853. width:inherit;
  854. height: inherit;
  855. }
  856. .pageContainer canvas{
  857. background: #fff
  858. }
  859. .m-close-side{
  860. position: absolute;
  861. right:-1px;
  862. top:250px;
  863. background: #f2f2f2;
  864. padding:30px 3px;
  865. }
  866. .m-close-side:hover{
  867. background:#eae9e9;
  868. }
  869. .baobiao-close-side{
  870. position: absolute;
  871. left:15px;
  872. top:250px;
  873. background: #e1e1e1
  874. }
  875. .baobiao-close-side a{
  876. color:#007bff;
  877. height:80px;
  878. line-height: 80px;
  879. display: inline-block
  880. }
  881. .baobiao-close-side:hover{
  882. background:#007bff;
  883. }
  884. .baobiao-close-side:hover a{
  885. color:#fff;
  886. }
  887. .edit-tag-btn{
  888. display: none
  889. }
  890. .tag-item:hover .edit-tag-btn{
  891. display: block
  892. }
  893. /*电子签名*/
  894. .add-sign-list-item{
  895. padding:.5rem .5rem .5rem 1rem;
  896. }
  897. .add-sign-list-item:hover{
  898. box-shadow:0 0 3px rgba(0,0,0,.18)
  899. }
  900. .add-sign-list-item .btn-link {
  901. display: none
  902. }
  903. .add-sign-list-item:hover .btn-link {
  904. display: block
  905. }
  906. /*标段类表折叠收起*/
  907. .fold-switch {
  908. cursor: pointer;
  909. }
  910. .fold-switch:hover{
  911. color:#0056b3;
  912. }
  913. /*界面紧凑相关代码*/
  914. body{
  915. font-size:12px;
  916. }
  917. .btn-group-sm > .btn, .btn-sm{
  918. font-size: 12px;
  919. padding:1px 0.6rem;
  920. }
  921. .panel-title, .panel-title > .title-bar{
  922. height:34px;
  923. line-height: 30px;
  924. }
  925. .panel-title > .title-main .btn.pull-right {
  926. margin: 5px 0 0 0
  927. }
  928. .panel-content{
  929. padding-top:35px;
  930. overflow: hidden
  931. }
  932. .panel-content .content-wrap{
  933. margin:0;
  934. }
  935. .table td, .table th {
  936. padding:.3rem;
  937. }
  938. .form-control-sm {
  939. font-size:12px;
  940. padding-top:.1rem;
  941. }
  942. label{
  943. margin-bottom:.3rem;
  944. color:#757575;
  945. }
  946. .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  947. padding-left:.5rem;
  948. background: #f2f2f280
  949. }
  950. .invalid-feedback{
  951. font-size:100%;
  952. }
  953. .modal-header{
  954. padding:.5rem 1rem
  955. }
  956. .modal-title{
  957. font-size:16px;
  958. }
  959. .modal-footer {
  960. padding:.5rem 1rem
  961. }
  962. .modal-body h6,.modal-body h5{
  963. font-size:12px;
  964. }
  965. .panel-title > .title-bar{
  966. padding-left:10px;
  967. }
  968. .panel-sidebar .panel-title{
  969. width:120px;
  970. }
  971. .panel-title > .title-bar > h2, .panel-title > .title-main > h2{
  972. height:34px;
  973. line-height: 34px;
  974. font-size: 12px
  975. }
  976. .panel-title > .title-main .form-control {
  977. margin: 4px 0 0 0;
  978. }
  979. .panel-sidebar {
  980. width:120px;
  981. }
  982. .panel-sidebar .scrollbar-auto{
  983. padding-top:0;
  984. }
  985. .nav-list li a{
  986. padding-right:0px;
  987. height:30px;
  988. line-height: 30px
  989. }
  990. .nav-box h3{
  991. margin-left:12px;
  992. }
  993. .nav-box > .sub-list > li > a{
  994. padding-left:32px;
  995. }
  996. .panel-sidebar + .panel-content{
  997. padding:35px 0 0 120px;
  998. overflow: hidden;
  999. }
  1000. .contarl-box{
  1001. padding:1rem 1rem;
  1002. }
  1003. .min-side .side-menu {
  1004. top:34px;
  1005. }
  1006. .panel-content .panel-title{
  1007. padding-left:175px;
  1008. background: linear-gradient( #ccc,2%, #ffffff);
  1009. }
  1010. .nav-link{
  1011. padding:.3rem .5rem;
  1012. }
  1013. .side-menu .nav-link{
  1014. font-size:12px;
  1015. }
  1016. legend {
  1017. font-size:16px;
  1018. }
  1019. .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  1020. height: calc(1.4125rem + 2px);
  1021. }
  1022. .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text{
  1023. height: calc(1.4125rem + 2px);
  1024. }
  1025. .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  1026. font-size:12px;
  1027. padding:.1rem .5rem;
  1028. }
  1029. .side-menu{
  1030. right:0;
  1031. top:35px;
  1032. }
  1033. .custom-control-label::before{
  1034. top:.1rem;
  1035. }
  1036. .custom-control-label::after{
  1037. top:.1rem;
  1038. }
  1039. .form-control-sm{
  1040. height:calc(1.4125rem + 2px);
  1041. }
  1042. .form-group {
  1043. margin-bottom:.5rem;
  1044. }
  1045. .badge{
  1046. font-size:100%;
  1047. }
  1048. .sjs-height-0{
  1049. overflow: auto;
  1050. }
  1051. .nav-box h3{
  1052. margin-bottom:5px;
  1053. }
  1054. .min-side .side-menu{
  1055. padding-bottom:10px;
  1056. }
  1057. .side-fold {
  1058. right:50px;
  1059. bottom:5px;
  1060. }
  1061. .side-fold a{
  1062. font-size:24px;
  1063. }
  1064. .min-side {
  1065. padding-bottom:5px;
  1066. }
  1067. .min-side .side-fold{
  1068. bottom:10px;
  1069. }
  1070. .min-side .side-fold a{
  1071. font-size:18px;
  1072. }
  1073. .form-text{
  1074. font-size:12px;
  1075. }
  1076. .btn-sm .badge{
  1077. font-size:10px;
  1078. padding:.2em .4em;
  1079. top:0;
  1080. }
  1081. .search-group {
  1082. position: relative;
  1083. }
  1084. .search-group .remove-btn {
  1085. position:absolute;
  1086. right:10px;
  1087. top:3px;
  1088. }
  1089. /*菜单栏系统维护图标*/
  1090. a.maintain-icon{
  1091. position:relative;
  1092. }
  1093. a.maintain-icon span{
  1094. position: absolute;
  1095. left:55px;
  1096. height:53px;
  1097. line-height: 53px;
  1098. width:390px;
  1099. top:0;
  1100. display:none;
  1101. font-size:14px;
  1102. }
  1103. a.maintain-icon:hover span{
  1104. display: inline-block;
  1105. }
  1106. a.maintain-icon .fa{
  1107. -webkit-animation: shake_a 2s .2s ease both;
  1108. -moz-animation: shake_a 2s .2s ease both;
  1109. animation: shake_a 2s .2s ease both;
  1110. animation-iteration-count:infinite
  1111. }
  1112. @-webkit-keyframes shake_a {
  1113. 0%, 100% {
  1114. -webkit-transform: rotate(0);
  1115. }
  1116. 10%, 30%, 50%, 70%, 90% {
  1117. -webkit-transform: rotate(5deg);
  1118. }
  1119. 20%, 40%, 60%, 80% {
  1120. -webkit-transform: rotate(-5deg);
  1121. }
  1122. }
  1123. @-moz-keyframes shake_a {
  1124. 0%, 100% {
  1125. -moz-transform: rotate(0);
  1126. }
  1127. 10%, 30%, 50%, 70%, 90% {
  1128. -moz-transform: rotate(5deg);
  1129. }
  1130. 20%, 40%, 60%, 80% {
  1131. -moz-transform: rotate(-5deg);
  1132. }
  1133. }
  1134. @keyframes shake_a {
  1135. 0%, 100% {
  1136. transform: rotate(0);
  1137. }
  1138. 10%, 30%, 50%, 70%, 90% {
  1139. transform: rotate(5deg);
  1140. }
  1141. 20%, 40%, 60%, 80% {
  1142. transform: rotate(-5deg);
  1143. }
  1144. }
  1145. a.maintain-icon:hover .fa{
  1146. animation-iteration-count:0
  1147. }
  1148. /*审批列表*/
  1149. .timeline-list .timeline-list-item{
  1150. position: relative;
  1151. }
  1152. .timeline-list-item .timeline-item-date{
  1153. width:50px;
  1154. position:absolute;
  1155. left:0px;
  1156. text-align: center;
  1157. color:#ccc;
  1158. }
  1159. .timeline-list-item .timeline-item-date span{
  1160. display: block;
  1161. color: #333;
  1162. text-align: center;
  1163. }
  1164. .timeline-list-item .timeline-item-tail{
  1165. position: absolute;
  1166. top: 10px;
  1167. left: 55px;
  1168. height: calc(100% - 10px);
  1169. border-left: 1px solid #ddd ;
  1170. }
  1171. .timeline-list-item .timeline-item-icon{
  1172. width:20px;
  1173. height:20px;
  1174. position: absolute;
  1175. border-radius: 100px;
  1176. text-align: center;
  1177. line-height: 20px;
  1178. left:45px;
  1179. }
  1180. .timeline-list-item .timeline-item-content{
  1181. position: relative;
  1182. margin: 0 0 0 70px;
  1183. word-break: break-word;
  1184. }
  1185. .book-list{
  1186. padding: 0;
  1187. margin: 0;
  1188. height: 285px;
  1189. overflow-y: auto;
  1190. }
  1191. .book-list dt{
  1192. padding:5px 0 5px 5px;
  1193. background-color: #f2f2f2;
  1194. }
  1195. .book-list dd{
  1196. padding-left:15px;
  1197. cursor: pointer;
  1198. }
  1199. .book-list dd:hover{
  1200. background-color: #f2f2f2
  1201. }
  1202. .dd-content {
  1203. display: none;
  1204. }
  1205. .fold-card {
  1206. display: none;
  1207. }
  1208. .att-file-btn {
  1209. display: none;
  1210. }
  1211. .list-table tr:hover .att-file-btn{
  1212. display: inline-block;
  1213. }
  1214. .context-menu-icon.context-menu-icon--fa.text-success::before {
  1215. color: #28a745;!important;
  1216. }
  1217. .context-menu-icon.context-menu-icon--fa.text-danger::before {
  1218. color: #dc3545;!important;
  1219. }
  1220. .context-menu-icon.context-menu-icon--fa.text-warning::before {
  1221. color: #da9500;!important;
  1222. }
  1223. .context-menu-icon.context-menu-icon--fa.text-info::before {
  1224. color: #17a2b8;!important;
  1225. }
  1226. .context-menu-icon.context-menu-icon--fa.fa-tag span{
  1227. color: #2f2f2f;!important;
  1228. }
  1229. .context-menu-icon.context-menu-hover.context-menu-icon--fa.fa-tag span{
  1230. color: #fff;!important;
  1231. }