You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.8 KiB
51 lines
2.8 KiB
@charset "utf-8";
|
|
/* CSS Document */
|
|
*{ margin:0; padding:0; font-family:"微软雅黑";}
|
|
.navbar-default{ box-shadow:none;}
|
|
|
|
.topbar .topbar-left{ background:#0A95D8;}
|
|
.navbar-default{ background-color:#0A9EE7;}
|
|
.user-details .user-info .text-muted{ color:#fff;}
|
|
.user-details .user-info a.dropdown-toggle{ color:#DBECF7;}
|
|
#sidebar-menu{ background-color:#0A95D8;}
|
|
.sidebar-inner{ background-color:#0A95D8;}
|
|
.sidebar-inner .navbar-form{background:#067EC6;}
|
|
.sidebar-inner .navbar-form .form-group{ background:#068CDD;}
|
|
#sidebar-menu li{ border-bottom:1px solid #0A9EE7;}
|
|
#sidebar-menu > ul > li > a.active{ background:#13ABF4 !important;}
|
|
#sidebar-menu > ul > li > a.subdrop{ background:#0BA4EE !important;}
|
|
#sidebar-menu > ul > li > a:hover{ background:#0B9FE8 !important;}
|
|
#sidebar-menu > ul > li > a{ color:#fff; font-size:14px;}
|
|
#sidebar-menu ul ul a{ color:#DBECF7;}
|
|
#sidebar-menu ul ul a:hover,
|
|
#sidebar-menu ul ul a.active{ background:#0C9FE7 !important; color:#fff;}
|
|
.subdrop{ background:#0C9FE7 !important;}
|
|
.list-unstyled > li > a{ background:#0A95D8 !important;}
|
|
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a{ background:#0A95D8 !important;}
|
|
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover{ background:#0B9FE8 !important;}
|
|
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a.subdrop{ background:#0BA4EE !important;}
|
|
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a.active{ background:#13ABF4 !important;}
|
|
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a{ background:#0A95D8 !important;}
|
|
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul{ width:auto;}
|
|
.nav > .hidden-xs > a{ border-left-color:#11B0F4;}
|
|
.nav > .dropdown{border-left-color:#11B0F4;}
|
|
|
|
.panel-heading .panel-title{ border-bottom-color:#0A9EE7;}
|
|
.modal-block .panel-info>.panel-heading{ background:#0A9EE7 !important; color:#fff;}
|
|
|
|
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{ background:#0A9EE7;}
|
|
table .mc{ color:#0A9EE7; border-bottom:1px solid #0A9EE7;}
|
|
table .mc:hover{ color:#0660B0; border-bottom:1px solid #0660B0;}
|
|
.zdy-tabs .active{ border-bottom:2px solid #0A9EE7;}
|
|
.zdy-tabs .active a{ color:#0A9EE7;}
|
|
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
|
|
background-color:#0A9EE7;
|
|
border-color:#0A9EE7;
|
|
}
|
|
.checkbox-primary input[type="checkbox"]:checked + label::before { background-color:#0A9EE7;border-color:#0A9EE7; }
|
|
.radio-primary input[type="radio"]:checked + label::before { border-color:#0A9EE7; }
|
|
.radio-primary input[type="radio"]:checked + label::after { background-color:#0A9EE7; }
|
|
|
|
.tkbt-bj{ background:#0A9EE7;}
|
|
#tab .tab_after{background: #0A9EE7;}
|
|
#tab iframe {border-top: 2px solid #0A9EE7;} |