main.css 19 KB

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