main.css 18 KB

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