main.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  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: 42px;
  1295. height: 42px;
  1296. border-radius: 50%;
  1297. background: none;
  1298. border: 3px solid #D7B014;
  1299. }
  1300. .circle-num{
  1301. position: absolute;
  1302. top: 2px;
  1303. left: 15px;
  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. }
  1313. .dropdown-wd{
  1314. width: 80px;
  1315. text-align: center;
  1316. }