master
parent
47f2756ec6
commit
c7d11432a8
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
|
@ -78,7 +78,7 @@
|
||||||
BorderColor="Transparent"
|
BorderColor="Transparent"
|
||||||
CornerRadius="5"
|
CornerRadius="5"
|
||||||
Margin="10,5">
|
Margin="10,5">
|
||||||
<Grid RowDefinitions="*,*,*,*" ColumnDefinitions="auto,auto,*" ColumnSpacing="10">
|
<Grid RowDefinitions="*,*,*,*" ColumnDefinitions="auto,auto,*" ColumnSpacing="10" RowSpacing="15">
|
||||||
<Label
|
<Label
|
||||||
Grid.Row="0" Grid.Column="0"
|
Grid.Row="0" Grid.Column="0"
|
||||||
Text="搭电"
|
Text="搭电"
|
||||||
|
@ -102,9 +102,43 @@
|
||||||
VerticalOptions="Center"
|
VerticalOptions="Center"
|
||||||
TextColor="#919191">
|
TextColor="#919191">
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
|
<BoxView Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="3"
|
||||||
|
HeightRequest="1" Color="#EDEDED" ></BoxView>
|
||||||
|
|
||||||
|
<StackLayout Grid.Row="2" Grid.Column="0"
|
||||||
|
Orientation="Horizontal" HorizontalOptions="Start">
|
||||||
|
<Image
|
||||||
|
Source="time_ic.png"
|
||||||
|
HeightRequest="12" WidthRequest="12"
|
||||||
|
Margin="0,0,10,0">
|
||||||
|
</Image>
|
||||||
|
<Label
|
||||||
|
Text="2023-11-20 17:25:53"
|
||||||
|
FontSize="12" TextColor="#9B9B9B">
|
||||||
|
</Label></StackLayout>
|
||||||
|
|
||||||
|
<Label Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2"
|
||||||
|
Text="宁波市鄞州区下应街道湖下路"
|
||||||
|
FontSize="15"
|
||||||
|
FontAttributes="Bold"
|
||||||
|
VerticalOptions="End"></Label>
|
||||||
|
|
||||||
|
<StackLayout Grid.Row="3" Grid.Column="2"
|
||||||
|
Orientation="Horizontal" HorizontalOptions="End">
|
||||||
|
<Label Text="¥" FontSize="13" FontAttributes="Bold" VerticalOptions="End"></Label>
|
||||||
|
<Label Text="50" FontSize="32" FontAttributes="Bold" VerticalOptions="End"></Label>
|
||||||
|
</StackLayout>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
|
<Frame BackgroundColor="White"
|
||||||
|
BorderColor="Transparent"
|
||||||
|
CornerRadius="5"
|
||||||
|
Margin="10,5">
|
||||||
|
|
||||||
|
</Frame>
|
||||||
|
|
||||||
</VerticalStackLayout>
|
</VerticalStackLayout>
|
||||||
</ContentPage.Content>
|
</ContentPage.Content>
|
||||||
</ContentPage>
|
</ContentPage>
|
Loading…
Reference in New Issue