main_s.css 21 KB

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