| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411 |
- body {
- font-family: "Microsoft YaHei","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
- font-size: 12px;
- color: #30373e;
- background:#E9ECF3;
- }
- #footer{border-top:1px solid #ddd;padding:30px;color:#6B6D6E;font-size: 0.9em;text-align:center}
- .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
- font-family: "Microsoft YaHei","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
- font-weight: 100;
- }
- h1 {
- font-size: 30px;
- }
- h2 {
- font-size: 24px;
- }
- h3 {
- font-size: 16px;
- }
- h4 {
- font-size: 14px;
- }
- h5 {
- font-size: 12px;
- }
- h6 {
- font-size: 10px;
- }
- h3,h4,h5 {
- margin-top: 5px;
- font-weight: 600;
- }
- ol, ul {
- list-style: none;
- }
- a {
- color: #337ab7;
- text-decoration: none;
- }
- a:hover, a:focus {
- color: #23527c;
- outline: none;
- text-decoration:none;
- }
- .modal {height: 100%;}
- .modal .modal-dialog {top: 20%;}
- .bootbox-alert .modal-dialog,.bootbox-confirm .modal-dialog{max-width: 400px;}
- .radio-inline label,
- .checkbox-inline label{display: inline;width: auto;}
- /***add**/
- .v-line{color:#ccc;font-size:12px;margin:0 8px}
- .blue{color:#349EDC}
- .green{color:#5BB85C}
- .red{color:#CD1C20}
- .orange{color:#FFA600}
- .gray{color:#A2A9B4}
- .page-title{padding:10px 0 30px 0;}
- /*登录页*/
- #login_page, #err_page {
- background: url("../images/login_bg.png") repeat scroll 0 0 transparent;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- #login-box{
- position: relative;
- margin: 0 auto;
- margin-top: 15%;
- width: 360px;
- -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
- box-shadow: 0 1px 1px rgba(0,0,0,.05);
- }
- #login-box .login-header {
- color: #fff;
- font-weight: 300;
- background-color: #3a3f51;
- border-color: #3a3f51;
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
- padding: 10px 2px;
- }
- #login-box .login-header h3{
- letter-spacing: 8px;
- margin: 0;
- }
- #login-box .login-content {
- background: #fff;
- padding: 30px 40px 10px 40px;
- color: #999;
- width: 360px;
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- #login-box .login-content .form-control{
- padding-left: 34px;
- height: 42px;
- }
- #login-box .login-content .form-control-feedback {
- left: 15px;
- top: 12px;
- color: rgba(76, 86, 103, 0.6);
- font-size: 20px;
- }
- .imgcode{
- border: 1px solid #ccc;
- border-radius: 4px;
- }
- /*内页*/
- .pace {
- -webkit-pointer-events: none;
- pointer-events: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
- }
- .pace-inactive {
- /*display: none;*/
- }
- .pace .pace-progress {
- background: #1ab394;
- position: fixed;
- z-index: 2040;
- top: 0;
- right: 100%;
- width: 100%;
- height: 2px;
- }
- #wrapper {
- width: 100%;
- overflow-x: hidden;
- }
- /*菜单*/
- .navbar-default {
- background-color: #2f4050;
- border-color: #2f4050;
- }
- .nav-header {
- padding: 33px 25px;
- background: url(../images/header-profile.png) no-repeat;
- }
- .logo-element {
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- color: white;
- display: none;
- padding: 18px 0;
- }
- .nav > li.active {
- border-left: 4px solid #19aa8d;
- background: #293846;
- }
- .nav > li > a {
- color: #a7b1c2;
- padding: 10px 20px 10px 25px;
- font-size: 12px;
- }
- .nav > li > a i {
- margin-right: 6px;
- }
- .metismenu .arrow {
- float: right;
- line-height: 1.42857;
- }
- .fa.arrow:before {
- content: "\f104";
- }
- .metismenu .fa.arrow:before {
- content: "\f104";
- }
- .active > a > .fa.arrow:before {
- content: "\f107";
- }
- .metismenu .active > a > .fa.arrow:before {
- content: "\f107";
- }
- .nav > li {
- border-top: 1px solid #37414b;
- }
- .nav > li.active > a {
- color: #ffffff;
- }
- .nav-second-level li{
- border-top: 1px solid #37414b;
- border-bottom: 1px solid #1f262d;
- }
- .nav-second-level li:last-child{
- border-bottom: none;
- }
- .nav-second-level li a {
- padding: 7px 10px 7px 10px;
- padding-left: 52px;
- }
- .navbar-default .nav > li > a:hover,
- .navbar-default .nav > li > a:focus {
- background-color: #293846;
- color: white;
- }
- .nav.nav-second-level > li.active {
- border-left: none;
- }
- .nav-second-level li:last-child {
- margin-bottom: 4px;
- }
- /*正文中部顶*/
- #page-wrapper {
- padding: 0 15px;
- min-height: 568px;
- position: relative !important;
- }
- .border-bottom {
- border-bottom: 1px solid #e7eaec !important;
- }
- .navbar-fixed-top, .navbar-static-top {
- background: #f3f3f4;
- }
- .minimalize-styl-2 {
- padding: 4px 12px;
- margin: 14px 5px 5px 20px;
- font-size: 14px;
- float: left;
- }
- .navbar-top-links li {
- display: inline-block;
- }
- .nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
- background-color: transparent;
- }
- .navbar-top-links li a {
- padding: 20px 10px;
- min-height: 50px;
- font-size: 14px;
- }
- .navbar-top-links li:last-child {
- margin-right: 20px;
- }
- #wrapper .navbar-static-side,
- #wrapper .nav-header,
- #wrapper li.active,
- #wrapper #page-wrapper,
- #wrapper .footer {
- -webkit-transition: all 0.4s;
- -moz-transition: all 0.4s;
- -o-transition: all 0.4s;
- transition: all 0.4s;
- }
- /*菜单缩进*/
- body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
- .mini-navbar .nav li:focus > .nav-second-level {
- display: block;
- border-radius: 0 2px 2px 0;
- min-width: 140px;
- height: auto;
- }
- body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
- font-size: 12px;
- border-radius: 3px;
- }
- .mini-navbar .nav-second-level li a {
- padding: 10px 10px 10px 15px;
- }
- .mini-navbar .nav-second-level {
- position: absolute;
- left: 70px;
- top: 0;
- background-color: #2f4050;
- padding: 10px 10px 10px 10px;
- font-size: 12px;
- z-index: 100;
- }
- .canvas-menu.mini-navbar .nav-second-level {
- background: #293846;
- }
- .nav.nav-second-level.collapse[style] {
- height: auto !important;
- }
- .mini-navbar li.active .nav-second-level {
- left: 65px;
- }
- body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
- left: 70px;
- }
- body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
- left: 0;
- }
- body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
- margin-top: 0;
- }
- body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
- left: 0;
- }
- body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
- left: 220px;
- }
- .fixed-nav .minimalize-styl-2 {
- margin: 14px 5px 5px 15px;
- }
- .body-small .navbar-fixed-top {
- margin-left: 0;
- }
- body.mini-navbar .navbar-static-side {
- width: 70px;
- }
- body.mini-navbar .profile-element,
- body.mini-navbar .nav-label,
- body.mini-navbar .navbar-default .nav li a span {
- display: none;
- }
- body.canvas-menu .profile-element {
- display: block;
- }
- body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
- display: none;
- }
- body.mini-navbar .navbar-default .nav > li > a {
- font-size: 12px;
- padding: 10px 8px 10px 4px;
- text-align: center;
- }
- body.mini-navbar .navbar-default .nav > li > a > i{
- display: none;
- }
- body.mini-navbar .navbar-default .nav > li > a > span.nav-label{
- display: inline-block;
- }
- body.mini-navbar .logo-element {
- display: block;
- }
- body.canvas-menu .logo-element {
- display: none;
- }
- body.mini-navbar .nav-header {
- padding: 0;
- }
- body.canvas-menu .nav-header {
- padding: 33px 25px;
- }
- body.mini-navbar #page-wrapper {
- margin: 0 0 0 70px;
- }
- body.fixed-sidebar.mini-navbar .footer,
- body.canvas-menu.mini-navbar .footer {
- margin: 0 0 0 0 !important;
- }
- body.canvas-menu.mini-navbar #page-wrapper,
- body.canvas-menu.mini-navbar .footer {
- margin: 0 0 0 0;
- }
- body.fixed-sidebar .navbar-static-side,
- body.canvas-menu .navbar-static-side {
- position: fixed;
- width: 220px;
- z-index: 2001;
- height: 100%;
- }
- body.fixed-sidebar.mini-navbar .navbar-static-side {
- width: 0;
- }
- body.fixed-sidebar.mini-navbar #page-wrapper {
- margin: 0 0 0 0;
- }
- body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
- margin: 0 0 0 220px;
- }
- body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
- width: 220px;
- }
- .fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
- .canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
- display: block;
- height: auto;
- }
- body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
- font-size: 12px;
- border-radius: 3px;
- }
- body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
- font-size: 13px;
- border-radius: 3px;
- }
- .fixed-sidebar.mini-navbar .nav-second-level li a,
- .canvas-menu.mini-navbar .nav-second-level li a {
- padding: 10px 10px 10px 15px;
- }
- .fixed-sidebar.mini-navbar .nav-second-level,
- .canvas-menu.mini-navbar .nav-second-level {
- position: relative;
- padding: 0;
- font-size: 13px;
- }
- .fixed-sidebar.mini-navbar li.active .nav-second-level,
- .canvas-menu.mini-navbar li.active .nav-second-level {
- left: 0;
- }
- body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
- body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
- font-size: 13px;
- }
- body.fixed-sidebar.mini-navbar .nav-label,
- body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
- body.canvas-menu.mini-navbar .nav-label,
- body.canvas-menu.mini-navbar .navbar-default .nav li a span {
- display: inline;
- }
- body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
- display: block;
- }
- .canvas-menu.mini-navbar .nav-second-level li a,
- .fixed-sidebar.mini-navbar .nav-second-level li a {
- padding: 7px 10px 7px 52px;
- }
- .fixed-sidebar.mini-navbar .nav-second-level,
- .canvas-menu.mini-navbar .nav-second-level {
- left: 0;
- }
- body.canvas-menu nav.navbar-static-side {
- z-index: 2001;
- background: #2f4050;
- height: 100%;
- position: fixed;
- display: none;
- }
- body.canvas-menu.mini-navbar nav.navbar-static-side {
- display: block;
- width: 220px;
- }
- /*正文中*/
- .wrapper-content {
- padding: 20px 10px 40px;
- }
- .dataTables_wrapper {
- padding: 15px 20px 20px 20px;
- }
- .dataTables_paginate .pagination {
- margin: 2px 0;
- white-space: nowrap;
- }
- .panel-heading{
- min-height: 40px;
- padding: 10px 15px 2px;
- }
- .panel-title,.panel-tools{
- display: inline-block;
- float: left;
- }
- .panel-tools{
- float: right;
- }
- .panel-tools span, .panel-tools .form-control{
- display: inline;
- float: left;
- width: auto;
- height: 24px;
- line-height: 24px;
- }
- .panel-tools .form-control{
- max-width: 80px;
- padding: 0 6px;
- margin: 0 6px;
- }
- #beginDate, #endDate {
- width: 120px;
- display: inline-block;
- }
- .pagination>li>a, .pagination>li>span {
- font-size: 12px;
- color: #777;
- padding: 4px 10px;
- }
- .input-sm, .btn-sm{
- font-size: 13px;
- padding: 5px 8px;
- }
- .form-horizontal fieldset {
- padding-bottom: 10px;
- border-bottom: 1px dashed #eee;
- margin-bottom: 10px;
- }
- .form-horizontal fieldset .form-group {
- margin-bottom: 0;
- }
- .form-horizontal fieldset.last-child, .form-horizontal fieldset:last-child {
- border-bottom: 0;
- }
- .table tbody tr td .label{
- margin-right: 5px;
- }
- /*按钮组*/
- .btn {
- border-radius: 3px;
- }
- .float-e-margins .btn {
- margin-bottom: 5px;
- }
- .btn-w-m {
- min-width: 120px;
- }
- .btn-primary.btn-outline {
- color: #1ab394;
- }
- .btn-success.btn-outline {
- color: #1c84c6;
- }
- .btn-info.btn-outline {
- color: #23c6c8;
- }
- .btn-warning.btn-outline {
- color: #f8ac59;
- }
- .btn-danger.btn-outline {
- color: #ed5565;
- }
- .btn-primary.btn-outline:hover,
- .btn-success.btn-outline:hover,
- .btn-info.btn-outline:hover,
- .btn-warning.btn-outline:hover,
- .btn-danger.btn-outline:hover {
- color: #fff;
- }
- .btn-primary {
- background-color: #1ab394;
- border-color: #1ab394;
- color: #FFFFFF;
- }
- .btn-primary:hover,
- .btn-primary:focus,
- .btn-primary:active,
- .btn-primary.active,
- .open .dropdown-toggle.btn-primary,
- .btn-primary:active:focus,
- .btn-primary:active:hover,
- .btn-primary.active:hover,
- .btn-primary.active:focus {
- background-color: #18a689;
- border-color: #18a689;
- color: #FFFFFF;
- }
- .btn-primary:active,
- .btn-primary.active,
- .open .dropdown-toggle.btn-primary {
- background-image: none;
- }
- .btn-primary.disabled,
- .btn-primary.disabled:hover,
- .btn-primary.disabled:focus,
- .btn-primary.disabled:active,
- .btn-primary.disabled.active,
- .btn-primary[disabled],
- .btn-primary[disabled]:hover,
- .btn-primary[disabled]:focus,
- .btn-primary[disabled]:active,
- .btn-primary.active[disabled],
- fieldset[disabled] .btn-primary,
- fieldset[disabled] .btn-primary:hover,
- fieldset[disabled] .btn-primary:focus,
- fieldset[disabled] .btn-primary:active,
- fieldset[disabled] .btn-primary.active {
- background-color: #1dc5a3;
- border-color: #1dc5a3;
- }
- .btn-success {
- background-color: #1c84c6;
- border-color: #1c84c6;
- color: #FFFFFF;
- }
- .btn-success:hover,
- .btn-success:focus,
- .btn-success:active,
- .btn-success.active,
- .open .dropdown-toggle.btn-success,
- .btn-success:active:focus,
- .btn-success:active:hover,
- .btn-success.active:hover,
- .btn-success.active:focus {
- background-color: #1a7bb9;
- border-color: #1a7bb9;
- color: #FFFFFF;
- }
- .btn-success:active,
- .btn-success.active,
- .open .dropdown-toggle.btn-success {
- background-image: none;
- }
- .btn-success.disabled,
- .btn-success.disabled:hover,
- .btn-success.disabled:focus,
- .btn-success.disabled:active,
- .btn-success.disabled.active,
- .btn-success[disabled],
- .btn-success[disabled]:hover,
- .btn-success[disabled]:focus,
- .btn-success[disabled]:active,
- .btn-success.active[disabled],
- fieldset[disabled] .btn-success,
- fieldset[disabled] .btn-success:hover,
- fieldset[disabled] .btn-success:focus,
- fieldset[disabled] .btn-success:active,
- fieldset[disabled] .btn-success.active {
- background-color: #1f90d8;
- border-color: #1f90d8;
- }
- .btn-info {
- background-color: #23c6c8;
- border-color: #23c6c8;
- color: #FFFFFF;
- }
- .btn-info:hover,
- .btn-info:focus,
- .btn-info:active,
- .btn-info.active,
- .open .dropdown-toggle.btn-info,
- .btn-info:active:focus,
- .btn-info:active:hover,
- .btn-info.active:hover,
- .btn-info.active:focus {
- background-color: #21b9bb;
- border-color: #21b9bb;
- color: #FFFFFF;
- }
- .btn-info:active,
- .btn-info.active,
- .open .dropdown-toggle.btn-info {
- background-image: none;
- }
- .btn-info.disabled,
- .btn-info.disabled:hover,
- .btn-info.disabled:focus,
- .btn-info.disabled:active,
- .btn-info.disabled.active,
- .btn-info[disabled],
- .btn-info[disabled]:hover,
- .btn-info[disabled]:focus,
- .btn-info[disabled]:active,
- .btn-info.active[disabled],
- fieldset[disabled] .btn-info,
- fieldset[disabled] .btn-info:hover,
- fieldset[disabled] .btn-info:focus,
- fieldset[disabled] .btn-info:active,
- fieldset[disabled] .btn-info.active {
- background-color: #26d7d9;
- border-color: #26d7d9;
- }
- .btn-default {
- color: inherit;
- background: white;
- border: 1px solid #ccc;
- }
- .btn-default:hover,
- .btn-default:focus,
- .btn-default:active,
- .btn-default.active,
- .open .dropdown-toggle.btn-default,
- .btn-default:active:focus,
- .btn-default:active:hover,
- .btn-default.active:hover,
- .btn-default.active:focus {
- color: inherit;
- border: 1px solid #d2d2d2;
- }
- .btn-default:active,
- .btn-default.active,
- .open .dropdown-toggle.btn-default {
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
- }
- .btn-default.disabled,
- .btn-default.disabled:hover,
- .btn-default.disabled:focus,
- .btn-default.disabled:active,
- .btn-default.disabled.active,
- .btn-default[disabled],
- .btn-default[disabled]:hover,
- .btn-default[disabled]:focus,
- .btn-default[disabled]:active,
- .btn-default.active[disabled],
- fieldset[disabled] .btn-default,
- fieldset[disabled] .btn-default:hover,
- fieldset[disabled] .btn-default:focus,
- fieldset[disabled] .btn-default:active,
- fieldset[disabled] .btn-default.active {
- color: #cacaca;
- }
- .btn-warning {
- background-color: #f8ac59;
- border-color: #f8ac59;
- color: #FFFFFF;
- }
- .btn-warning:hover,
- .btn-warning:focus,
- .btn-warning:active,
- .btn-warning.active,
- .open .dropdown-toggle.btn-warning,
- .btn-warning:active:focus,
- .btn-warning:active:hover,
- .btn-warning.active:hover,
- .btn-warning.active:focus {
- background-color: #f7a54a;
- border-color: #f7a54a;
- color: #FFFFFF;
- }
- .btn-warning:active,
- .btn-warning.active,
- .open .dropdown-toggle.btn-warning {
- background-image: none;
- }
- .btn-warning.disabled,
- .btn-warning.disabled:hover,
- .btn-warning.disabled:focus,
- .btn-warning.disabled:active,
- .btn-warning.disabled.active,
- .btn-warning[disabled],
- .btn-warning[disabled]:hover,
- .btn-warning[disabled]:focus,
- .btn-warning[disabled]:active,
- .btn-warning.active[disabled],
- fieldset[disabled] .btn-warning,
- fieldset[disabled] .btn-warning:hover,
- fieldset[disabled] .btn-warning:focus,
- fieldset[disabled] .btn-warning:active,
- fieldset[disabled] .btn-warning.active {
- background-color: #f9b66d;
- border-color: #f9b66d;
- }
- .btn-danger {
- background-color: #ed5565;
- border-color: #ed5565;
- color: #FFFFFF;
- }
- .btn-danger:hover,
- .btn-danger:focus,
- .btn-danger:active,
- .btn-danger.active,
- .open .dropdown-toggle.btn-danger,
- .btn-danger:active:focus,
- .btn-danger:active:hover,
- .btn-danger.active:hover,
- .btn-danger.active:focus {
- background-color: #ec4758;
- border-color: #ec4758;
- color: #FFFFFF;
- }
- .btn-danger:active,
- .btn-danger.active,
- .open .dropdown-toggle.btn-danger {
- background-image: none;
- }
- .btn-danger.disabled,
- .btn-danger.disabled:hover,
- .btn-danger.disabled:focus,
- .btn-danger.disabled:active,
- .btn-danger.disabled.active,
- .btn-danger[disabled],
- .btn-danger[disabled]:hover,
- .btn-danger[disabled]:focus,
- .btn-danger[disabled]:active,
- .btn-danger.active[disabled],
- fieldset[disabled] .btn-danger,
- fieldset[disabled] .btn-danger:hover,
- fieldset[disabled] .btn-danger:focus,
- fieldset[disabled] .btn-danger:active,
- fieldset[disabled] .btn-danger.active {
- background-color: #ef6776;
- border-color: #ef6776;
- }
- .btn-link {
- color: inherit;
- }
- .btn-link:hover,
- .btn-link:focus,
- .btn-link:active,
- .btn-link.active,
- .open .dropdown-toggle.btn-link {
- color: #1ab394;
- text-decoration: none;
- }
- .btn-link:active,
- .btn-link.active,
- .open .dropdown-toggle.btn-link {
- background-image: none;
- }
- .btn-link.disabled,
- .btn-link.disabled:hover,
- .btn-link.disabled:focus,
- .btn-link.disabled:active,
- .btn-link.disabled.active,
- .btn-link[disabled],
- .btn-link[disabled]:hover,
- .btn-link[disabled]:focus,
- .btn-link[disabled]:active,
- .btn-link.active[disabled],
- fieldset[disabled] .btn-link,
- fieldset[disabled] .btn-link:hover,
- fieldset[disabled] .btn-link:focus,
- fieldset[disabled] .btn-link:active,
- fieldset[disabled] .btn-link.active {
- color: #cacaca;
- }
- .btn-white {
- color: inherit;
- background: white;
- border: 1px solid #e7eaec;
- }
- .btn-white:hover,
- .btn-white:focus,
- .btn-white:active,
- .btn-white.active,
- .open .dropdown-toggle.btn-white,
- .btn-white:active:focus,
- .btn-white:active:hover,
- .btn-white.active:hover,
- .btn-white.active:focus {
- color: inherit;
- border: 1px solid #d2d2d2;
- }
- .btn-white:active,
- .btn-white.active {
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
- }
- .btn-white:active,
- .btn-white.active,
- .open .dropdown-toggle.btn-white {
- background-image: none;
- }
- .btn-white.disabled,
- .btn-white.disabled:hover,
- .btn-white.disabled:focus,
- .btn-white.disabled:active,
- .btn-white.disabled.active,
- .btn-white[disabled],
- .btn-white[disabled]:hover,
- .btn-white[disabled]:focus,
- .btn-white[disabled]:active,
- .btn-white.active[disabled],
- fieldset[disabled] .btn-white,
- fieldset[disabled] .btn-white:hover,
- fieldset[disabled] .btn-white:focus,
- fieldset[disabled] .btn-white:active,
- fieldset[disabled] .btn-white.active {
- color: #cacaca;
- }
- .label-purple {
- background-color: #7266BA;
- }
- .label-purple[href]:hover, .label-purple[href]:focus {
- background-color: #564AA3;
- }
- /*背景*/
- .gray-bg {
- background-color: #f3f3f4;
- }
- .white-bg {
- background-color: #ffffff;
- }
- .navy-bg {
- background-color: #1ab394;
- color: #ffffff;
- }
- .blue-bg {
- background-color: #1c84c6;
- color: #ffffff;
- }
- .lazur-bg {
- background-color: #23c6c8;
- color: #ffffff;
- }
- .yellow-bg {
- background-color: #f8ac59;
- color: #ffffff;
- }
- .red-bg {
- background-color: #ed5565;
- color: #ffffff;
- }
- .black-bg {
- background-color: #262626;
- }
- /* MARGINS & PADDINGS */
- .p-xxs {
- padding: 5px;
- }
- .p-xs {
- padding: 10px;
- }
- .p-sm {
- padding: 15px;
- }
- .p-m {
- padding: 20px;
- }
- .p-md {
- padding: 25px;
- }
- .p-lg {
- padding: 30px;
- }
- .p-xl {
- padding: 40px;
- }
- .p-w-xs {
- padding: 0 10px;
- }
- .p-w-sm {
- padding: 0 15px;
- }
- .p-w-m {
- padding: 0 20px;
- }
- .p-w-md {
- padding: 0 25px;
- }
- .p-w-lg {
- padding: 0 30px;
- }
- .p-w-xl {
- padding: 0 40px;
- }
- .m-xxs {
- margin: 2px 4px;
- }
- .m-xs {
- margin: 5px;
- }
- .m-sm {
- margin: 10px;
- }
- .m {
- margin: 15px;
- }
- .m-md {
- margin: 20px;
- }
- .m-lg {
- margin: 30px;
- }
- .m-xl {
- margin: 50px;
- }
- .m-n {
- margin: 0 !important;
- }
- .m-l-none {
- margin-left: 0;
- }
- .m-l-xs {
- margin-left: 5px;
- }
- .m-l-sm {
- margin-left: 10px;
- }
- .m-l {
- margin-left: 15px;
- }
- .m-l-md {
- margin-left: 20px;
- }
- .m-l-lg {
- margin-left: 30px;
- }
- .m-l-xl {
- margin-left: 40px;
- }
- .m-l-n-xxs {
- margin-left: -1px;
- }
- .m-l-n-xs {
- margin-left: -5px;
- }
- .m-l-n-sm {
- margin-left: -10px;
- }
- .m-l-n {
- margin-left: -15px;
- }
- .m-l-n-md {
- margin-left: -20px;
- }
- .m-l-n-lg {
- margin-left: -30px;
- }
- .m-l-n-xl {
- margin-left: -40px;
- }
- .m-t-none {
- margin-top: 0;
- }
- .m-t-xxs {
- margin-top: 1px;
- }
- .m-t-xs {
- margin-top: 5px;
- }
- .m-t-sm {
- margin-top: 10px;
- }
- .m-t {
- margin-top: 15px;
- }
- .m-t-md {
- margin-top: 20px;
- }
- .m-t-lg {
- margin-top: 30px;
- }
- .m-t-xl {
- margin-top: 40px;
- }
- .m-t-n-xxs {
- margin-top: -1px;
- }
- .m-t-n-xs {
- margin-top: -5px;
- }
- .m-t-n-sm {
- margin-top: -10px;
- }
- .m-t-n {
- margin-top: -15px;
- }
- .m-t-n-md {
- margin-top: -20px;
- }
- .m-t-n-lg {
- margin-top: -30px;
- }
- .m-t-n-xl {
- margin-top: -40px;
- }
- .m-r-none {
- margin-right: 0;
- }
- .m-r-xxs {
- margin-right: 1px;
- }
- .m-r-xs {
- margin-right: 5px;
- }
- .m-r-sm {
- margin-right: 10px;
- }
- .m-r {
- margin-right: 15px;
- }
- .m-r-md {
- margin-right: 20px;
- }
- .m-r-lg {
- margin-right: 30px;
- }
- .m-r-xl {
- margin-right: 40px;
- }
- .m-r-n-xxs {
- margin-right: -1px;
- }
- .m-r-n-xs {
- margin-right: -5px;
- }
- .m-r-n-sm {
- margin-right: -10px;
- }
- .m-r-n {
- margin-right: -15px;
- }
- .m-r-n-md {
- margin-right: -20px;
- }
- .m-r-n-lg {
- margin-right: -30px;
- }
- .m-r-n-xl {
- margin-right: -40px;
- }
- .m-b-none {
- margin-bottom: 0;
- }
- .m-b-xxs {
- margin-bottom: 1px;
- }
- .m-b-xs {
- margin-bottom: 5px;
- }
- .m-b-sm {
- margin-bottom: 10px;
- }
- .m-b {
- margin-bottom: 15px;
- }
- .m-b-md {
- margin-bottom: 20px;
- }
- .m-b-lg {
- margin-bottom: 30px;
- }
- .m-b-xl {
- margin-bottom: 40px;
- }
- .m-b-n-xxs {
- margin-bottom: -1px;
- }
- .m-b-n-xs {
- margin-bottom: -5px;
- }
- .m-b-n-sm {
- margin-bottom: -10px;
- }
- .m-b-n {
- margin-bottom: -15px;
- }
- .m-b-n-md {
- margin-bottom: -20px;
- }
- .m-b-n-lg {
- margin-bottom: -30px;
- }
- .m-b-n-xl {
- margin-bottom: -40px;
- }
- .space-15 {
- margin: 15px 0;
- }
- .space-20 {
- margin: 20px 0;
- }
- .space-25 {
- margin: 25px 0;
- }
- .space-30 {
- margin: 30px 0;
- }
- /*table*/
- .table thead tr th {
- border-top: 1px solid #e3e3e3;
- border-bottom: 1px solid #e3e3e3;
- background: #f4f2f2;
- padding: 8px 5px;
- text-align: center;
- font-weight: bold;
- }
- .table>tbody>tr>td,
- .table>tbody>tr>th,
- .table>tfoot>tr>td,
- .table>tfoot>tr>th,
- .table>thead>tr>td,
- .table>thead>tr>th {
- vertical-align: middle;
- }
- .table>tbody>tr>td {
- font-size: 12px;
- }
- .table>tbody>tr>td>a:hover{
- text-decoration: none;
- }
- table.dataTable {
- clear: both;
- margin-top: 6px !important;
- margin-bottom: 6px !important;
- max-width: none !important;
- }
- .table .checkbox {
- display: inline-block;
- margin: 0 auto;
- width: 20px;
- }
- .check-all{
- width: 60px;
- }
- .c-checkbox,.c-radio {
- margin-right: 4px;
- }
- .c-checkbox *,.c-radio * {
- cursor: pointer;
- }
- .c-checkbox input,.c-radio input {
- opacity: 0;
- position: absolute;
- margin-left: 0 !important;
- }
- /*.checkbox label, .radio label{
- padding: 0;
- }*/
- .c-checkbox span,.c-radio span {
- position: relative;
- display: inline-block;
- vertical-align: top;
- margin-left: -20px;
- width: 20px;
- height: 20px;
- border-radius: 2px;
- border: 1px solid #ccc;
- margin-right: 5px;
- }
- .c-checkbox:hover span,.c-radio:hover span {
- border-color: #1c75bf;
- }
- .form-inline .c-checkbox span,.form-inline .c-radio span {
- margin-left: 0;
- }
- .c-checkbox.c-checkbox-rounded span,.c-radio.c-checkbox-rounded span,.c-checkbox.c-radio-rounded span,.c-radio.c-radio-rounded span {
- border-radius: 500px;
- }
- .c-radio span {
- border-radius: 500px;
- }
- .c-checkbox span:before,.c-radio span:before {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- opacity: 0;
- text-align: center !important;
- font-size: 12px;
- line-height: 18px;
- vertical-align: middle;
- }
- input[type=checkbox]:checked+span:before,input[type=radio]:checked+span:before {
- color: #fff;
- opacity: 1;
- transition: color .3s ease-out;
- }
- input[type=checkbox]:checked+span,input[type=radio]:checked+span {
- border-color: #1c75bf;
- background-color: #1c75bf;
- }
- input[type=radio]:checked+span {
- background-color: #fff;
- }
- input[type=radio]:checked+span:before {
- color: #1c75bf;
- }
- input[type=checkbox]:disabled+span,input[type=radio]:disabled+span {
- border-color: #ddd !important;
- background-color: #ddd !important;
- }
- input[type=radio]:disabled+span {
- background-color: #fff !important;
- }
- input[type=radio]:disabled+span:before {
- color: #ddd;
- }
- #clicked {
- background-color: #ffee99;
- }
- /*文字*/
- .text-green{
- color: #1FA67A;
- }
- .text-red{
- color: #FF0000;
- }
- .text-navy {
- color: #1ab394;
- }
- .text-primary {
- color: #337ab7;
- }
- .text-success {
- color: #1c84c6;
- }
- .text-info {
- color: #23c6c8;
- }
- .text-warning {
- color: #f8ac59;
- }
- .text-danger {
- color: #ed5565;
- }
- .text-muted {
- color: #7266ba;
- }
- .text-white {
- color: #ffffff;
- }
- @media (min-width: 768px) {
- #page-wrapper {
- position: inherit;
- margin: 0 0 0 220px;
- min-height: 768px;
- }
- .navbar-static-side {
- z-index: 999;
- position: absolute;
- width: 220px;
- }
- .navbar-top-links .dropdown-messages,
- .navbar-top-links .dropdown-tasks,
- .navbar-top-links .dropdown-alerts {
- margin-left: auto;
- }
- .form-inline .form-group, .form-inline .btn {
- margin-bottom: 5px;
- }
- .table-responsive>.table>tbody>tr>td,
- .table-responsive>.table>tbody>tr>th,
- .table-responsive>.table>tfoot>tr>td,
- .table-responsive>.table>tfoot>tr>th,
- .table-responsive>.table>thead>tr>td,
- .table-responsive>.table>thead>tr>th {
- white-space: nowrap;
- }
- .table tbody tr td .label{
- display: inline-block;
- padding: 6px 8px;
- margin: 4px;
- }
- }
- @media (max-width: 768px) {
- #page-wrapper {
- position: inherit;
- margin: 0 0 0 0;
- min-height: 1000px;
- }
- .body-small .navbar-static-side {
- display: none;
- position: absolute;
- width: 70px;
- }
- .body-small.mini-navbar .navbar-static-side {
- display: block;
- }
- .lock-word {
- display: none;
- }
- .navbar-form-custom {
- display: none;
- }
- .navbar-header {
- display: inline;
- float: left;
- }
- .sidebard-panel {
- z-index: 2;
- position: relative;
- width: auto;
- min-height: 100% !important;
- }
- .sidebar-content .wrapper {
- padding-right: 0;
- z-index: 1;
- }
- .fixed-sidebar.body-small .navbar-static-side {
- display: none;
- z-index: 2001;
- position: fixed;
- width: 220px;
- }
- .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
- display: block;
- }
- .table-responsive>.table-bordered {
- border-bottom: 1px solid #ddd;
- }
- }
- /*小屏幕*/
- @media (max-width: 350px) {
- .timeline-item .date {
- text-align: left;
- width: 110px;
- position: relative;
- padding-top: 30px;
- }
- .timeline-item .date i {
- position: absolute;
- top: 0;
- left: 15px;
- padding: 5px;
- width: 30px;
- text-align: center;
- border: 1px solid #e7eaec;
- background: #f8f8f8;
- }
- .timeline-item .content {
- border-left: none;
- border-top: 1px solid #e7eaec;
- padding-top: 10px;
- min-height: 100px;
- }
- .nav.navbar-top-links li.dropdown {
- display: none;
- }
- .dataTables_wrapper{
- padding: 0;
- }
- #beginDate, #endDate{
- width: 110px;
- }
- }
|