main.css 19 KB

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