main.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319
  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 {
  715. padding-top: 5px
  716. }
  717. .nav-box ul{
  718. margin-bottom:0;
  719. }
  720. .nav-box h3{
  721. font-size: 14px;
  722. font-weight: 700;
  723. border-bottom: 1px solid #e2eaec;
  724. padding-right: 5px;
  725. margin-bottom:0px;
  726. margin-left: 17px;
  727. height: 30px;
  728. line-height: 30px
  729. }
  730. .nav-box .h3{
  731. font-size: 14px;
  732. font-weight: 700;
  733. padding-left:12px;
  734. }
  735. .nav-box > .sub-list > li > a{
  736. padding-left: 40px
  737. }
  738. .nav-box .tips-dot {
  739. right:20px;
  740. top:8px
  741. }
  742. .nav-box .nav-list li{
  743. position: relative;
  744. }
  745. .contarl-box{
  746. padding:1rem 2rem 1rem 2rem;
  747. border-top:1px solid #ddd;
  748. }
  749. .nav-list li a{
  750. color: #333;
  751. display: block;
  752. height: 35px;
  753. line-height: 35px;
  754. box-sizing: border-box;
  755. padding-left: 17px;
  756. padding-right: 45px;
  757. text-overflow: ellipsis;
  758. position: relative;
  759. }
  760. .nav-list li a:hover{
  761. text-decoration: none;
  762. background:#e4e7ea;
  763. cursor: pointer;
  764. }
  765. .nav-list li a .badge{
  766. position: absolute;
  767. right:17px;
  768. top:9px
  769. }
  770. .nav-list li.active a{
  771. background:#e4e7ea;
  772. font-weight: 600;
  773. }
  774. .side-menu .nav-link{
  775. padding:.5rem .6rem;
  776. }
  777. /*内容区*/
  778. .c-header {
  779. padding:0 0 5px
  780. }
  781. .c-body{
  782. padding:1px;
  783. background:#fff;
  784. }
  785. .right-nav{
  786. width:36px
  787. }
  788. .right-nav .nav-link.active{
  789. background: #fff;
  790. color:#495057
  791. }
  792. .form-group .necessary{
  793. font-size:18px;
  794. color:#f90000
  795. }
  796. .bg-gray {
  797. background-color:#bbb!important;
  798. }
  799. .datepickers-container {
  800. z-index: 9999
  801. }
  802. .modal-height-500{
  803. height:450px;
  804. overflow: hidden
  805. }
  806. .modal-height-300{
  807. height:300px;
  808. overflow:auto
  809. }
  810. .modal-height-250{
  811. height:250px;
  812. overflow:auto
  813. }
  814. .modal-fullscreen{
  815. overflow: auto;
  816. }
  817. .scroll-y {
  818. overflow-y: auto;
  819. }
  820. .scroll-x {
  821. overflow-x: auto;
  822. }
  823. .modal-lgx {
  824. max-width:1000px
  825. }
  826. .title-main .nav{
  827. line-height: 16px;
  828. margin-top:8px
  829. }
  830. .msg-content {
  831. font-size: 14px
  832. }
  833. .bd-toc {
  834. position: sticky;
  835. top:3rem;
  836. height: calc(100vh - 10rem);
  837. overflow-y: auto;
  838. }
  839. /*草图编辑器*/
  840. .img-view{
  841. height:400px;
  842. border:.2rem solid #ccc;
  843. position: relative;
  844. width:100%;
  845. overflow: hidden;
  846. }
  847. .img-view::after{
  848. content:"草图编辑区";
  849. color:#ddd;
  850. position: absolute;
  851. left:50%;
  852. top:50%;
  853. margin-left:-80px;
  854. margin-top:-24px;
  855. font-size:36px
  856. }
  857. .img-view .img-item{
  858. position: absolute;
  859. }
  860. .img-view .img-item .img-bar{
  861. position:absolute;
  862. right:0;
  863. top:0;
  864. display:none
  865. }
  866. .img-item:hover .img-bar{
  867. display: block;
  868. }
  869. .batch-l-t{
  870. height: 180px;
  871. overflow: hidden
  872. }
  873. .batch-l-b{
  874. height: 320px;
  875. overflow: hidden
  876. }
  877. .batch-r {
  878. height:522px;
  879. overflow: hidden
  880. }
  881. /*打印工具栏*/
  882. .print-toolsbar{
  883. padding-bottom:5px
  884. }
  885. .print-toolsbar .panel {
  886. display:inline-block;
  887. vertical-align:top;
  888. background:#f7f7f9
  889. }
  890. .print-toolsbar .panel .panel-body{
  891. height:22px;
  892. }
  893. .print-toolsbar .panel .panel-foot{
  894. text-align: center;
  895. font-size: 12px
  896. }
  897. .print-list {
  898. border-right:1px solid #ccc
  899. }
  900. .print-list .form-list {
  901. overflow: auto
  902. }
  903. .print-list .list-tools{
  904. height:50px;
  905. padding:10px 0;
  906. border-bottom:1px solid #f2f2f2
  907. }
  908. .pageContainer {
  909. background: #ededed;
  910. text-align: center
  911. }
  912. .pageContainer .page{
  913. border:9px solid transparent;
  914. display: inline-block;
  915. }
  916. .pageContainer .page img{
  917. width:inherit;
  918. height: inherit;
  919. }
  920. .pageContainer canvas{
  921. background: #fff
  922. }
  923. .m-close-side{
  924. position: absolute;
  925. right:-1px;
  926. top:250px;
  927. background: #f2f2f2;
  928. padding:30px 3px;
  929. }
  930. .m-close-side:hover{
  931. background:#eae9e9;
  932. }
  933. .baobiao-close-side{
  934. position: absolute;
  935. left:15px;
  936. top:250px;
  937. background: #e1e1e1
  938. }
  939. .baobiao-close-side a{
  940. color:#007bff;
  941. height:80px;
  942. line-height: 80px;
  943. display: inline-block
  944. }
  945. .baobiao-close-side:hover{
  946. background:#007bff;
  947. }
  948. .baobiao-close-side:hover a{
  949. color:#fff;
  950. }
  951. .edit-tag-btn{
  952. display: none
  953. }
  954. .tag-item:hover .edit-tag-btn{
  955. display: block
  956. }
  957. /*电子签名*/
  958. .add-sign-list-item{
  959. padding:.5rem .5rem .5rem 1rem;
  960. }
  961. .add-sign-list-item:hover{
  962. box-shadow:0 0 3px rgba(0,0,0,.18)
  963. }
  964. .add-sign-list-item .btn-link {
  965. display: none
  966. }
  967. .add-sign-list-item:hover .btn-link {
  968. display: block
  969. }
  970. /*标段类表折叠收起*/
  971. .fold-switch {
  972. cursor: pointer;
  973. }
  974. .fold-switch:hover{
  975. color:#0056b3;
  976. }
  977. /*界面紧凑相关代码*/
  978. body{
  979. font-size:12px;
  980. }
  981. .btn-group-sm > .btn, .btn-sm{
  982. font-size: 12px;
  983. padding:1px 0.6rem;
  984. }
  985. .panel-title, .panel-title > .title-bar{
  986. height:34px;
  987. line-height: 30px;
  988. }
  989. .panel-title > .title-main .btn.pull-right {
  990. margin: 5px 0 0 0
  991. }
  992. .panel-content{
  993. padding-top:35px;
  994. overflow: hidden
  995. }
  996. .panel-content .content-wrap{
  997. margin:0;
  998. }
  999. .table td, .table th {
  1000. padding:.3rem;
  1001. }
  1002. .form-control-sm {
  1003. font-size:12px;
  1004. }
  1005. label{
  1006. margin-bottom:.3rem;
  1007. color:#757575;
  1008. }
  1009. .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  1010. padding-left:.5rem;
  1011. background: #f2f2f280
  1012. }
  1013. .invalid-feedback{
  1014. font-size:100%;
  1015. }
  1016. .modal-header{
  1017. padding:.5rem 1rem
  1018. }
  1019. .modal-title{
  1020. font-size:16px;
  1021. }
  1022. .modal-footer {
  1023. padding:.5rem 1rem
  1024. }
  1025. .modal-body h6,.modal-body h5{
  1026. font-size:12px;
  1027. }
  1028. .panel-title > .title-bar{
  1029. padding-left:10px;
  1030. }
  1031. .panel-sidebar .panel-title{
  1032. width:120px;
  1033. }
  1034. .panel-title > .title-bar > h2, .panel-title > .title-main > h2{
  1035. height:34px;
  1036. line-height: 34px;
  1037. font-size: 12px
  1038. }
  1039. .panel-title > .title-main .form-control {
  1040. margin: 4px 0 0 0;
  1041. }
  1042. .panel-sidebar {
  1043. width:120px;
  1044. }
  1045. .panel-sidebar .scrollbar-auto{
  1046. padding-top:0;
  1047. }
  1048. .nav-list li a{
  1049. padding-right:0px;
  1050. height:30px;
  1051. line-height: 30px
  1052. }
  1053. .nav-box h3{
  1054. margin-left:12px;
  1055. }
  1056. .nav-box > .sub-list > li > a{
  1057. padding-left:32px;
  1058. }
  1059. .panel-sidebar + .panel-content{
  1060. padding:35px 0 0 120px;
  1061. overflow: hidden;
  1062. }
  1063. .contarl-box{
  1064. padding:1rem 1rem;
  1065. }
  1066. .min-side .side-menu {
  1067. top:34px;
  1068. }
  1069. .panel-content .panel-title{
  1070. padding-left:175px;
  1071. background: linear-gradient( #ccc,2%, #ffffff);
  1072. }
  1073. .nav-link{
  1074. padding:.3rem .5rem;
  1075. }
  1076. .side-menu .nav-link{
  1077. font-size:12px;
  1078. }
  1079. legend {
  1080. font-size:16px;
  1081. }
  1082. .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  1083. height: calc(1.4125rem - 1px);
  1084. }
  1085. .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{
  1086. height: calc(1.4125rem - 1px);
  1087. }
  1088. .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 {
  1089. font-size:12px;
  1090. padding:0rem .5rem;
  1091. }
  1092. .side-menu{
  1093. right:0;
  1094. top:35px;
  1095. }
  1096. .form-control-sm{
  1097. /*height:calc(1.4125rem - 1px);*/
  1098. }
  1099. .form-group {
  1100. margin-bottom:.5rem;
  1101. }
  1102. .badge{
  1103. font-size:100%;
  1104. }
  1105. .sjs-height-0{
  1106. overflow: auto;
  1107. }
  1108. .nav-box h3{
  1109. margin-bottom:5px;
  1110. }
  1111. .min-side .side-menu{
  1112. padding-bottom:10px;
  1113. }
  1114. .side-fold {
  1115. right:50px;
  1116. bottom:5px;
  1117. }
  1118. .side-fold a{
  1119. font-size:24px;
  1120. }
  1121. .min-side {
  1122. padding-bottom:5px;
  1123. }
  1124. .min-side .side-fold{
  1125. bottom:10px;
  1126. }
  1127. .min-side .side-fold a{
  1128. font-size:18px;
  1129. }
  1130. .form-text{
  1131. font-size:12px;
  1132. }
  1133. .btn-sm .badge{
  1134. font-size:10px;
  1135. padding:.2em .4em;
  1136. top:0;
  1137. }
  1138. .search-group {
  1139. position: relative;
  1140. }
  1141. .search-group .remove-btn {
  1142. position:absolute;
  1143. right:10px;
  1144. top:3px;
  1145. }
  1146. /*菜单栏系统维护图标*/
  1147. a.maintain-icon{
  1148. position:relative;
  1149. }
  1150. a.maintain-icon span{
  1151. position: absolute;
  1152. left:55px;
  1153. height:53px;
  1154. line-height: 53px;
  1155. width:390px;
  1156. top:0;
  1157. display:none;
  1158. font-size:14px;
  1159. }
  1160. a.maintain-icon:hover span{
  1161. display: inline-block;
  1162. }
  1163. a.maintain-icon .fa{
  1164. -webkit-animation: shake_a 2s .2s ease both;
  1165. -moz-animation: shake_a 2s .2s ease both;
  1166. animation: shake_a 2s .2s ease both;
  1167. animation-iteration-count:infinite
  1168. }
  1169. @-webkit-keyframes shake_a {
  1170. 0%, 100% {
  1171. -webkit-transform: rotate(0);
  1172. }
  1173. 10%, 30%, 50%, 70%, 90% {
  1174. -webkit-transform: rotate(5deg);
  1175. }
  1176. 20%, 40%, 60%, 80% {
  1177. -webkit-transform: rotate(-5deg);
  1178. }
  1179. }
  1180. @-moz-keyframes shake_a {
  1181. 0%, 100% {
  1182. -moz-transform: rotate(0);
  1183. }
  1184. 10%, 30%, 50%, 70%, 90% {
  1185. -moz-transform: rotate(5deg);
  1186. }
  1187. 20%, 40%, 60%, 80% {
  1188. -moz-transform: rotate(-5deg);
  1189. }
  1190. }
  1191. @keyframes shake_a {
  1192. 0%, 100% {
  1193. transform: rotate(0);
  1194. }
  1195. 10%, 30%, 50%, 70%, 90% {
  1196. transform: rotate(5deg);
  1197. }
  1198. 20%, 40%, 60%, 80% {
  1199. transform: rotate(-5deg);
  1200. }
  1201. }
  1202. a.maintain-icon:hover .fa{
  1203. animation-iteration-count:0
  1204. }
  1205. /*审批列表*/
  1206. .timeline-list .timeline-list-item{
  1207. position: relative;
  1208. }
  1209. .timeline-list-item .timeline-item-date{
  1210. width:50px;
  1211. position:absolute;
  1212. left:0px;
  1213. text-align: center;
  1214. color:#ccc;
  1215. }
  1216. .timeline-list-item .timeline-item-date span{
  1217. display: block;
  1218. color: #333;
  1219. text-align: center;
  1220. }
  1221. .timeline-list-item .timeline-item-tail{
  1222. position: absolute;
  1223. top: 10px;
  1224. left: 55px;
  1225. height: calc(100% - 10px);
  1226. border-left: 1px solid #ddd ;
  1227. }
  1228. .timeline-list-item .timeline-item-icon{
  1229. width:20px;
  1230. height:20px;
  1231. position: absolute;
  1232. border-radius: 100px;
  1233. text-align: center;
  1234. line-height: 20px;
  1235. left:45px;
  1236. }
  1237. .timeline-list-item .timeline-item-content{
  1238. position: relative;
  1239. margin: 0 0 0 70px;
  1240. word-break: break-word;
  1241. }
  1242. .book-list{
  1243. padding: 0;
  1244. margin: 0;
  1245. height: 285px;
  1246. overflow-y: auto;
  1247. }
  1248. .book-list dt{
  1249. padding:5px 0 5px 5px;
  1250. background-color: #f2f2f2;
  1251. }
  1252. .book-list dd{
  1253. padding-left:15px;
  1254. cursor: pointer;
  1255. }
  1256. .book-list dd:hover{
  1257. background-color: #f2f2f2
  1258. }
  1259. .dd-content {
  1260. display: none;
  1261. }
  1262. .fold-card {
  1263. display: none;
  1264. }
  1265. .att-file-btn {
  1266. display: none;
  1267. }
  1268. .list-table tr:hover .att-file-btn{
  1269. display: inline-block;
  1270. }
  1271. .context-menu-icon.context-menu-icon--fa.text-success::before {
  1272. color: #28a745;!important;
  1273. }
  1274. .context-menu-icon.context-menu-icon--fa.text-danger::before {
  1275. color: #dc3545;!important;
  1276. }
  1277. .context-menu-icon.context-menu-icon--fa.text-warning::before {
  1278. color: #da9500;!important;
  1279. }
  1280. .context-menu-icon.context-menu-icon--fa.text-info::before {
  1281. color: #17a2b8;!important;
  1282. }
  1283. .context-menu-icon.context-menu-icon--fa.fa-tag span{
  1284. color: #2f2f2f;!important;
  1285. }
  1286. .context-menu-icon.context-menu-hover.context-menu-icon--fa.fa-tag span{
  1287. color: #fff;!important;
  1288. }
  1289. .circle-box{
  1290. float: left;
  1291. position: relative;
  1292. }
  1293. .circle{
  1294. width: 46px;
  1295. height: 46px;
  1296. border-radius: 50%;
  1297. background: none;
  1298. border: 3px solid #D7B014;
  1299. }
  1300. .circle-num{
  1301. position: absolute;
  1302. top: 4px;
  1303. left: 16px;
  1304. font-size: 24px;
  1305. font-weight: 500;
  1306. }
  1307. .circle-text{
  1308. float: right;
  1309. margin-left: 20px;
  1310. margin-top: 10px;
  1311. font-size: 16px;
  1312. }