优化登录框
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<Pane fx:id="imagePane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #3F007F;" />
|
||||
<StackPane fx:id="centerPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="650.0" style="-fx-background-radius: 14;">
|
||||
<children>
|
||||
<HBox fx:id="loginPane">
|
||||
<HBox fx:id="loginPane" style="-fx-background-color: #ffffff; -fx-background-radius: 14;">
|
||||
<children>
|
||||
<AnchorPane maxHeight="1.7976931348623157E308" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="251.0" style="-fx-background-radius: 14 0 0 14; -fx-background-color: linear-gradient(#e66465, #9198e5);">
|
||||
<children>
|
||||
@@ -37,10 +37,10 @@
|
||||
<Label layoutX="79.0" layoutY="419.0" text="©中国xxx∙xxx" textFill="#ffffffad" />
|
||||
</children>
|
||||
<effect>
|
||||
<DropShadow color="#0000009e" height="0.0" radius="19.17" width="78.68" />
|
||||
<DropShadow color="#000000b2" height="68.0" radius="49.0" width="130.0" />
|
||||
</effect>
|
||||
</AnchorPane>
|
||||
<AnchorPane prefHeight="450.0" prefWidth="352.0" style="-fx-background-color: #ffffff; -fx-background-radius: 0 14 14 0;" HBox.hgrow="ALWAYS">
|
||||
<AnchorPane prefHeight="450.0" prefWidth="352.0" HBox.hgrow="ALWAYS">
|
||||
<children>
|
||||
<Label id="login-title" layoutX="168.0" layoutY="45.0" text="登录">
|
||||
<font>
|
||||
@@ -77,7 +77,7 @@
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox fx:id="registeredPane" visible="false">
|
||||
<HBox fx:id="registeredPane" style="-fx-background-color: #ffffff; -fx-background-radius: 14;" visible="false">
|
||||
<children>
|
||||
<AnchorPane maxHeight="1.7976931348623157E308" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="251.0" style="-fx-background-radius: 14 0 0 14; -fx-background-color: linear-gradient(#3F007F, #7226A5);">
|
||||
<children>
|
||||
@@ -94,10 +94,10 @@
|
||||
<Label layoutX="79.0" layoutY="419.0" text="©中国xxx∙xxx" textFill="#ffffffad" />
|
||||
</children>
|
||||
<effect>
|
||||
<DropShadow color="#0000009e" height="0.0" radius="19.17" width="78.68" />
|
||||
<DropShadow color="#000000b2" height="68.0" radius="49.0" width="130.0" />
|
||||
</effect>
|
||||
</AnchorPane>
|
||||
<AnchorPane prefHeight="450.0" prefWidth="352.0" style="-fx-background-color: #ffffff; -fx-background-radius: 0 14 14 0;" HBox.hgrow="ALWAYS">
|
||||
<AnchorPane prefHeight="450.0" prefWidth="352.0" HBox.hgrow="ALWAYS">
|
||||
<children>
|
||||
<Label id="login-title" layoutX="166.0" layoutY="45.0" text="注册">
|
||||
<font>
|
||||
@@ -136,7 +136,7 @@
|
||||
</HBox>
|
||||
</children>
|
||||
<effect>
|
||||
<DropShadow color="#0000009e" height="0.0" offsetY="10.0" radius="44.9725" width="181.89" />
|
||||
<DropShadow color="#0000009e" height="180.1" radius="89.9975" width="181.89" />
|
||||
</effect>
|
||||
</StackPane>
|
||||
</children>
|
||||
|
||||
Reference in New Issue
Block a user