|
|
|
@ -6,11 +6,11 @@ |
|
|
|
|
xmlns:local="clr-namespace:SparkClient.Views" |
|
|
|
|
mc:Ignorable="d" > |
|
|
|
|
<Grid> |
|
|
|
|
<!-- <Grid.Background> --> |
|
|
|
|
<!-- <ImageBrush ImageSource="pack://application:,,,/Resource/Images/homebg.png" Stretch="UniformToFill" /> --> |
|
|
|
|
<!-- </Grid.Background> --> |
|
|
|
|
<Grid.Background> |
|
|
|
|
<ImageBrush ImageSource="pack://application:,,,/Resource/Images/UIResource/08-bg.jpg" Stretch="UniformToFill" /> |
|
|
|
|
</Grid.Background> |
|
|
|
|
|
|
|
|
|
<Border Width="1000" Height="400" BorderBrush="Silver" BorderThickness="1" CornerRadius="20"> |
|
|
|
|
<Border Width="1000" Height="400" BorderBrush="Transparent" BorderThickness="1" CornerRadius="20"> |
|
|
|
|
<!-- <Border.Background> --> |
|
|
|
|
<!-- <RadialGradientBrush GradientOrigin="0.5,0.5" Center="0.5,0.5" RadiusX="0.5" RadiusY="0.5"> --> |
|
|
|
|
<!-- ~1~ 内部颜色 @1@ --> |
|
|
|
@ -25,17 +25,8 @@ |
|
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
|
<RowDefinition Height="*"/> |
|
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
<Button Background="Transparent" BorderBrush="Transparent" HorizontalAlignment="Right" Command="{Binding CloseCommand}"> |
|
|
|
|
<Viewbox Stretch="Uniform"> |
|
|
|
|
<Path Data="{StaticResource CloseGeometry}" |
|
|
|
|
Fill="Azure" |
|
|
|
|
Stroke="Azure" |
|
|
|
|
StrokeThickness="1" |
|
|
|
|
HorizontalAlignment="Center" |
|
|
|
|
VerticalAlignment="Center" |
|
|
|
|
Margin="20 0 0 0" |
|
|
|
|
Width="30" /> |
|
|
|
|
</Viewbox> |
|
|
|
|
<Button Grid.Row="0" Background="Transparent" BorderBrush="Transparent" HorizontalAlignment="Right" Padding="0" Margin="0 5 10 0 " Command="{Binding CloseCommand}"> |
|
|
|
|
<Image Source="../../Resource/Images/UIResource/01-8.png" x:Name="ImageClosed" Width="25" Height="40"/> |
|
|
|
|
</Button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|