main_s.css 22 KB

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