|
|
@@ -2,16 +2,17 @@
|
|
|
<Window>
|
|
|
<Font id="0" name="微软雅黑" size="22" />
|
|
|
<Font id="1" name="微软雅黑" size="36" />
|
|
|
+ <Font id="20" name="微软雅黑" size="20" />
|
|
|
<Font id="24" name="微软雅黑" size="24" />
|
|
|
|
|
|
<VerticalLayout bkimage="shoukuan_bkg.png" >
|
|
|
<HorizontalLayout>
|
|
|
- <VerticalLayout width="380">
|
|
|
+ <VerticalLayout width="460">
|
|
|
<HorizontalLayout height="50">
|
|
|
- <Label text="欢迎光临" font="1" align="center" textcolor="#FFFF8910"></Label>
|
|
|
+ <Label text="欢迎光临!" font="1" align="center" textcolor="#FFFF8910"></Label>
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
- <HorizontalLayout height="48">
|
|
|
+ <HorizontalLayout height="30" padding="0,10,0,15">
|
|
|
<Label name="shopname" text="" font="0" align="center"></Label>
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
@@ -20,6 +21,7 @@
|
|
|
<List name="list_diandan_cart" padding="0,10,0,0" itemlinecolor="#FF000000" vscrollbar="true">
|
|
|
<ListHeader inset="10,0,0,0"/>
|
|
|
<ListHeaderItem text="商品" width="220" align="left" />
|
|
|
+ <ListHeaderItem text="单价" width="80" align="center" />
|
|
|
<ListHeaderItem text="数量" width="80" align="center" />
|
|
|
<ListHeaderItem text="金额" width="80" align="center" />
|
|
|
</List>
|
|
|
@@ -30,12 +32,11 @@
|
|
|
|
|
|
<Control height="1" bkcolor="#FFEBE8E8"></Control>
|
|
|
|
|
|
- <VerticalLayout height="90">
|
|
|
- <HorizontalLayout height="70">
|
|
|
- <Label name="diandan_page_otherprice" text="" width="160" align="left" padding="15,0,0,0"></Label>
|
|
|
- <Label name="diandan_page_totalprice" text="总价:¥0.00" font="24" textcolor="#FFFF0000" width="190" align="right" padding="0,0,15,0"></Label>
|
|
|
- </HorizontalLayout>
|
|
|
- </VerticalLayout>
|
|
|
+ <HorizontalLayout height="100">
|
|
|
+ <Label name="diandan_page_otherprice" text="" font="20" width="260" align="left" padding="15,40,0,0" multiline="true" endellipsis="true"></Label>
|
|
|
+ <Control></Control>
|
|
|
+ <Label name="diandan_page_totalprice" text="总价:¥0.00" font="24" textcolor="#FFFF0000" width="170" align="right" padding="0,8,15,0"></Label>
|
|
|
+ </HorizontalLayout>
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<Control width="1" bkcolor="#FFEBE8E8"></Control>
|