|
@@ -123,6 +123,7 @@
|
|
|
.z-comp-date{
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
+.form-title .form-btn button,
|
|
|
.form-title .form-btn div {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -132,8 +133,20 @@
|
|
|
padding: 0 10px;
|
|
|
border: 1px solid #2e77e6;
|
|
|
cursor: pointer;
|
|
|
+ background: none;
|
|
|
}
|
|
|
|
|
|
+.form-title .form-btn button[disabled]{
|
|
|
+ border-color: #cbd1d6;
|
|
|
+}
|
|
|
+.form-title .form-btn button[disabled] span {
|
|
|
+ color: #cbd1d6;
|
|
|
+}
|
|
|
+.form-title .form-btn button[disabled] img {
|
|
|
+ filter: grayscale(100%);
|
|
|
+ opacity: 40%;
|
|
|
+}
|
|
|
+.form-title .form-btn button span,
|
|
|
.form-title .form-btn div span {
|
|
|
font-size: 16px;
|
|
|
color: #2e77e6;
|
|
@@ -142,7 +155,24 @@
|
|
|
.form-title img {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
-
|
|
|
+.form-table-disable .z-comp-input,
|
|
|
+.form-table-disable .z-comp-inputsearch,
|
|
|
+.form-table-disable .z-comp-inputselect,
|
|
|
+.form-table-disable .z-comp-select,
|
|
|
+.form-table-disable .z-comp-selectsearch,
|
|
|
+.form-table-disable .z-comp-selecttree,
|
|
|
+.form-table-disable .z-comp-textarea,
|
|
|
+.form-table-disable .z-selecttree,
|
|
|
+.form-table-disable .z-comp-input,
|
|
|
+.form-table-disable .z-comp-date,
|
|
|
+.form-table-disable input {
|
|
|
+ border: 0px;
|
|
|
+ background: none !important;
|
|
|
+}
|
|
|
+.form-table-disable .z-inputselect-bar i,
|
|
|
+.form-table-disable .z-select-closebtn {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
.jbxx-box {
|
|
|
background-color: #f7f8fb;
|
|
|
padding: 20px 60px;
|