feat: UI优化

This commit is contained in:
GukSang.Jin
2026-02-26 13:58:04 +08:00
parent 76c594e14a
commit 862a282d77
4 changed files with 10 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -217,13 +217,15 @@
Background="#F5F5F5"
CornerRadius="25"
BorderBrush="#81C784"
BorderThickness="4">
BorderThickness="4"
ClipToBounds="True">
<Border.Effect>
<DropShadowEffect Color="#4CAF50" BlurRadius="15" ShadowDepth="0" Opacity="0.4"/>
</Border.Effect>
<Image Source="{Binding CurrentCarouselImage}"
Stretch="Uniform"
Margin="10">
Stretch="UniformToFill"
HorizontalAlignment="Center"
VerticalAlignment="Center">
<Image.Triggers>
<EventTrigger RoutedEvent="Image.Loaded">
<BeginStoryboard>
@@ -385,13 +387,15 @@
Background="#F5F5F5"
CornerRadius="25"
BorderBrush="#FFB74D"
BorderThickness="4">
BorderThickness="4"
ClipToBounds="True">
<Border.Effect>
<DropShadowEffect Color="#FF6F00" BlurRadius="15" ShadowDepth="0" Opacity="0.4"/>
</Border.Effect>
<Image Source="{Binding CurrentCarouselImage}"
Stretch="Uniform"
Margin="10">
Stretch="UniformToFill"
HorizontalAlignment="Center"
VerticalAlignment="Center">
<Image.Triggers>
<EventTrigger RoutedEvent="Image.Loaded">
<BeginStoryboard>