feat: 优化UI

This commit is contained in:
GukSang.Jin
2026-02-26 15:30:48 +08:00
parent d82f1c50c3
commit fbafc6edf8
9 changed files with 5 additions and 5 deletions

View File

@@ -215,7 +215,7 @@
<!-- 宠物大图轮播 -->
<Border Grid.Row="1"
Background="#F5F5F5"
CornerRadius="25"
CornerRadius="4"
BorderBrush="#81C784"
BorderThickness="4"
ClipToBounds="True">
@@ -385,7 +385,6 @@
<!-- 宠物大图轮播 -->
<Border Grid.Row="1"
Background="#F5F5F5"
CornerRadius="25"
BorderBrush="#FFB74D"
BorderThickness="4"
ClipToBounds="True">
@@ -1248,7 +1247,7 @@
<Border.Effect>
<DropShadowEffect Color="#FF6F00" BlurRadius="10" ShadowDepth="0" Opacity="0.3"/>
</Border.Effect>
<Image Source="/Images/dog.png"
<Image Source="/Images/dog2.png"
Stretch="UniformToFill"
Margin="0"/>
</Border>