refactor(web):改造成vue工程
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="InvestmentItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing" width="700" height="115">
|
||||
<e:Image source="apay_liebiao_bg_png" scale9Grid="82,14,493,87" width="700"/>
|
||||
<e:Button id="buyButton" label="领取奖励" width="113" height="46" x="547" y="38">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" scaleX.down="0.95" scaleY.down="0.95" source="btn_apay" source.down="btn_apay" source.disabled="btn_apay2"/>
|
||||
<e:Label id="labelDisplay" size="20" horizontalCenter="0" verticalCenter="0" textColor="0xf0c896"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:List id="rewards" y="25" itemRendererSkinName="ItemBaseSkin" horizontalCenter="0">
|
||||
<e:ArrayCollection>
|
||||
<e:Array>
|
||||
<e:Object null=""/>
|
||||
<e:Object null=""/>
|
||||
<e:Object null=""/>
|
||||
</e:Array>
|
||||
</e:ArrayCollection>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="18"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:Label text="登录天数" y="26" size="24" left="32" textColor="0xe0ae75" stroke="2"/>
|
||||
<e:Label id="curDay" text="" y="64" left="67" bold="true" size="24" textColor="0xeee104" stroke="2"/>
|
||||
<app:RedDotControl id="redPoint" width="20" height="20" x="647" y="34" visible="false"/>
|
||||
<e:Image id="receiveImg" x="560" y="23" source="apay_yilingqu"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="InvestmentViewSkin" width="707" height="538" xmlns:e="http://ns.egret.com/eui"
|
||||
xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image source="kf_kftz_bg_png" horizontalCenter="0" />
|
||||
<e:Label text="剩余时间:" x="47" y="21" textColor="0xffe500" size="22" stroke="2" />
|
||||
<e:Label id="actTime" text="" x="153" y="21" textColor="0x28ee01" size="22" stroke="2" />
|
||||
<e:Label id="buyText" text="限时购买:" x="357" y="21" textColor="0xFFE500" size="22" stroke="2" visible="false" />
|
||||
<e:Label id="buyTime" text="" x="463" y="21" textColor="0x28ee01" size="22" stroke="2" />
|
||||
<e:Label text="活动内容:" x="47" y="52" textColor="0xFFE500" size="22" stroke="2" />
|
||||
<e:Label id="actDesc" text="" x="153" y="52" size="22" stroke="2" width="481" textColor="0xe7c590" />
|
||||
<e:Scroller id="InvestmentScroller" width="700" height="372" y="163" horizontalCenter="0">
|
||||
<e:List id="InvestmentList" itemRendererSkinName="InvestmentItemSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="1" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:Group id="buyGrp" bottom="0" horizontalCenter="0">
|
||||
<e:Image id="buyBannerImg" source="kf_kftz_bg4_png" />
|
||||
<e:Group x="240" y="35">
|
||||
<e:BitmapLabel id="buyBannerNum" text="0" font="num_kftz_fnt" letterSpacing="-4" />
|
||||
<e:Image source="kf_kftz_yb" />
|
||||
<e:layout>
|
||||
<e:HorizontalLayout verticalAlign="bottom" gap="0" />
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:BitmapLabel id="buyBannerDay" text="5" font="num_kftz_fnt" letterSpacing="-4" y="76" x="320" />
|
||||
<e:Label id="buyBannerNum2" text="0" x="585" y="90" size="20" textColor="0xfe8d00" />
|
||||
<e:Button id="receiveBtn" label="立即投资" bottom="40" right="38" width="143" height="62">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" scaleX.down="0.95" scaleY.down="0.95" source="kf_kftz_btn"
|
||||
source.down="kf_kftz_btn" />
|
||||
<e:Label id="labelDisplay" size="20" horizontalCenter="0" verticalCenter="0" textColor="0x000000" bold="true" />
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<app:RedDotControl id="redPoint" x="646" y="25" />
|
||||
</e:Group>
|
||||
<e:Image y="121" source="kf_jj_bqbg" horizontalCenter="0" scale9Grid="15,5,627,32" width="705" />
|
||||
<e:Image y="122" source="common_liebiaoding_fenge" horizontalCenter="-170" />
|
||||
<e:Label text="登录天数" y="132" size="22" stroke="2" textColor="0xD1B974" horizontalCenter="-269" />
|
||||
<e:Label text="奖 励" y="132" size="22" stroke="2" textColor="0xD1B974" horizontalCenter="-2" />
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user