|
@@ -44,6 +44,11 @@ font-size: .875rem;
|
|
|
font-weight: normal;
|
|
|
color:#000;
|
|
|
}
|
|
|
+.table.table-dark th {
|
|
|
+ background:none;
|
|
|
+ font-weight: normal;
|
|
|
+ color:#fff;
|
|
|
+}
|
|
|
.form-check,.form-check-label{
|
|
|
cursor: pointer;
|
|
|
line-height: 22px;
|
|
@@ -61,7 +66,8 @@ font-size: .875rem;
|
|
|
top:.25rem;
|
|
|
}
|
|
|
.custom-control {
|
|
|
- min-height: 1.2rem
|
|
|
+ min-height: 1.2rem;
|
|
|
+ line-height: 1.2rem
|
|
|
}
|
|
|
.custom-control-label {
|
|
|
cursor: pointer;
|
|
@@ -77,7 +83,7 @@ font-size: .875rem;
|
|
|
}
|
|
|
.custom-control-warning-input:checked ~ .custom-control-warning-label::before{
|
|
|
border-color:#da9500 ;
|
|
|
- background-color:#da9500
|
|
|
+ background-color:#da9500
|
|
|
}
|
|
|
.custom-control-warning-label{
|
|
|
color:#da9500;
|
|
@@ -221,7 +227,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
.sjs-height-4,.sjs-height-5,.sjs-height-6,.sjs-option-height{
|
|
|
overflow: auto;
|
|
|
}
|
|
|
-.sjs-bar-1,.sjs-bar-2,.sjs-bar-3,.sjs-bar-4{
|
|
|
+.sjs-bar-1,.sjs-bar-2,.sjs-bar-3,.sjs-bar-4,.sjs-bar-5{
|
|
|
height:30px;
|
|
|
padding-top:3px;
|
|
|
}
|
|
@@ -464,6 +470,11 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
.modal-xl {
|
|
|
max-width: 1200px
|
|
|
}
|
|
|
+.modal-full{
|
|
|
+ max-width: 99%;
|
|
|
+ margin:10px auto;
|
|
|
+ max-height:97%;
|
|
|
+}
|
|
|
.border-right-1 {
|
|
|
border-right:1px solid #dee2e6;
|
|
|
}
|
|
@@ -476,6 +487,28 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
.border-bottom-1 {
|
|
|
border-bottom:1px solid #dee2e6;
|
|
|
}
|
|
|
+.save-confirm {
|
|
|
+ position:absolute;
|
|
|
+}
|
|
|
+.nav-tabs.panel-card-tabs .nav-link{
|
|
|
+ color:#ccc;
|
|
|
+ font-size:1rem;
|
|
|
+ padding-top:0;
|
|
|
+}
|
|
|
+.nav-tabs.panel-card-tabs .nav-link.active{
|
|
|
+ color:#fff;
|
|
|
+ background:none ;
|
|
|
+ border:none ;
|
|
|
+ border-bottom:2px solid #fff;
|
|
|
+}
|
|
|
+.nav-tabs.panel-card-tabs .nav-link:hover{
|
|
|
+ background:none ;
|
|
|
+ border:none ;
|
|
|
+ border-bottom:2px solid #fff;
|
|
|
+}
|
|
|
+.panel-card-header {
|
|
|
+ background-image: linear-gradient(to top, #586579, #2c3237 );
|
|
|
+}
|
|
|
/*滚动*/
|
|
|
.scrollbar-auto {
|
|
|
overflow-y: auto;
|
|
@@ -624,7 +657,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
width: 55px
|
|
|
}
|
|
|
.bg-nav a{
|
|
|
- color:#fff;
|
|
|
+ color:#7786ab;
|
|
|
width:55px;
|
|
|
text-align: center;
|
|
|
display: inline-block;
|
|
@@ -765,6 +798,13 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
height:300px;
|
|
|
overflow:auto
|
|
|
}
|
|
|
+.modal-height-250{
|
|
|
+ height:250px;
|
|
|
+ overflow:auto
|
|
|
+}
|
|
|
+.modal-fullscreen{
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
.scroll-y {
|
|
|
overflow-y: auto;
|
|
|
}
|
|
@@ -840,6 +880,9 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
vertical-align:top;
|
|
|
background:#f7f7f9
|
|
|
}
|
|
|
+.print-toolsbar .panel .panel-body{
|
|
|
+ height:22px;
|
|
|
+}
|
|
|
.print-toolsbar .panel .panel-foot{
|
|
|
text-align: center;
|
|
|
font-size: 12px
|
|
@@ -1031,27 +1074,22 @@ legend {
|
|
|
font-size:16px;
|
|
|
}
|
|
|
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
|
|
|
- height: calc(1.4125rem + 2px);
|
|
|
+ height: calc(1.4125rem - 1px);
|
|
|
}
|
|
|
.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{
|
|
|
- height: calc(1.4125rem + 2px);
|
|
|
+ height: calc(1.4125rem - 1px);
|
|
|
}
|
|
|
.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 {
|
|
|
font-size:12px;
|
|
|
- padding:.1rem .5rem;
|
|
|
+ padding:0rem .5rem;
|
|
|
}
|
|
|
.side-menu{
|
|
|
right:0;
|
|
|
top:35px;
|
|
|
}
|
|
|
-.custom-control-label::before{
|
|
|
- top:.1rem;
|
|
|
-}
|
|
|
-.custom-control-label::after{
|
|
|
- top:.1rem;
|
|
|
-}
|
|
|
+
|
|
|
.form-control-sm{
|
|
|
- height:calc(1.4125rem + 2px);
|
|
|
+ height:calc(1.4125rem - 1px);
|
|
|
}
|
|
|
.form-group {
|
|
|
margin-bottom:.5rem;
|