main.css 22 KB

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