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.
256 lines
4.6 KiB
256 lines
4.6 KiB
/*加载中*/
|
|
.overlay i:before {
|
|
color: lightblue;
|
|
}
|
|
.overlay i {
|
|
color: lightblue;
|
|
-webkit-animation: rotation 2s infinite linear;
|
|
}
|
|
@-webkit-keyframes rotation {
|
|
from {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
/*表单label右对齐*/
|
|
.col-form-label{
|
|
text-align:right;
|
|
}
|
|
/*表单验证提示信息*/
|
|
.form-control.input-validation-error {
|
|
border-color: #dc3545;
|
|
}
|
|
.validation-summary-errors ul {
|
|
color: red;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.validation-summary-errors li {
|
|
list-style: none;
|
|
}
|
|
|
|
.field-validation-valid, .field-validation-error {
|
|
color: red;
|
|
padding-right: 1px;
|
|
}
|
|
|
|
.field-validation-error:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
content: "\f057";
|
|
}
|
|
/*主导航*/
|
|
.navbar-nav .nav-link.active {
|
|
background: mediumseagreen;
|
|
color: #fff!important;
|
|
border-radius: 5px;
|
|
}
|
|
/*.content-header2 {
|
|
overflow: hidden;
|
|
}
|
|
|
|
select.form-control {
|
|
line-height: 24px !important;
|
|
padding: 2px 20px 2px 16px !important;
|
|
}
|
|
|
|
.form-control-display {
|
|
border: none;
|
|
padding-left: 0;
|
|
height: auto !important;
|
|
min-height: 34px;
|
|
}
|
|
|
|
|
|
|
|
.validation-summary-errors ul {
|
|
color: red;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.validation-summary-errors li {
|
|
list-style: none;
|
|
}
|
|
|
|
.field-validation-valid, .field-validation-error {
|
|
color: red;
|
|
padding-right: 1px;
|
|
}
|
|
|
|
.field-validation-error:before {
|
|
font-family: FontAwesome;
|
|
content: "\f057";
|
|
}
|
|
|
|
|
|
|
|
.fancybox img.thumbnail,td .fancybox img {
|
|
max-width: 20px;
|
|
max-height: 20px;
|
|
}
|
|
.ke-container {
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
|
|
.checkboxfix {
|
|
height: 34px;
|
|
padding: 7px 0;
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.checkboxfix * {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.checkboxfix input {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
|
|
.edit-multiSelect {
|
|
display: block !important;
|
|
position: absolute;
|
|
visibility: hidden;
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
word-wrap: break-word;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
vertical-align: middle !important;
|
|
}
|
|
form .panel {
|
|
margin-top: 5px;
|
|
}
|
|
.panel {
|
|
padding: 15px;
|
|
}
|
|
|
|
.form-horizontal .control-label {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
|
|
|
|
.btn-back-top {
|
|
display: none;
|
|
right: 40px;
|
|
bottom: 40px;
|
|
position: fixed;
|
|
width: 61px;
|
|
height: 48px;
|
|
}
|
|
|
|
.btn-back-top::before {
|
|
content: "";
|
|
display: block;
|
|
position: relative;
|
|
left: 7px;
|
|
top: 12px;
|
|
width: 22px;
|
|
height: 22px;
|
|
border-right: 6px solid white;
|
|
border-top: 6px solid white;
|
|
transform: rotate(-45deg);
|
|
transition: all 0.2s;
|
|
}
|
|
|
|
|
|
.skin-blue-light .sidebar-menu li > a {
|
|
display: block;
|
|
height: 39px;
|
|
line-height: 17px;
|
|
padding: 12px 7px !important;
|
|
text-shadow: none !important;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu li li > a {
|
|
border-top: 1px dotted #E4E4E4;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu > li {
|
|
display: block;
|
|
position: relative;
|
|
float: none;
|
|
padding: 0;
|
|
border-style: solid;
|
|
border-width: 1px 0 0;
|
|
border-color: #E5E5E5;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu > li:last-child {
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu > li > .treeview-menu {
|
|
background-color: #FFF;
|
|
border-color: #E5E5E5 !important;
|
|
border-top: 1px solid;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu > li.active:after {
|
|
display: block;
|
|
content: "";
|
|
position: absolute;
|
|
right: 0;
|
|
top: -1px;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
border: 2px solid #2B7DBC;
|
|
border-width: 0 2px 0 0;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu li.active > a:after {
|
|
display: block;
|
|
content: "";
|
|
position: absolute;
|
|
right: 0;
|
|
top: 4px;
|
|
border: 8px solid transparent;
|
|
border-width: 14px 10px;
|
|
border-right-color: #2B7DBC;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu li.open > a:after {
|
|
display: none;
|
|
}
|
|
|
|
.skin-blue-light .sidebar-menu .treeview-menu li.active > a {
|
|
background-color: #F5F7FA;
|
|
color: #2B7DBC;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single {
|
|
border-radius: unset;
|
|
border-color: #ccc;
|
|
height: 34px;
|
|
}
|
|
.pagination select {
|
|
background-color: #fafafa;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
height: 34px;
|
|
border: 1px solid #ddd;
|
|
border-left:none;
|
|
border-top-right-radius:4px;
|
|
border-bottom-right-radius:4px;
|
|
padding: 6px 12px;
|
|
}
|
|
|
|
.ajax-file-upload-container {
|
|
display: none;
|
|
}*/
|