修改一些细节

This commit is contained in:
liwen
2020-12-01 11:39:51 +08:00
parent fdc2ccf499
commit a2fde7654a
9 changed files with 121 additions and 54 deletions

View File

@@ -925,29 +925,26 @@
}
.tile {
-BACKGROUND: rgb(42, 42, 42);
-FOREGROUND: rgb(223, 223, 223);
-GRAY: rgb(139, 144, 146);
-RED: rgb(229, 80, 76);
-LIGHT_RED: rgb(255, 84, 56);
-GREEN: rgb(143, 198, 94);
-LIGHT_GREEN: rgb(132, 228, 50);
-BLUE: rgb(55, 179, 252);
-DARK_BLUE: rgb(55, 94, 252);
-ORANGE: rgb(237, 162, 57);
-YELLOW_ORANGE: rgb(229, 198, 76);
-YELLOW: rgb(229, 229, 76);
-MAGENTA: rgb(198, 75, 232);
-PINK: rgb(233, 14, 139);
-foreground-color: -FOREGROUND;
.tile .chart-vertical-grid-lines {
-fx-stroke : #797979;
-fx-stroke-dash-array: null;
}
.tile .chart-horizontal-grid-lines {
-fx-stroke : #797979;
-fx-stroke-dash-array: null;
}
.tile .axis {
AXIS_COLOR : #c4c4c4;
-fx-tick-label-fill: #c4c4c4;
}
.tile .axis-label {
-fx-text-fill: #ff0000;
}

View File

@@ -923,23 +923,21 @@
}
.tile {
-BACKGROUND : rgb(42, 42, 42);
-FOREGROUND : rgb(233, 16, 16);
-GRAY : rgb(139,144,146);
-RED : rgb(229, 80, 76);
-LIGHT_RED : rgb(255, 84, 56);
-GREEN : rgb(143, 198, 94);
-LIGHT_GREEN : rgb(132, 228, 50);
-BLUE : rgb(55, 179, 252);
-DARK_BLUE : rgb(55, 94, 252);
-ORANGE : rgb(237, 162, 57);
-YELLOW_ORANGE : rgb(229, 198, 76);
-YELLOW : rgb(229, 229, 76);
-MAGENTA : rgb(198, 75, 232);
-PINK : rgb(233, 14, 139);
-foreground-color: -FOREGROUND;
.tile .chart-vertical-grid-lines {
-fx-stroke : #9d9d9d;
-fx-stroke-dash-array: null;
}
.tile .chart-horizontal-grid-lines {
-fx-stroke : #9d9d9d;
-fx-stroke-dash-array: null;
}
.tile .axis {
AXIS_COLOR : #454545;
-fx-tick-label-fill: #454545;
}
@@ -951,5 +949,3 @@

View File

@@ -15,7 +15,7 @@
<children>
<VBox spacing="7.0">
<children>
<HBox alignment="CENTER_RIGHT" spacing="10.0">
<HBox alignment="CENTER_RIGHT" spacing="10.0" styleClass="card-pane">
<children>
<JFXTextField fx:id="searchField" prefHeight="27.0" prefWidth="235.0" promptText="姓名或账户" />
<JFXButton fx:id="searchButton" buttonType="RAISED" text="搜索" />

View File

@@ -15,7 +15,7 @@
<children>
<VBox fx:id="centPane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" spacing="10.0">
<children>
<HBox alignment="CENTER_RIGHT" maxHeight="-Infinity" prefHeight="45.0" prefWidth="200.0" spacing="10.0">
<HBox alignment="CENTER_RIGHT" maxHeight="-Infinity" prefHeight="45.0" prefWidth="200.0" spacing="10.0" styleClass="card-pane">
<children>
<JFXTextField fx:id="searchField" promptText="用户名或账户" />
<JFXButton fx:id="searchBut" buttonType="RAISED" text="搜索" />

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB