|
@@ -398,10 +398,20 @@
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
+.x-button.x-has-text.x-icon-align-right.x-disabled .x-icon-el {
|
|
|
+ color: rgba(0, 0, 0, .26);
|
|
|
+ display: inline;
|
|
|
+}
|
|
|
+
|
|
|
.x-button.x-has-text .x-inner-el {
|
|
|
padding: 8px 12px;
|
|
|
}
|
|
|
|
|
|
+.x-button .x-icon-el {
|
|
|
+ width: auto;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+
|
|
|
.x-field > .x-label-el {
|
|
|
width: auto;
|
|
|
margin: 5px 10px 5px 5px;
|
|
@@ -426,10 +436,10 @@
|
|
|
margin: 0 10px;
|
|
|
}
|
|
|
|
|
|
-/*.x-layout-hbox .x-button :hover {*/
|
|
|
-/* background: #66biff;*/
|
|
|
-/* border-color: #66biff;*/
|
|
|
-/*}*/
|
|
|
+.x-layout-hbox .x-button :hover {
|
|
|
+ background: #66biff;
|
|
|
+ border-color: #66biff;
|
|
|
+}
|
|
|
|
|
|
.x-layout-hbox .x-button:first-child {
|
|
|
margin-left: 0;
|
|
@@ -494,14 +504,13 @@
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
-.x-gridcolumn > .x-header-el,
|
|
|
.x-body-el .x-gridcell-body-el {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-.x-headercontainer {
|
|
|
- -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
|
|
|
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
|
|
|
+.x-gridcolumn .x-text-el {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
|
|
|
|
.x-gridcolumn .x-title-el .x-font-icon {
|
|
@@ -552,6 +561,13 @@
|
|
|
.x-list-inner-ct {
|
|
|
top: -1px;
|
|
|
}
|
|
|
+
|
|
|
+.yvgrid-paging {
|
|
|
+ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
|
|
|
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
|
|
|
+ padding: 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
/*弹出框样调整*/
|
|
|
.x-mask {
|
|
|
opacity: 0.5;
|
|
@@ -645,14 +661,6 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
-.x-dataview .x-dataview-item:nth-child(-n+5) {
|
|
|
- border-top: 1px solid #e2e2e2;
|
|
|
-}
|
|
|
-
|
|
|
-.x-dataview .x-dataview-item:nth-child(4n-2) {
|
|
|
- border-left: 1px solid #e2e2e2;
|
|
|
-}
|
|
|
-
|
|
|
.menus-item {
|
|
|
width: 25%;
|
|
|
padding: 12px 0px;
|