main.css 23 KB

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