main.css 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690
  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. /*.auto-main-height{
  1290. height: calc(100vh - 34px);
  1291. display: flex;
  1292. flex-direction: column;
  1293. }
  1294. .auto-main-height .main-height-one{
  1295. flex-grow: 10;
  1296. }
  1297. .auto-main-height .main-height-two{
  1298. flex-grow: 30;
  1299. }
  1300. .auto-main-height .main-height-three{
  1301. flex-grow: 1;
  1302. }
  1303. .bottom-height{
  1304. height:300px;
  1305. }*/
  1306. .bottom-height-two{
  1307. height: 300px;
  1308. }
  1309. .card-big-title{
  1310. font-size: 1.75rem;
  1311. margin-bottom: .30rem;
  1312. position: relative;
  1313. }
  1314. .card-big-title small{
  1315. position: absolute;
  1316. right: -15px;
  1317. top: -20px;
  1318. }
  1319. .circle-box{
  1320. float: left;
  1321. position: relative;
  1322. }
  1323. .circle{
  1324. width: 62px;
  1325. height: 62px;
  1326. border-radius: 50%;
  1327. background: none;
  1328. border: 4px solid #D7B014;
  1329. }
  1330. .circle-num{
  1331. position: absolute;
  1332. top: 50%;
  1333. margin-top: -32px;
  1334. width: 62px;
  1335. text-align: center;
  1336. font-size: 42px;
  1337. font-weight: 500;
  1338. }
  1339. .circle-text{
  1340. float: right;
  1341. margin-right: 20px;
  1342. margin-top: 10px;
  1343. font-size: 24px;
  1344. }
  1345. .dropdown-wd{
  1346. width: 80px;
  1347. text-align: center;
  1348. }
  1349. .btn-blueOne{
  1350. color: #fff;
  1351. background-color: rgba(24,144,255);
  1352. border-color: rgba(24,144,255);
  1353. }
  1354. .btn-blueOne:hover,.btn-blueOne:active {
  1355. color: #fff;
  1356. background-color: rgba(24,144,255);
  1357. border-color: rgba(24,144,255);
  1358. box-shadow: 0 0 0 0.2rem rgba(24,144,255);
  1359. }
  1360. .btn-green{
  1361. color: #fff;
  1362. background-color: rgba(69,183,149);
  1363. border-color: rgba(69,183,149);
  1364. }
  1365. .btn-green:hover,.btn-green:active{
  1366. color: #fff;
  1367. background-color: rgba(69,183,149);
  1368. border-color: rgba(69,183,149);
  1369. box-shadow: 0 0 0 0.2rem rgba(69,183,149);
  1370. }
  1371. .btn-yellow{
  1372. color: #fff;
  1373. background-color: rgba(250,204,20);
  1374. border-color: rgba(250,204,20);
  1375. }
  1376. .btn-yellow:hover,.btn-yellow:active{
  1377. color: #fff;
  1378. background-color: rgba(250,204,20);
  1379. border-color: rgba(250,204,20);
  1380. box-shadow: 0 0 0 0.2rem rgba(250,204,20);
  1381. }
  1382. .btn-purple{
  1383. color: #fff;
  1384. background-color: rgba(145,82,225);
  1385. border-color: rgba(145,82,225);
  1386. }
  1387. .btn-purple:hover,.btn-purple:active {
  1388. color: #fff;
  1389. background-color: rgba(145,82,225);
  1390. border-color: rgba(145,82,225);
  1391. box-shadow: 0 0 0 0.2rem rgba(145,82,225);
  1392. }
  1393. .btn-blueTwo{
  1394. color: #fff;
  1395. background-color: rgba(58,207,221);
  1396. border-color: rgba(58,207,221);
  1397. }
  1398. .btn-blueTwo:hover,.btn-blueTwo:active {
  1399. color: #fff;
  1400. background-color: rgba(58,207,221);
  1401. border-color: rgba(58,207,221);
  1402. box-shadow: 0 0 0 0.2rem rgba(58,207,221);
  1403. }
  1404. .btn-red{
  1405. color: #fff;
  1406. background-color: rgba(204,73,80);
  1407. border-color: rgba(204,73,80);
  1408. }
  1409. .btn-red:hover,.btn-red:active {
  1410. color: #fff;
  1411. background-color: rgba(204,73,80);
  1412. border-color: rgba(204,73,80);
  1413. box-shadow: 0 0 0 0.2rem rgba(204,73,80);
  1414. }
  1415. .bg-blueOne{
  1416. color: #fff;
  1417. background-color: rgba(24,144,255) !important;
  1418. border-color: rgba(24,144,255) !important;
  1419. }
  1420. .bg-green{
  1421. color: #fff;
  1422. background-color: rgba(69,183,149) !important;
  1423. border-color: rgba(69,183,149,1) !important;
  1424. }
  1425. .bg-yellow{
  1426. color: #fff;
  1427. background-color: rgba(250,204,20) !important;
  1428. border-color: rgba(250,204,20,1) !important;
  1429. }
  1430. .bg-purple{
  1431. color: #fff;
  1432. background-color: rgba(145,82,225) !important;
  1433. border-color: rgba(145,82,225) !important;
  1434. }
  1435. .bg-blueTwo{
  1436. color: #fff;
  1437. background-color: rgba(58,207,221) !important;
  1438. border-color: rgba(58,207,221) !important;
  1439. }
  1440. .bg-red{
  1441. color: #fff;
  1442. background-color: rgba(204,73,80) !important;
  1443. border-color: rgba(204,73,80) !important;
  1444. }
  1445. .btn-relative{
  1446. position: relative;
  1447. }
  1448. .icon-absolute{
  1449. position: absolute;
  1450. left: -3px;
  1451. top: -9px;
  1452. }
  1453. .icon-size{
  1454. font-size: 38px !important;
  1455. }
  1456. .text-blueOne{
  1457. color: rgba(24,144,255);
  1458. }
  1459. .text-green{
  1460. color: rgba(69,183,149);
  1461. }
  1462. .text-yellow{
  1463. color: rgba(250,204,20);
  1464. }
  1465. .text-purple{
  1466. color: rgba(145,82,225);
  1467. }
  1468. .text-blueTwo{
  1469. color: rgba(58,207,221);
  1470. }
  1471. .text-red{
  1472. color: rgba(204,73,80);
  1473. }
  1474. .flex-content{
  1475. height: 98%;
  1476. }
  1477. .left-content,.center-content,.right-content{
  1478. height: 100vh;
  1479. }
  1480. .left-card-content,.center-chart-content,.right-chart-content{
  1481. height: 65%;
  1482. }
  1483. .center-di{
  1484. height: 49%;
  1485. }
  1486. .center-chart,.right-month,.right-chart{
  1487. height: 50%;
  1488. }
  1489. .di-content{
  1490. height: 100%;
  1491. }
  1492. .left-chart,.center-table,.right-biaoduan{
  1493. height: 30%;
  1494. }
  1495. .card .card-small-body{
  1496. padding: 0;
  1497. }
  1498. .card-per-body{
  1499. width: 100%;
  1500. height: 100%;
  1501. padding: 0;
  1502. }
  1503. .card .card-approve-title{
  1504. font-size: 2.80rem;
  1505. position: relative;
  1506. }
  1507. .card .card-approve-title small{
  1508. position: absolute;
  1509. font-size: 0.15rem;
  1510. bottom: -8px;
  1511. left: 70%;
  1512. }
  1513. .card-case-title{
  1514. height: 50%;
  1515. line-height: 200%;
  1516. font-size: 1.50rem;
  1517. }
  1518. .card-case-text{
  1519. height: 50%;
  1520. line-height: 200%;
  1521. }
  1522. .border-bottom-grey-1{
  1523. border-bottom: 1px solid #464647;
  1524. }
  1525. .height-100{
  1526. height: 100%;
  1527. }
  1528. .height-99{
  1529. height: 99%;
  1530. }
  1531. .height-60{
  1532. height: 60%;
  1533. }
  1534. .height-50{
  1535. height: 50%;
  1536. }
  1537. .height-30{
  1538. height: 30%;
  1539. }
  1540. .height-36{
  1541. height: 38.7%;
  1542. }
  1543. .height-20{
  1544. height: 19%;
  1545. }
  1546. #review_box{
  1547. height: 100%;
  1548. overflow: hidden;
  1549. }
  1550. .right-bottom-50-fl{
  1551. width: 50%;
  1552. float: left;
  1553. }
  1554. .right-month-height{
  1555. height: -webkit-calc(100% - 53px);
  1556. height: -moz-calc(100% - 53px);
  1557. height: calc(100% - 53px);
  1558. }
  1559. #comment1, #comment2{
  1560. margin: 0;
  1561. padding: 0;
  1562. }
  1563. .tablebox {
  1564. width: 100%;
  1565. height: 100%;
  1566. overflow: hidden;
  1567. }
  1568. .tablebox table {
  1569. width:100%;
  1570. }
  1571. .tablebox table th,.tablebox table td {
  1572. padding: 5px 0;
  1573. }
  1574. .tablebox table th {
  1575. color:#fff;
  1576. background-color:#2C3034;
  1577. }
  1578. .tablebox table tbody tr{
  1579. background-color:#2C3034;
  1580. color: #fff;
  1581. border-bottom: 1px solid #464647;
  1582. }
  1583. .left-small-card-content,.right-small-card-content{
  1584. height: 12%;
  1585. }
  1586. .left-big-chart-content,.right-big-chart-content{
  1587. height: 83%;
  1588. }
  1589. .login-new-body{
  1590. background:#192948 url(bg/bg_06.png) no-repeat;
  1591. animation: change 60s steps(1) infinite;
  1592. }
  1593. @keyframes change {
  1594. 0% {
  1595. background-image: url(bg/bg_06.png);
  1596. }
  1597. 16% {
  1598. background-image: url(bg/bg_01.png);
  1599. }
  1600. 32% {
  1601. background-image: url(bg/bg_02.png)
  1602. }
  1603. 48% {
  1604. background-image: url(bg/bg_03.png)
  1605. }
  1606. 64% {
  1607. background-image: url(bg/bg_04.png)
  1608. }
  1609. 80% {
  1610. background-image: url(bg/bg_05.png)
  1611. }
  1612. }
  1613. .login-new-b{
  1614. border-right: 2px solid rgba(255, 255, 255, 0.6);
  1615. }
  1616. .logo-big-title{
  1617. font-size: 20px;
  1618. }
  1619. .logo-sm-title{
  1620. font-size: 14px;
  1621. color: rgba(255, 255, 255, 0.8);
  1622. }
  1623. .side-border{
  1624. width: 2px;
  1625. height: 24px;
  1626. background: rgba(255, 255, 255, 0.6);
  1627. }
  1628. .top-subtitle{
  1629. font-size: 20px;
  1630. font-weight: 500;
  1631. color: rgb(255, 255, 255);
  1632. }
  1633. .login-new-body .container{
  1634. width: 936px;
  1635. margin: 0 auto;
  1636. }
  1637. .login-new-body .content-center{
  1638. position: absolute;
  1639. top: 50%;
  1640. left: 50%;
  1641. transform: translate(-50%, -45%);
  1642. }
  1643. .left-login{
  1644. width: 476px;
  1645. height: 513px;
  1646. border-radius: 8px;
  1647. background: rgba(51, 119, 255, 0.9);
  1648. box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.16);
  1649. }
  1650. .right-login{
  1651. width: 460px;
  1652. height: 465px;
  1653. border-radius: 0 8px 8px 0;
  1654. background: rgba(255, 255, 255, 1);
  1655. }
  1656. .right-login .position-absolute{
  1657. right: 12px;
  1658. top: 12px;
  1659. }
  1660. .left-login-title{
  1661. font-size: 24px;
  1662. line-height: 48px;
  1663. }
  1664. .login-border{
  1665. width: 48px;
  1666. height: 4px;
  1667. background: rgba(255, 255, 255, 1);
  1668. }
  1669. .erweima img{
  1670. width: 240px;
  1671. height: 240px;
  1672. padding: 12px;
  1673. background: #fff;
  1674. border: 1px solid rgba(0, 0, 0, 0.12);
  1675. border-radius: 4px;
  1676. }
  1677. .right-login .bottom-text{
  1678. padding-top: 5px;
  1679. font-size: 14px;
  1680. line-height: 18px;
  1681. color: rgba(0, 0, 0, 0.6);
  1682. }