style.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411
  1. body {
  2. font-family: "Microsoft YaHei","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  3. font-size: 12px;
  4. color: #30373e;
  5. background:#E9ECF3;
  6. }
  7. #footer{border-top:1px solid #ddd;padding:30px;color:#6B6D6E;font-size: 0.9em;text-align:center}
  8. .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  9. font-family: "Microsoft YaHei","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  10. font-weight: 100;
  11. }
  12. h1 {
  13. font-size: 30px;
  14. }
  15. h2 {
  16. font-size: 24px;
  17. }
  18. h3 {
  19. font-size: 16px;
  20. }
  21. h4 {
  22. font-size: 14px;
  23. }
  24. h5 {
  25. font-size: 12px;
  26. }
  27. h6 {
  28. font-size: 10px;
  29. }
  30. h3,h4,h5 {
  31. margin-top: 5px;
  32. font-weight: 600;
  33. }
  34. ol, ul {
  35. list-style: none;
  36. }
  37. a {
  38. color: #337ab7;
  39. text-decoration: none;
  40. }
  41. a:hover, a:focus {
  42. color: #23527c;
  43. outline: none;
  44. text-decoration:none;
  45. }
  46. .modal {height: 100%;}
  47. .modal .modal-dialog {top: 20%;}
  48. .bootbox-alert .modal-dialog,.bootbox-confirm .modal-dialog{max-width: 400px;}
  49. .radio-inline label,
  50. .checkbox-inline label{display: inline;width: auto;}
  51. /***add**/
  52. .v-line{color:#ccc;font-size:12px;margin:0 8px}
  53. .blue{color:#349EDC}
  54. .green{color:#5BB85C}
  55. .red{color:#CD1C20}
  56. .orange{color:#FFA600}
  57. .gray{color:#A2A9B4}
  58. .page-title{padding:10px 0 30px 0;}
  59. /*登录页*/
  60. #login_page, #err_page {
  61. background: url("../images/login_bg.png") repeat scroll 0 0 transparent;
  62. height: 100%;
  63. position: fixed;
  64. top: 0;
  65. left: 0;
  66. right: 0;
  67. bottom: 0;
  68. }
  69. #login-box{
  70. position: relative;
  71. margin: 0 auto;
  72. margin-top: 15%;
  73. width: 360px;
  74. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  75. box-shadow: 0 1px 1px rgba(0,0,0,.05);
  76. }
  77. #login-box .login-header {
  78. color: #fff;
  79. font-weight: 300;
  80. background-color: #3a3f51;
  81. border-color: #3a3f51;
  82. border-top-left-radius: 4px;
  83. border-top-right-radius: 4px;
  84. padding: 10px 2px;
  85. }
  86. #login-box .login-header h3{
  87. letter-spacing: 8px;
  88. margin: 0;
  89. }
  90. #login-box .login-content {
  91. background: #fff;
  92. padding: 30px 40px 10px 40px;
  93. color: #999;
  94. width: 360px;
  95. border-bottom-left-radius: 4px;
  96. border-bottom-right-radius: 4px;
  97. }
  98. #login-box .login-content .form-control{
  99. padding-left: 34px;
  100. height: 42px;
  101. }
  102. #login-box .login-content .form-control-feedback {
  103. left: 15px;
  104. top: 12px;
  105. color: rgba(76, 86, 103, 0.6);
  106. font-size: 20px;
  107. }
  108. .imgcode{
  109. border: 1px solid #ccc;
  110. border-radius: 4px;
  111. }
  112. /*内页*/
  113. .pace {
  114. -webkit-pointer-events: none;
  115. pointer-events: none;
  116. -webkit-user-select: none;
  117. -moz-user-select: none;
  118. user-select: none;
  119. }
  120. .pace-inactive {
  121. /*display: none;*/
  122. }
  123. .pace .pace-progress {
  124. background: #1ab394;
  125. position: fixed;
  126. z-index: 2040;
  127. top: 0;
  128. right: 100%;
  129. width: 100%;
  130. height: 2px;
  131. }
  132. #wrapper {
  133. width: 100%;
  134. overflow-x: hidden;
  135. }
  136. /*菜单*/
  137. .navbar-default {
  138. background-color: #2f4050;
  139. border-color: #2f4050;
  140. }
  141. .nav-header {
  142. padding: 33px 25px;
  143. background: url(../images/header-profile.png) no-repeat;
  144. }
  145. .logo-element {
  146. text-align: center;
  147. font-size: 18px;
  148. font-weight: 600;
  149. color: white;
  150. display: none;
  151. padding: 18px 0;
  152. }
  153. .nav > li.active {
  154. border-left: 4px solid #19aa8d;
  155. background: #293846;
  156. }
  157. .nav > li > a {
  158. color: #a7b1c2;
  159. padding: 10px 20px 10px 25px;
  160. font-size: 12px;
  161. }
  162. .nav > li > a i {
  163. margin-right: 6px;
  164. }
  165. .metismenu .arrow {
  166. float: right;
  167. line-height: 1.42857;
  168. }
  169. .fa.arrow:before {
  170. content: "\f104";
  171. }
  172. .metismenu .fa.arrow:before {
  173. content: "\f104";
  174. }
  175. .active > a > .fa.arrow:before {
  176. content: "\f107";
  177. }
  178. .metismenu .active > a > .fa.arrow:before {
  179. content: "\f107";
  180. }
  181. .nav > li {
  182. border-top: 1px solid #37414b;
  183. }
  184. .nav > li.active > a {
  185. color: #ffffff;
  186. }
  187. .nav-second-level li{
  188. border-top: 1px solid #37414b;
  189. border-bottom: 1px solid #1f262d;
  190. }
  191. .nav-second-level li:last-child{
  192. border-bottom: none;
  193. }
  194. .nav-second-level li a {
  195. padding: 7px 10px 7px 10px;
  196. padding-left: 52px;
  197. }
  198. .navbar-default .nav > li > a:hover,
  199. .navbar-default .nav > li > a:focus {
  200. background-color: #293846;
  201. color: white;
  202. }
  203. .nav.nav-second-level > li.active {
  204. border-left: none;
  205. }
  206. .nav-second-level li:last-child {
  207. margin-bottom: 4px;
  208. }
  209. /*正文中部顶*/
  210. #page-wrapper {
  211. padding: 0 15px;
  212. min-height: 568px;
  213. position: relative !important;
  214. }
  215. .border-bottom {
  216. border-bottom: 1px solid #e7eaec !important;
  217. }
  218. .navbar-fixed-top, .navbar-static-top {
  219. background: #f3f3f4;
  220. }
  221. .minimalize-styl-2 {
  222. padding: 4px 12px;
  223. margin: 14px 5px 5px 20px;
  224. font-size: 14px;
  225. float: left;
  226. }
  227. .navbar-top-links li {
  228. display: inline-block;
  229. }
  230. .nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
  231. background-color: transparent;
  232. }
  233. .navbar-top-links li a {
  234. padding: 20px 10px;
  235. min-height: 50px;
  236. font-size: 14px;
  237. }
  238. .navbar-top-links li:last-child {
  239. margin-right: 20px;
  240. }
  241. #wrapper .navbar-static-side,
  242. #wrapper .nav-header,
  243. #wrapper li.active,
  244. #wrapper #page-wrapper,
  245. #wrapper .footer {
  246. -webkit-transition: all 0.4s;
  247. -moz-transition: all 0.4s;
  248. -o-transition: all 0.4s;
  249. transition: all 0.4s;
  250. }
  251. /*菜单缩进*/
  252. body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
  253. .mini-navbar .nav li:focus > .nav-second-level {
  254. display: block;
  255. border-radius: 0 2px 2px 0;
  256. min-width: 140px;
  257. height: auto;
  258. }
  259. body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  260. font-size: 12px;
  261. border-radius: 3px;
  262. }
  263. .mini-navbar .nav-second-level li a {
  264. padding: 10px 10px 10px 15px;
  265. }
  266. .mini-navbar .nav-second-level {
  267. position: absolute;
  268. left: 70px;
  269. top: 0;
  270. background-color: #2f4050;
  271. padding: 10px 10px 10px 10px;
  272. font-size: 12px;
  273. z-index: 100;
  274. }
  275. .canvas-menu.mini-navbar .nav-second-level {
  276. background: #293846;
  277. }
  278. .nav.nav-second-level.collapse[style] {
  279. height: auto !important;
  280. }
  281. .mini-navbar li.active .nav-second-level {
  282. left: 65px;
  283. }
  284. body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  285. left: 70px;
  286. }
  287. body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  288. left: 0;
  289. }
  290. body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  291. margin-top: 0;
  292. }
  293. body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  294. left: 0;
  295. }
  296. body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  297. left: 220px;
  298. }
  299. .fixed-nav .minimalize-styl-2 {
  300. margin: 14px 5px 5px 15px;
  301. }
  302. .body-small .navbar-fixed-top {
  303. margin-left: 0;
  304. }
  305. body.mini-navbar .navbar-static-side {
  306. width: 70px;
  307. }
  308. body.mini-navbar .profile-element,
  309. body.mini-navbar .nav-label,
  310. body.mini-navbar .navbar-default .nav li a span {
  311. display: none;
  312. }
  313. body.canvas-menu .profile-element {
  314. display: block;
  315. }
  316. body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  317. display: none;
  318. }
  319. body.mini-navbar .navbar-default .nav > li > a {
  320. font-size: 12px;
  321. padding: 10px 8px 10px 4px;
  322. text-align: center;
  323. }
  324. body.mini-navbar .navbar-default .nav > li > a > i{
  325. display: none;
  326. }
  327. body.mini-navbar .navbar-default .nav > li > a > span.nav-label{
  328. display: inline-block;
  329. }
  330. body.mini-navbar .logo-element {
  331. display: block;
  332. }
  333. body.canvas-menu .logo-element {
  334. display: none;
  335. }
  336. body.mini-navbar .nav-header {
  337. padding: 0;
  338. }
  339. body.canvas-menu .nav-header {
  340. padding: 33px 25px;
  341. }
  342. body.mini-navbar #page-wrapper {
  343. margin: 0 0 0 70px;
  344. }
  345. body.fixed-sidebar.mini-navbar .footer,
  346. body.canvas-menu.mini-navbar .footer {
  347. margin: 0 0 0 0 !important;
  348. }
  349. body.canvas-menu.mini-navbar #page-wrapper,
  350. body.canvas-menu.mini-navbar .footer {
  351. margin: 0 0 0 0;
  352. }
  353. body.fixed-sidebar .navbar-static-side,
  354. body.canvas-menu .navbar-static-side {
  355. position: fixed;
  356. width: 220px;
  357. z-index: 2001;
  358. height: 100%;
  359. }
  360. body.fixed-sidebar.mini-navbar .navbar-static-side {
  361. width: 0;
  362. }
  363. body.fixed-sidebar.mini-navbar #page-wrapper {
  364. margin: 0 0 0 0;
  365. }
  366. body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  367. margin: 0 0 0 220px;
  368. }
  369. body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  370. width: 220px;
  371. }
  372. .fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
  373. .canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  374. display: block;
  375. height: auto;
  376. }
  377. body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  378. font-size: 12px;
  379. border-radius: 3px;
  380. }
  381. body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  382. font-size: 13px;
  383. border-radius: 3px;
  384. }
  385. .fixed-sidebar.mini-navbar .nav-second-level li a,
  386. .canvas-menu.mini-navbar .nav-second-level li a {
  387. padding: 10px 10px 10px 15px;
  388. }
  389. .fixed-sidebar.mini-navbar .nav-second-level,
  390. .canvas-menu.mini-navbar .nav-second-level {
  391. position: relative;
  392. padding: 0;
  393. font-size: 13px;
  394. }
  395. .fixed-sidebar.mini-navbar li.active .nav-second-level,
  396. .canvas-menu.mini-navbar li.active .nav-second-level {
  397. left: 0;
  398. }
  399. body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
  400. body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  401. font-size: 13px;
  402. }
  403. body.fixed-sidebar.mini-navbar .nav-label,
  404. body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
  405. body.canvas-menu.mini-navbar .nav-label,
  406. body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  407. display: inline;
  408. }
  409. body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  410. display: block;
  411. }
  412. .canvas-menu.mini-navbar .nav-second-level li a,
  413. .fixed-sidebar.mini-navbar .nav-second-level li a {
  414. padding: 7px 10px 7px 52px;
  415. }
  416. .fixed-sidebar.mini-navbar .nav-second-level,
  417. .canvas-menu.mini-navbar .nav-second-level {
  418. left: 0;
  419. }
  420. body.canvas-menu nav.navbar-static-side {
  421. z-index: 2001;
  422. background: #2f4050;
  423. height: 100%;
  424. position: fixed;
  425. display: none;
  426. }
  427. body.canvas-menu.mini-navbar nav.navbar-static-side {
  428. display: block;
  429. width: 220px;
  430. }
  431. /*正文中*/
  432. .wrapper-content {
  433. padding: 20px 10px 40px;
  434. }
  435. .dataTables_wrapper {
  436. padding: 15px 20px 20px 20px;
  437. }
  438. .dataTables_paginate .pagination {
  439. margin: 2px 0;
  440. white-space: nowrap;
  441. }
  442. .panel-heading{
  443. min-height: 40px;
  444. padding: 10px 15px 2px;
  445. }
  446. .panel-title,.panel-tools{
  447. display: inline-block;
  448. float: left;
  449. }
  450. .panel-tools{
  451. float: right;
  452. }
  453. .panel-tools span, .panel-tools .form-control{
  454. display: inline;
  455. float: left;
  456. width: auto;
  457. height: 24px;
  458. line-height: 24px;
  459. }
  460. .panel-tools .form-control{
  461. max-width: 80px;
  462. padding: 0 6px;
  463. margin: 0 6px;
  464. }
  465. #beginDate, #endDate {
  466. width: 120px;
  467. display: inline-block;
  468. }
  469. .pagination>li>a, .pagination>li>span {
  470. font-size: 12px;
  471. color: #777;
  472. padding: 4px 10px;
  473. }
  474. .input-sm, .btn-sm{
  475. font-size: 13px;
  476. padding: 5px 8px;
  477. }
  478. .form-horizontal fieldset {
  479. padding-bottom: 10px;
  480. border-bottom: 1px dashed #eee;
  481. margin-bottom: 10px;
  482. }
  483. .form-horizontal fieldset .form-group {
  484. margin-bottom: 0;
  485. }
  486. .form-horizontal fieldset.last-child, .form-horizontal fieldset:last-child {
  487. border-bottom: 0;
  488. }
  489. .table tbody tr td .label{
  490. margin-right: 5px;
  491. }
  492. /*按钮组*/
  493. .btn {
  494. border-radius: 3px;
  495. }
  496. .float-e-margins .btn {
  497. margin-bottom: 5px;
  498. }
  499. .btn-w-m {
  500. min-width: 120px;
  501. }
  502. .btn-primary.btn-outline {
  503. color: #1ab394;
  504. }
  505. .btn-success.btn-outline {
  506. color: #1c84c6;
  507. }
  508. .btn-info.btn-outline {
  509. color: #23c6c8;
  510. }
  511. .btn-warning.btn-outline {
  512. color: #f8ac59;
  513. }
  514. .btn-danger.btn-outline {
  515. color: #ed5565;
  516. }
  517. .btn-primary.btn-outline:hover,
  518. .btn-success.btn-outline:hover,
  519. .btn-info.btn-outline:hover,
  520. .btn-warning.btn-outline:hover,
  521. .btn-danger.btn-outline:hover {
  522. color: #fff;
  523. }
  524. .btn-primary {
  525. background-color: #1ab394;
  526. border-color: #1ab394;
  527. color: #FFFFFF;
  528. }
  529. .btn-primary:hover,
  530. .btn-primary:focus,
  531. .btn-primary:active,
  532. .btn-primary.active,
  533. .open .dropdown-toggle.btn-primary,
  534. .btn-primary:active:focus,
  535. .btn-primary:active:hover,
  536. .btn-primary.active:hover,
  537. .btn-primary.active:focus {
  538. background-color: #18a689;
  539. border-color: #18a689;
  540. color: #FFFFFF;
  541. }
  542. .btn-primary:active,
  543. .btn-primary.active,
  544. .open .dropdown-toggle.btn-primary {
  545. background-image: none;
  546. }
  547. .btn-primary.disabled,
  548. .btn-primary.disabled:hover,
  549. .btn-primary.disabled:focus,
  550. .btn-primary.disabled:active,
  551. .btn-primary.disabled.active,
  552. .btn-primary[disabled],
  553. .btn-primary[disabled]:hover,
  554. .btn-primary[disabled]:focus,
  555. .btn-primary[disabled]:active,
  556. .btn-primary.active[disabled],
  557. fieldset[disabled] .btn-primary,
  558. fieldset[disabled] .btn-primary:hover,
  559. fieldset[disabled] .btn-primary:focus,
  560. fieldset[disabled] .btn-primary:active,
  561. fieldset[disabled] .btn-primary.active {
  562. background-color: #1dc5a3;
  563. border-color: #1dc5a3;
  564. }
  565. .btn-success {
  566. background-color: #1c84c6;
  567. border-color: #1c84c6;
  568. color: #FFFFFF;
  569. }
  570. .btn-success:hover,
  571. .btn-success:focus,
  572. .btn-success:active,
  573. .btn-success.active,
  574. .open .dropdown-toggle.btn-success,
  575. .btn-success:active:focus,
  576. .btn-success:active:hover,
  577. .btn-success.active:hover,
  578. .btn-success.active:focus {
  579. background-color: #1a7bb9;
  580. border-color: #1a7bb9;
  581. color: #FFFFFF;
  582. }
  583. .btn-success:active,
  584. .btn-success.active,
  585. .open .dropdown-toggle.btn-success {
  586. background-image: none;
  587. }
  588. .btn-success.disabled,
  589. .btn-success.disabled:hover,
  590. .btn-success.disabled:focus,
  591. .btn-success.disabled:active,
  592. .btn-success.disabled.active,
  593. .btn-success[disabled],
  594. .btn-success[disabled]:hover,
  595. .btn-success[disabled]:focus,
  596. .btn-success[disabled]:active,
  597. .btn-success.active[disabled],
  598. fieldset[disabled] .btn-success,
  599. fieldset[disabled] .btn-success:hover,
  600. fieldset[disabled] .btn-success:focus,
  601. fieldset[disabled] .btn-success:active,
  602. fieldset[disabled] .btn-success.active {
  603. background-color: #1f90d8;
  604. border-color: #1f90d8;
  605. }
  606. .btn-info {
  607. background-color: #23c6c8;
  608. border-color: #23c6c8;
  609. color: #FFFFFF;
  610. }
  611. .btn-info:hover,
  612. .btn-info:focus,
  613. .btn-info:active,
  614. .btn-info.active,
  615. .open .dropdown-toggle.btn-info,
  616. .btn-info:active:focus,
  617. .btn-info:active:hover,
  618. .btn-info.active:hover,
  619. .btn-info.active:focus {
  620. background-color: #21b9bb;
  621. border-color: #21b9bb;
  622. color: #FFFFFF;
  623. }
  624. .btn-info:active,
  625. .btn-info.active,
  626. .open .dropdown-toggle.btn-info {
  627. background-image: none;
  628. }
  629. .btn-info.disabled,
  630. .btn-info.disabled:hover,
  631. .btn-info.disabled:focus,
  632. .btn-info.disabled:active,
  633. .btn-info.disabled.active,
  634. .btn-info[disabled],
  635. .btn-info[disabled]:hover,
  636. .btn-info[disabled]:focus,
  637. .btn-info[disabled]:active,
  638. .btn-info.active[disabled],
  639. fieldset[disabled] .btn-info,
  640. fieldset[disabled] .btn-info:hover,
  641. fieldset[disabled] .btn-info:focus,
  642. fieldset[disabled] .btn-info:active,
  643. fieldset[disabled] .btn-info.active {
  644. background-color: #26d7d9;
  645. border-color: #26d7d9;
  646. }
  647. .btn-default {
  648. color: inherit;
  649. background: white;
  650. border: 1px solid #ccc;
  651. }
  652. .btn-default:hover,
  653. .btn-default:focus,
  654. .btn-default:active,
  655. .btn-default.active,
  656. .open .dropdown-toggle.btn-default,
  657. .btn-default:active:focus,
  658. .btn-default:active:hover,
  659. .btn-default.active:hover,
  660. .btn-default.active:focus {
  661. color: inherit;
  662. border: 1px solid #d2d2d2;
  663. }
  664. .btn-default:active,
  665. .btn-default.active,
  666. .open .dropdown-toggle.btn-default {
  667. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  668. }
  669. .btn-default.disabled,
  670. .btn-default.disabled:hover,
  671. .btn-default.disabled:focus,
  672. .btn-default.disabled:active,
  673. .btn-default.disabled.active,
  674. .btn-default[disabled],
  675. .btn-default[disabled]:hover,
  676. .btn-default[disabled]:focus,
  677. .btn-default[disabled]:active,
  678. .btn-default.active[disabled],
  679. fieldset[disabled] .btn-default,
  680. fieldset[disabled] .btn-default:hover,
  681. fieldset[disabled] .btn-default:focus,
  682. fieldset[disabled] .btn-default:active,
  683. fieldset[disabled] .btn-default.active {
  684. color: #cacaca;
  685. }
  686. .btn-warning {
  687. background-color: #f8ac59;
  688. border-color: #f8ac59;
  689. color: #FFFFFF;
  690. }
  691. .btn-warning:hover,
  692. .btn-warning:focus,
  693. .btn-warning:active,
  694. .btn-warning.active,
  695. .open .dropdown-toggle.btn-warning,
  696. .btn-warning:active:focus,
  697. .btn-warning:active:hover,
  698. .btn-warning.active:hover,
  699. .btn-warning.active:focus {
  700. background-color: #f7a54a;
  701. border-color: #f7a54a;
  702. color: #FFFFFF;
  703. }
  704. .btn-warning:active,
  705. .btn-warning.active,
  706. .open .dropdown-toggle.btn-warning {
  707. background-image: none;
  708. }
  709. .btn-warning.disabled,
  710. .btn-warning.disabled:hover,
  711. .btn-warning.disabled:focus,
  712. .btn-warning.disabled:active,
  713. .btn-warning.disabled.active,
  714. .btn-warning[disabled],
  715. .btn-warning[disabled]:hover,
  716. .btn-warning[disabled]:focus,
  717. .btn-warning[disabled]:active,
  718. .btn-warning.active[disabled],
  719. fieldset[disabled] .btn-warning,
  720. fieldset[disabled] .btn-warning:hover,
  721. fieldset[disabled] .btn-warning:focus,
  722. fieldset[disabled] .btn-warning:active,
  723. fieldset[disabled] .btn-warning.active {
  724. background-color: #f9b66d;
  725. border-color: #f9b66d;
  726. }
  727. .btn-danger {
  728. background-color: #ed5565;
  729. border-color: #ed5565;
  730. color: #FFFFFF;
  731. }
  732. .btn-danger:hover,
  733. .btn-danger:focus,
  734. .btn-danger:active,
  735. .btn-danger.active,
  736. .open .dropdown-toggle.btn-danger,
  737. .btn-danger:active:focus,
  738. .btn-danger:active:hover,
  739. .btn-danger.active:hover,
  740. .btn-danger.active:focus {
  741. background-color: #ec4758;
  742. border-color: #ec4758;
  743. color: #FFFFFF;
  744. }
  745. .btn-danger:active,
  746. .btn-danger.active,
  747. .open .dropdown-toggle.btn-danger {
  748. background-image: none;
  749. }
  750. .btn-danger.disabled,
  751. .btn-danger.disabled:hover,
  752. .btn-danger.disabled:focus,
  753. .btn-danger.disabled:active,
  754. .btn-danger.disabled.active,
  755. .btn-danger[disabled],
  756. .btn-danger[disabled]:hover,
  757. .btn-danger[disabled]:focus,
  758. .btn-danger[disabled]:active,
  759. .btn-danger.active[disabled],
  760. fieldset[disabled] .btn-danger,
  761. fieldset[disabled] .btn-danger:hover,
  762. fieldset[disabled] .btn-danger:focus,
  763. fieldset[disabled] .btn-danger:active,
  764. fieldset[disabled] .btn-danger.active {
  765. background-color: #ef6776;
  766. border-color: #ef6776;
  767. }
  768. .btn-link {
  769. color: inherit;
  770. }
  771. .btn-link:hover,
  772. .btn-link:focus,
  773. .btn-link:active,
  774. .btn-link.active,
  775. .open .dropdown-toggle.btn-link {
  776. color: #1ab394;
  777. text-decoration: none;
  778. }
  779. .btn-link:active,
  780. .btn-link.active,
  781. .open .dropdown-toggle.btn-link {
  782. background-image: none;
  783. }
  784. .btn-link.disabled,
  785. .btn-link.disabled:hover,
  786. .btn-link.disabled:focus,
  787. .btn-link.disabled:active,
  788. .btn-link.disabled.active,
  789. .btn-link[disabled],
  790. .btn-link[disabled]:hover,
  791. .btn-link[disabled]:focus,
  792. .btn-link[disabled]:active,
  793. .btn-link.active[disabled],
  794. fieldset[disabled] .btn-link,
  795. fieldset[disabled] .btn-link:hover,
  796. fieldset[disabled] .btn-link:focus,
  797. fieldset[disabled] .btn-link:active,
  798. fieldset[disabled] .btn-link.active {
  799. color: #cacaca;
  800. }
  801. .btn-white {
  802. color: inherit;
  803. background: white;
  804. border: 1px solid #e7eaec;
  805. }
  806. .btn-white:hover,
  807. .btn-white:focus,
  808. .btn-white:active,
  809. .btn-white.active,
  810. .open .dropdown-toggle.btn-white,
  811. .btn-white:active:focus,
  812. .btn-white:active:hover,
  813. .btn-white.active:hover,
  814. .btn-white.active:focus {
  815. color: inherit;
  816. border: 1px solid #d2d2d2;
  817. }
  818. .btn-white:active,
  819. .btn-white.active {
  820. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  821. }
  822. .btn-white:active,
  823. .btn-white.active,
  824. .open .dropdown-toggle.btn-white {
  825. background-image: none;
  826. }
  827. .btn-white.disabled,
  828. .btn-white.disabled:hover,
  829. .btn-white.disabled:focus,
  830. .btn-white.disabled:active,
  831. .btn-white.disabled.active,
  832. .btn-white[disabled],
  833. .btn-white[disabled]:hover,
  834. .btn-white[disabled]:focus,
  835. .btn-white[disabled]:active,
  836. .btn-white.active[disabled],
  837. fieldset[disabled] .btn-white,
  838. fieldset[disabled] .btn-white:hover,
  839. fieldset[disabled] .btn-white:focus,
  840. fieldset[disabled] .btn-white:active,
  841. fieldset[disabled] .btn-white.active {
  842. color: #cacaca;
  843. }
  844. .label-purple {
  845. background-color: #7266BA;
  846. }
  847. .label-purple[href]:hover, .label-purple[href]:focus {
  848. background-color: #564AA3;
  849. }
  850. /*背景*/
  851. .gray-bg {
  852. background-color: #f3f3f4;
  853. }
  854. .white-bg {
  855. background-color: #ffffff;
  856. }
  857. .navy-bg {
  858. background-color: #1ab394;
  859. color: #ffffff;
  860. }
  861. .blue-bg {
  862. background-color: #1c84c6;
  863. color: #ffffff;
  864. }
  865. .lazur-bg {
  866. background-color: #23c6c8;
  867. color: #ffffff;
  868. }
  869. .yellow-bg {
  870. background-color: #f8ac59;
  871. color: #ffffff;
  872. }
  873. .red-bg {
  874. background-color: #ed5565;
  875. color: #ffffff;
  876. }
  877. .black-bg {
  878. background-color: #262626;
  879. }
  880. /* MARGINS & PADDINGS */
  881. .p-xxs {
  882. padding: 5px;
  883. }
  884. .p-xs {
  885. padding: 10px;
  886. }
  887. .p-sm {
  888. padding: 15px;
  889. }
  890. .p-m {
  891. padding: 20px;
  892. }
  893. .p-md {
  894. padding: 25px;
  895. }
  896. .p-lg {
  897. padding: 30px;
  898. }
  899. .p-xl {
  900. padding: 40px;
  901. }
  902. .p-w-xs {
  903. padding: 0 10px;
  904. }
  905. .p-w-sm {
  906. padding: 0 15px;
  907. }
  908. .p-w-m {
  909. padding: 0 20px;
  910. }
  911. .p-w-md {
  912. padding: 0 25px;
  913. }
  914. .p-w-lg {
  915. padding: 0 30px;
  916. }
  917. .p-w-xl {
  918. padding: 0 40px;
  919. }
  920. .m-xxs {
  921. margin: 2px 4px;
  922. }
  923. .m-xs {
  924. margin: 5px;
  925. }
  926. .m-sm {
  927. margin: 10px;
  928. }
  929. .m {
  930. margin: 15px;
  931. }
  932. .m-md {
  933. margin: 20px;
  934. }
  935. .m-lg {
  936. margin: 30px;
  937. }
  938. .m-xl {
  939. margin: 50px;
  940. }
  941. .m-n {
  942. margin: 0 !important;
  943. }
  944. .m-l-none {
  945. margin-left: 0;
  946. }
  947. .m-l-xs {
  948. margin-left: 5px;
  949. }
  950. .m-l-sm {
  951. margin-left: 10px;
  952. }
  953. .m-l {
  954. margin-left: 15px;
  955. }
  956. .m-l-md {
  957. margin-left: 20px;
  958. }
  959. .m-l-lg {
  960. margin-left: 30px;
  961. }
  962. .m-l-xl {
  963. margin-left: 40px;
  964. }
  965. .m-l-n-xxs {
  966. margin-left: -1px;
  967. }
  968. .m-l-n-xs {
  969. margin-left: -5px;
  970. }
  971. .m-l-n-sm {
  972. margin-left: -10px;
  973. }
  974. .m-l-n {
  975. margin-left: -15px;
  976. }
  977. .m-l-n-md {
  978. margin-left: -20px;
  979. }
  980. .m-l-n-lg {
  981. margin-left: -30px;
  982. }
  983. .m-l-n-xl {
  984. margin-left: -40px;
  985. }
  986. .m-t-none {
  987. margin-top: 0;
  988. }
  989. .m-t-xxs {
  990. margin-top: 1px;
  991. }
  992. .m-t-xs {
  993. margin-top: 5px;
  994. }
  995. .m-t-sm {
  996. margin-top: 10px;
  997. }
  998. .m-t {
  999. margin-top: 15px;
  1000. }
  1001. .m-t-md {
  1002. margin-top: 20px;
  1003. }
  1004. .m-t-lg {
  1005. margin-top: 30px;
  1006. }
  1007. .m-t-xl {
  1008. margin-top: 40px;
  1009. }
  1010. .m-t-n-xxs {
  1011. margin-top: -1px;
  1012. }
  1013. .m-t-n-xs {
  1014. margin-top: -5px;
  1015. }
  1016. .m-t-n-sm {
  1017. margin-top: -10px;
  1018. }
  1019. .m-t-n {
  1020. margin-top: -15px;
  1021. }
  1022. .m-t-n-md {
  1023. margin-top: -20px;
  1024. }
  1025. .m-t-n-lg {
  1026. margin-top: -30px;
  1027. }
  1028. .m-t-n-xl {
  1029. margin-top: -40px;
  1030. }
  1031. .m-r-none {
  1032. margin-right: 0;
  1033. }
  1034. .m-r-xxs {
  1035. margin-right: 1px;
  1036. }
  1037. .m-r-xs {
  1038. margin-right: 5px;
  1039. }
  1040. .m-r-sm {
  1041. margin-right: 10px;
  1042. }
  1043. .m-r {
  1044. margin-right: 15px;
  1045. }
  1046. .m-r-md {
  1047. margin-right: 20px;
  1048. }
  1049. .m-r-lg {
  1050. margin-right: 30px;
  1051. }
  1052. .m-r-xl {
  1053. margin-right: 40px;
  1054. }
  1055. .m-r-n-xxs {
  1056. margin-right: -1px;
  1057. }
  1058. .m-r-n-xs {
  1059. margin-right: -5px;
  1060. }
  1061. .m-r-n-sm {
  1062. margin-right: -10px;
  1063. }
  1064. .m-r-n {
  1065. margin-right: -15px;
  1066. }
  1067. .m-r-n-md {
  1068. margin-right: -20px;
  1069. }
  1070. .m-r-n-lg {
  1071. margin-right: -30px;
  1072. }
  1073. .m-r-n-xl {
  1074. margin-right: -40px;
  1075. }
  1076. .m-b-none {
  1077. margin-bottom: 0;
  1078. }
  1079. .m-b-xxs {
  1080. margin-bottom: 1px;
  1081. }
  1082. .m-b-xs {
  1083. margin-bottom: 5px;
  1084. }
  1085. .m-b-sm {
  1086. margin-bottom: 10px;
  1087. }
  1088. .m-b {
  1089. margin-bottom: 15px;
  1090. }
  1091. .m-b-md {
  1092. margin-bottom: 20px;
  1093. }
  1094. .m-b-lg {
  1095. margin-bottom: 30px;
  1096. }
  1097. .m-b-xl {
  1098. margin-bottom: 40px;
  1099. }
  1100. .m-b-n-xxs {
  1101. margin-bottom: -1px;
  1102. }
  1103. .m-b-n-xs {
  1104. margin-bottom: -5px;
  1105. }
  1106. .m-b-n-sm {
  1107. margin-bottom: -10px;
  1108. }
  1109. .m-b-n {
  1110. margin-bottom: -15px;
  1111. }
  1112. .m-b-n-md {
  1113. margin-bottom: -20px;
  1114. }
  1115. .m-b-n-lg {
  1116. margin-bottom: -30px;
  1117. }
  1118. .m-b-n-xl {
  1119. margin-bottom: -40px;
  1120. }
  1121. .space-15 {
  1122. margin: 15px 0;
  1123. }
  1124. .space-20 {
  1125. margin: 20px 0;
  1126. }
  1127. .space-25 {
  1128. margin: 25px 0;
  1129. }
  1130. .space-30 {
  1131. margin: 30px 0;
  1132. }
  1133. /*table*/
  1134. .table thead tr th {
  1135. border-top: 1px solid #e3e3e3;
  1136. border-bottom: 1px solid #e3e3e3;
  1137. background: #f4f2f2;
  1138. padding: 8px 5px;
  1139. text-align: center;
  1140. font-weight: bold;
  1141. }
  1142. .table>tbody>tr>td,
  1143. .table>tbody>tr>th,
  1144. .table>tfoot>tr>td,
  1145. .table>tfoot>tr>th,
  1146. .table>thead>tr>td,
  1147. .table>thead>tr>th {
  1148. vertical-align: middle;
  1149. }
  1150. .table>tbody>tr>td {
  1151. font-size: 12px;
  1152. }
  1153. .table>tbody>tr>td>a:hover{
  1154. text-decoration: none;
  1155. }
  1156. table.dataTable {
  1157. clear: both;
  1158. margin-top: 6px !important;
  1159. margin-bottom: 6px !important;
  1160. max-width: none !important;
  1161. }
  1162. .table .checkbox {
  1163. display: inline-block;
  1164. margin: 0 auto;
  1165. width: 20px;
  1166. }
  1167. .check-all{
  1168. width: 60px;
  1169. }
  1170. .c-checkbox,.c-radio {
  1171. margin-right: 4px;
  1172. }
  1173. .c-checkbox *,.c-radio * {
  1174. cursor: pointer;
  1175. }
  1176. .c-checkbox input,.c-radio input {
  1177. opacity: 0;
  1178. position: absolute;
  1179. margin-left: 0 !important;
  1180. }
  1181. /*.checkbox label, .radio label{
  1182. padding: 0;
  1183. }*/
  1184. .c-checkbox span,.c-radio span {
  1185. position: relative;
  1186. display: inline-block;
  1187. vertical-align: top;
  1188. margin-left: -20px;
  1189. width: 20px;
  1190. height: 20px;
  1191. border-radius: 2px;
  1192. border: 1px solid #ccc;
  1193. margin-right: 5px;
  1194. }
  1195. .c-checkbox:hover span,.c-radio:hover span {
  1196. border-color: #1c75bf;
  1197. }
  1198. .form-inline .c-checkbox span,.form-inline .c-radio span {
  1199. margin-left: 0;
  1200. }
  1201. .c-checkbox.c-checkbox-rounded span,.c-radio.c-checkbox-rounded span,.c-checkbox.c-radio-rounded span,.c-radio.c-radio-rounded span {
  1202. border-radius: 500px;
  1203. }
  1204. .c-radio span {
  1205. border-radius: 500px;
  1206. }
  1207. .c-checkbox span:before,.c-radio span:before {
  1208. position: absolute;
  1209. top: 0;
  1210. left: 0;
  1211. right: 0;
  1212. bottom: 0;
  1213. opacity: 0;
  1214. text-align: center !important;
  1215. font-size: 12px;
  1216. line-height: 18px;
  1217. vertical-align: middle;
  1218. }
  1219. input[type=checkbox]:checked+span:before,input[type=radio]:checked+span:before {
  1220. color: #fff;
  1221. opacity: 1;
  1222. transition: color .3s ease-out;
  1223. }
  1224. input[type=checkbox]:checked+span,input[type=radio]:checked+span {
  1225. border-color: #1c75bf;
  1226. background-color: #1c75bf;
  1227. }
  1228. input[type=radio]:checked+span {
  1229. background-color: #fff;
  1230. }
  1231. input[type=radio]:checked+span:before {
  1232. color: #1c75bf;
  1233. }
  1234. input[type=checkbox]:disabled+span,input[type=radio]:disabled+span {
  1235. border-color: #ddd !important;
  1236. background-color: #ddd !important;
  1237. }
  1238. input[type=radio]:disabled+span {
  1239. background-color: #fff !important;
  1240. }
  1241. input[type=radio]:disabled+span:before {
  1242. color: #ddd;
  1243. }
  1244. #clicked {
  1245. background-color: #ffee99;
  1246. }
  1247. /*文字*/
  1248. .text-green{
  1249. color: #1FA67A;
  1250. }
  1251. .text-red{
  1252. color: #FF0000;
  1253. }
  1254. .text-navy {
  1255. color: #1ab394;
  1256. }
  1257. .text-primary {
  1258. color: #337ab7;
  1259. }
  1260. .text-success {
  1261. color: #1c84c6;
  1262. }
  1263. .text-info {
  1264. color: #23c6c8;
  1265. }
  1266. .text-warning {
  1267. color: #f8ac59;
  1268. }
  1269. .text-danger {
  1270. color: #ed5565;
  1271. }
  1272. .text-muted {
  1273. color: #7266ba;
  1274. }
  1275. .text-white {
  1276. color: #ffffff;
  1277. }
  1278. @media (min-width: 768px) {
  1279. #page-wrapper {
  1280. position: inherit;
  1281. margin: 0 0 0 220px;
  1282. min-height: 768px;
  1283. }
  1284. .navbar-static-side {
  1285. z-index: 999;
  1286. position: absolute;
  1287. width: 220px;
  1288. }
  1289. .navbar-top-links .dropdown-messages,
  1290. .navbar-top-links .dropdown-tasks,
  1291. .navbar-top-links .dropdown-alerts {
  1292. margin-left: auto;
  1293. }
  1294. .form-inline .form-group, .form-inline .btn {
  1295. margin-bottom: 5px;
  1296. }
  1297. .table-responsive>.table>tbody>tr>td,
  1298. .table-responsive>.table>tbody>tr>th,
  1299. .table-responsive>.table>tfoot>tr>td,
  1300. .table-responsive>.table>tfoot>tr>th,
  1301. .table-responsive>.table>thead>tr>td,
  1302. .table-responsive>.table>thead>tr>th {
  1303. white-space: nowrap;
  1304. }
  1305. .table tbody tr td .label{
  1306. display: inline-block;
  1307. padding: 6px 8px;
  1308. margin: 4px;
  1309. }
  1310. }
  1311. @media (max-width: 768px) {
  1312. #page-wrapper {
  1313. position: inherit;
  1314. margin: 0 0 0 0;
  1315. min-height: 1000px;
  1316. }
  1317. .body-small .navbar-static-side {
  1318. display: none;
  1319. position: absolute;
  1320. width: 70px;
  1321. }
  1322. .body-small.mini-navbar .navbar-static-side {
  1323. display: block;
  1324. }
  1325. .lock-word {
  1326. display: none;
  1327. }
  1328. .navbar-form-custom {
  1329. display: none;
  1330. }
  1331. .navbar-header {
  1332. display: inline;
  1333. float: left;
  1334. }
  1335. .sidebard-panel {
  1336. z-index: 2;
  1337. position: relative;
  1338. width: auto;
  1339. min-height: 100% !important;
  1340. }
  1341. .sidebar-content .wrapper {
  1342. padding-right: 0;
  1343. z-index: 1;
  1344. }
  1345. .fixed-sidebar.body-small .navbar-static-side {
  1346. display: none;
  1347. z-index: 2001;
  1348. position: fixed;
  1349. width: 220px;
  1350. }
  1351. .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
  1352. display: block;
  1353. }
  1354. .table-responsive>.table-bordered {
  1355. border-bottom: 1px solid #ddd;
  1356. }
  1357. }
  1358. /*小屏幕*/
  1359. @media (max-width: 350px) {
  1360. .timeline-item .date {
  1361. text-align: left;
  1362. width: 110px;
  1363. position: relative;
  1364. padding-top: 30px;
  1365. }
  1366. .timeline-item .date i {
  1367. position: absolute;
  1368. top: 0;
  1369. left: 15px;
  1370. padding: 5px;
  1371. width: 30px;
  1372. text-align: center;
  1373. border: 1px solid #e7eaec;
  1374. background: #f8f8f8;
  1375. }
  1376. .timeline-item .content {
  1377. border-left: none;
  1378. border-top: 1px solid #e7eaec;
  1379. padding-top: 10px;
  1380. min-height: 100px;
  1381. }
  1382. .nav.navbar-top-links li.dropdown {
  1383. display: none;
  1384. }
  1385. .dataTables_wrapper{
  1386. padding: 0;
  1387. }
  1388. #beginDate, #endDate{
  1389. width: 110px;
  1390. }
  1391. }