main.css 24 KB

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