master
parent
47f2756ec6
commit
c7d11432a8
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
|
@ -78,7 +78,7 @@
|
|||
BorderColor="Transparent"
|
||||
CornerRadius="5"
|
||||
Margin="10,5">
|
||||
<Grid RowDefinitions="*,*,*,*" ColumnDefinitions="auto,auto,*" ColumnSpacing="10">
|
||||
<Grid RowDefinitions="*,*,*,*" ColumnDefinitions="auto,auto,*" ColumnSpacing="10" RowSpacing="15">
|
||||
<Label
|
||||
Grid.Row="0" Grid.Column="0"
|
||||
Text="搭电"
|
||||
|
@ -102,9 +102,43 @@
|
|||
VerticalOptions="Center"
|
||||
TextColor="#919191">
|
||||
</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>
|
||||
</Frame>
|
||||
|
||||
<Frame BackgroundColor="White"
|
||||
BorderColor="Transparent"
|
||||
CornerRadius="5"
|
||||
Margin="10,5">
|
||||
|
||||
</Frame>
|
||||
|
||||
</VerticalStackLayout>
|
||||
</ContentPage.Content>
|
||||
</ContentPage>
|
Loading…
Reference in New Issue