refactor(web):改造成vue工程
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRecordItemSkin" width="435" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" height="30">
|
||||
<e:Image id="bg" scale9Grid="10,8,1,2" left="-1" right="1" top="0" bottom="0" source="bg_quyu_1"/>
|
||||
<e:Label id="desc" text="" x="18" textColor="0xf0c896" size="18" verticalCenter="0"/>
|
||||
</e:Skin>
|
||||
20
public/resource/eui_skins/web/forge/ForgeRecordSkin.exml
Normal file
20
public/resource/eui_skins/web/forge/ForgeRecordSkin.exml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRecordSkin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing" width="478" height="340">
|
||||
<app:UIViewFrame id="dragDropUI" horizontalCenter="0" bottom="0" width="478" height="340" skinName="ViewBgWin5Skin"/>
|
||||
<e:Image source="chat_bg_bg2" scale9Grid="4,4,28,28" width="441" height="239" horizontalCenter="-0.5" bottom="58" visible="false"/>
|
||||
<e:Scroller id="msgScroller" width="435" height="211" horizontalCenter="-2.5" bottom="71" anchorOffsetY="0">
|
||||
<e:List id="msgList" itemRendererSkinName="ForgeRecordItemSkin">
|
||||
<e:ArrayCollection>
|
||||
<e:Array/>
|
||||
</e:ArrayCollection>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:Button id="sure" label="确 定" horizontalCenter="-10.5" bottom="12" width="109" height="44">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="tips_btn" source.down="tips_btn" scaleX.down="0.95" scaleY.down="0.95"/>
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" size="20" textColor="0xf0c896" stroke="2"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRecycleItemViewSkin" width="212" height="288" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Group left="0" right="0" top="0" bottom="0" touchEnabled="false">
|
||||
<e:Image x="0" y="0" scaleX="1" scaleY="1" source="recovery_bg" scale9Grid="101,129,10,15"/>
|
||||
<e:Label id="title" text="逆魔王布鞋" y="19" size="20" horizontalCenter="0" x="85" scaleX="1" scaleY="1" textColor="0xffe624" stroke="2"/>
|
||||
<app:ItemBase id="item" y="71" skinName="ItemBaseSkin" horizontalCenter="-2.5" x="88" scaleX="1" scaleY="1"/>
|
||||
<e:Group id="txtGrp" verticalCenter="29" horizontalCenter="2" touchEnabled="false">
|
||||
<e:Group width="212" y="47" touchEnabled="false" x="-4" scaleX="1" scaleY="1">
|
||||
<e:Label text="回收可得" size="20" scaleX="1" scaleY="1" textColor="0xFFE624" stroke="2"/>
|
||||
<e:Image id="moneyImg" x="112" y="4" source="icon_yuanbao" width="37" height="37"/>
|
||||
<e:Label id="recycleMoney" text="*20" size="20" scaleX="1" scaleY="1" textColor="0xffe624" stroke="2"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout horizontalAlign="center" verticalAlign="middle" gap="1"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Label id="cdTime" text="倒计时:30小时" y="84" size="20" horizontalCenter="0.5" x="31" scaleX="1" scaleY="1" textColor="0x28ee01" stroke="2"/>
|
||||
<e:Label id="recycleNum" text="剩余次数:10" y="113" size="20" horizontalCenter="0.5" x="41" scaleX="1" scaleY="1" textColor="0xffe624" stroke="2"/>
|
||||
<e:layout>
|
||||
<e:VerticalLayout horizontalAlign="center" gap="7"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Button id="recycleBtn" label="回 收" skinName="Btn9Skin" bottom="21" horizontalCenter="0" x="74" y="268" scaleX="1" scaleY="1"/>
|
||||
<e:Rect id="rect" left="0" right="0" top="0" bottom="0" fillAlpha="0.5"/>
|
||||
<e:Image id="angleImg" source="recovery_zs_1" top="-6" left="-6" width="72" height="80"/>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRecycleViewSkin" width="869" height="558" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image id="bgImg" source="recovery_banner" touchEnabled="false" x="-10" y="-15" width="875"/>
|
||||
<e:Group width="869" height="427" bottom="0">
|
||||
<e:Scroller id="recycleScroller" width="869" height="427">
|
||||
<e:List id="recycleList" itemRendererSkinName="ForgeRecycleItemViewSkin">
|
||||
<e:layout>
|
||||
<e:TileLayout horizontalGap="3" verticalGap="10" paddingLeft="6"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRefiningAttrItemSkin" width="232" height="23" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Label id="txt_next" text="生命值上限:+2" x="16" y="3" size="15" anchorOffsetX="0" anchorOffsetY="0" height="17" textAlign="left" textColor="0x28ee01"/>
|
||||
<e:Image id="iconFlat" y="9.2" right="44" source="forge_t2" visible="false"/>
|
||||
<e:Image id="iconUp" source="forge_t3" x="173.2" y="4.6" scaleY="1" visible="false"/>
|
||||
<e:Image id="iconDown" source="forge_t1" x="173" y="6" scaleY="1" visible="false"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRefiningButtonSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*" states="up,down" width="229" height="81" width.down="229" height.down="81" >
|
||||
<e:Image id="select" horizontalCenter="0" verticalCenter="0" source="forge_equipbg1" source.up="forge_equipbg2" source.down="forge_equipbg1"/>
|
||||
<e:Label id="labelDisplay" text="紫色长跑" size="19" bold="false" textAlign="center" verticalAlign="middle" textColor.down="0xebc592" stroke="2" textColor="0xf0c896" y="12" left="86"/>
|
||||
<app:RedDotControl id="redDot" width="20" height="20" top="5" right="2" visible="false"/>
|
||||
<e:Image id="selectLine" x="-1.19" y="-1.92" anchorOffsetX="0" anchorOffsetY="0" scaleX="1" scaleY="1" includeIn="down" width="229.93" height="83.6" scale9Grid="24,23,2,2" source="liebiaoxuanzhong"/>
|
||||
<e:Label id="lbEquip" text="武器" size="20" stroke="2" textColor="0x28ee01" y="48" left="86"/>
|
||||
<app:ItemBase id="item" x="9.6" y="10" skinName="ItemBaseSkin"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRefiningCurrAttrItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
|
||||
height="23">
|
||||
<e:Label id="txt_next" text="" y="2" size="15" anchorOffsetX="0" anchorOffsetY="0" height="17" textAlign="left" horizontalCenter="0" textColor="0xfafcf9"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRefiningMoneyItemSkin" width="254" height="27" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:CheckBox id="checkYes" x="8" name="tabRed" y="1" skinName="CheckBox3"/>
|
||||
<e:Label id="lbMoney" text="20元宝/补齐赤月凭证" x="40" y="4" size="18" textColor="0xe68246" />
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRefiningNeedGoodsItem" width="75" height="124" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<app:ItemBase id="itembase" x="8" y="6" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="lbGoodsNum" text="30" y="76" size="20" textColor="0xf0c896" horizontalCenter="1.5" textAlign="center"/>
|
||||
<e:Label id="lbIsMoney" text="元宝替换" y="102" size="14" textColor="0x28ee01" textAlign="center" horizontalCenter="1.5" visible="false"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRefiningShowAttrSkin" width="230" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image source="chat_bg_bg2_png" x="0" scale9Grid="5,5,32,32" anchorOffsetX="0" width="230" anchorOffsetY="0" top="0" bottom="0"/>
|
||||
<e:Label id="lbDesc" text="可能出现的属性:\n攻击上限\n魔法上限\n道术上限\n物防上限\n魔御上限\n物理命中\n魔法命中\n魔法命中\n魔法命中" x="15" size="18" width="171" lineSpacing="3" top="10" bottom="10"/>
|
||||
<e:Button id="btn_close" label="" x="204" y="0" skinName="ButtonCloseSkin"/>
|
||||
</e:Skin>
|
||||
50
public/resource/eui_skins/web/forge/ForgeRefiningSkin.exml
Normal file
50
public/resource/eui_skins/web/forge/ForgeRefiningSkin.exml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRefiningSkin" width="875" height="558" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image id="bg" source="apay_tab_bg" x="236.71" y="0.48" scale9Grid="60,60,12,12" width="637.84" height="558" anchorOffsetX="0" anchorOffsetY="0" scaleX="1" scaleY="1" visible="false"/>
|
||||
<e:Image source="apay_tab_bg" x="-1.62" y="0.48" scale9Grid="60,60,12,12" width="239.5" height="558.03" anchorOffsetX="0" anchorOffsetY="0" scaleX="1" scaleY="1" visible="false"/>
|
||||
<e:Image x="241.16" y="5.31" anchorOffsetY="0" height="547" source="forge_bg2" anchorOffsetX="0" width="629.5"/>
|
||||
<e:Image source="forge_bg3" x="266.99" y="148" anchorOffsetX="0" width="211" anchorOffsetY="0" height="200" scale9Grid="22,21,1,1"/>
|
||||
<e:Image source="com_bg_kuang_4_png" x="235" y="-5"/>
|
||||
<e:Image source="forge_bg3" x="247.33" y="357.97" anchorOffsetX="0" width="614" anchorOffsetY="0" height="192" scale9Grid="22,21,1,1"/>
|
||||
<e:TabBar id="tabItem" height="43" x="5.32" y="5.37" anchorOffsetY="0" anchorOffsetX="0" itemRendererSkinName="BtnTabSkin2" visible="false">
|
||||
</e:TabBar>
|
||||
<e:Image source="forge_bg3" x="612.95" y="148" anchorOffsetX="0" width="211" anchorOffsetY="0" height="200" scale9Grid="22,20,1,1"/>
|
||||
<e:Image x="513.66" y="199.62" source="forge_btjt"/>
|
||||
<e:Image source="forge_bt2" x="649.71" y="158.32"/>
|
||||
<e:Image x="277.64" y="158.65" source="forge_bt1"/>
|
||||
<e:Button id="btnReplace" label="替 换" x="673.46" y="298.03" skinName="Btn9Skin" visible="false"/>
|
||||
<e:Button id="btnRefining" label="洗 炼" x="610.14" y="494.65" skinName="Btn9Skin"/>
|
||||
<e:Image source="achievement_json.ach_xunzhangbg" x="474.49" y="24.67"/>
|
||||
<app:ItemBase id="item" x="513.33" y="53" anchorOffsetX="0" anchorOffsetY="0" skinName="ItemBaseSkin"/>
|
||||
<e:Scroller width="200" height="112" x="619" y="190" anchorOffsetY="0">
|
||||
<e:List id="listNewAttr" width="200" x="619" y="190" anchorOffsetX="0" anchorOffsetY="0" itemRendererSkinName="ForgeRefiningAttrItemSkin">
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:List id="listCurAttr" width="199" y="190" itemRendererSkinName="ForgeRefiningCurrAttrItemSkin" horizontalCenter="-64.5">
|
||||
</e:List>
|
||||
<e:Scroller id="scroller" width="229" height="511" x="4" y="40" anchorOffsetX="0" anchorOffsetY="0">
|
||||
<e:TabBar id="tabEq" itemRendererSkinName="ForgeRefiningButtonSkin" width="209">
|
||||
<e:layout>
|
||||
<e:VerticalLayout/>
|
||||
</e:layout>
|
||||
</e:TabBar>
|
||||
</e:Scroller>
|
||||
<e:List id="listMoney" width="226" x="253" y="370" anchorOffsetX="0" anchorOffsetY="0" itemRendererSkinName="ForgeRefiningMoneyItemSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="6"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:List id="listGoods" height="123" anchorOffsetX="0" anchorOffsetY="0" itemRendererSkinName="ForgeRefiningNeedGoodsItem" y="371" horizontalCenter="225">
|
||||
<e:layout>
|
||||
<e:HorizontalLayout horizontalAlign="center"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<app:RuleTipsButton id="ruleTips" label="Button" ruleId="78" horizontalCenter="-171.5" height="32" verticalCenter="-250"/>
|
||||
<e:Label id="lbShowDesc" text="查看详情" x="509.34" y="131.95" size="18" textColor="0xE68246" borderColor="0xd82929"/>
|
||||
<e:Image id="iconNo" x="513.67" y="53" source="zl_iconzw" visible="false"/>
|
||||
<e:Label id="lbFail" text="很遗憾您洗炼失败了" x="638" y="245" size="18" textColor="0xf22626" visible="false"/>
|
||||
<e:Label id="lbReplaceState" text="更好极品属性\n已自动替换" x="672.26" y="307" size="17" textAlign="center" textColor="0xf0c896" visible="false"/>
|
||||
<e:Label id="txt_get0" text="" x="729" y="493" size="16" textAlign="left" textColor="0x32FC00" multiline="false" scaleX="1" scaleY="1" italic="false" anchorOffsetX="0" visible="false"/>
|
||||
<e:Label id="txt_get1" text="" x="729" y="515.99" size="16" textAlign="left" textColor="0x32FC00" multiline="false" scaleX="1" scaleY="1" italic="false" anchorOffsetX="0" visible="false"/>
|
||||
<e:Image x="-1" y="4" source="forge_xlt"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeRewardItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image source="forge_equip2" horizontalCenter="0" verticalCenter="0"/>
|
||||
<e:Image id="itemBg" source="quality_1" horizontalCenter="0" verticalCenter="0"/>
|
||||
<e:Image id="itemIcon" source="11000" horizontalCenter="0" verticalCenter="0"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeUpStarCurrAttrItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
|
||||
width="186" height="23">
|
||||
<e:Label id="txt_next" text="全职业攻击下限:+11" y="2" size="15" anchorOffsetX="0" anchorOffsetY="0" height="17" textAlign="left" textColor="0xfafcf9" left="19" stroke="2"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeUpStarNextArrtItemSkin" width="186" height="23" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Label id="txt_next" text="生命值上限:+2" y="3" size="15" anchorOffsetX="0" anchorOffsetY="0" height="17" textAlign="left" textColor="0x28ee01" left="25" stroke="2"/>
|
||||
</e:Skin>
|
||||
71
public/resource/eui_skins/web/forge/ForgeUpStarSkin.exml
Normal file
71
public/resource/eui_skins/web/forge/ForgeUpStarSkin.exml
Normal file
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeUpStarSkin" width="875" height="558" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image id="bg" source="apay_tab_bg" x="236.71" y="0.48" scale9Grid="60,60,12,12" width="637.84" height="558" anchorOffsetX="0" anchorOffsetY="0" scaleX="1" scaleY="1" visible="false"/>
|
||||
<e:Image x="241.16" y="5.31" anchorOffsetY="0" height="547" source="forge_bg2" anchorOffsetX="0" width="629.5"/>
|
||||
<e:Image x="330.33" y="207.59" anchorOffsetX="0" width="185" anchorOffsetY="0" height="147" scale9Grid="22,21,1,1" source="forge_bg3"/>
|
||||
<e:Image x="234" y="-5" source="com_bg_kuang_4_png"/>
|
||||
<e:Image source="forge_bg3" x="586.02" y="204.26" anchorOffsetX="0" width="185" anchorOffsetY="0" height="147" scale9Grid="22,21,1,1"/>
|
||||
<e:Image source="forge_bg3" x="247.33" y="357.97" anchorOffsetX="0" width="614" anchorOffsetY="0" height="192" scale9Grid="22,21,1,1"/>
|
||||
<e:TabBar id="tabItem" height="43" x="5.32" y="5.37" anchorOffsetY="0" anchorOffsetX="0" itemRendererSkinName="BtnTabSkin2" visible="false">
|
||||
</e:TabBar>
|
||||
<e:Image x="603.43" y="217.91" source="forge_bt4"/>
|
||||
<e:Image x="347.64" y="218.24" source="forge_bt3"/>
|
||||
<e:Button id="btnReplace" label="替 换" x="673.46" y="298.03" skinName="Btn9Skin" visible="false"/>
|
||||
<e:Button id="btnUpStar" label="升 星" x="568.16" y="499.21" skinName="Btn9Skin"/>
|
||||
<e:Image source="achievement_json.ach_xunzhangbg" x="486.49" y="24.67"/>
|
||||
<app:ItemBase id="item" x="525.33" y="53" anchorOffsetX="0" anchorOffsetY="0" skinName="ItemBaseSkin"/>
|
||||
<e:List id="listMoney" width="226" x="253" y="370" anchorOffsetX="0" anchorOffsetY="0" itemRendererSkinName="ForgeRefiningMoneyItemSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="6"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:List id="listNextAttr" width="178" y="249" anchorOffsetX="0" anchorOffsetY="0" x="589.98" itemRendererSkinName="ForgeUpStarNextArrtItemSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="0" horizontalAlign="center" verticalAlign="middle"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:List id="listCurAttr" y="249" anchorOffsetX="0" anchorOffsetY="0" horizontalCenter="-16" itemRendererSkinName="ForgeUpStarCurrAttrItemSkin" width="175">
|
||||
</e:List>
|
||||
<e:Scroller id="scroller" width="229" height="515" x="4" y="40" anchorOffsetX="0" anchorOffsetY="0">
|
||||
<e:TabBar id="tabEq" itemRendererSkinName="ForgeRefiningButtonSkin" width="209.67">
|
||||
<e:layout>
|
||||
<e:VerticalLayout/>
|
||||
</e:layout>
|
||||
</e:TabBar>
|
||||
</e:Scroller>
|
||||
<e:List id="listGoods" height="105.67" anchorOffsetX="0" anchorOffsetY="0" itemRendererSkinName="ForgeRefiningNeedGoodsItem" y="377.65" horizontalCenter="186">
|
||||
<e:layout>
|
||||
<e:HorizontalLayout horizontalAlign="center"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<app:RuleTipsButton id="ruleTips" label="Button" ruleId="80" horizontalCenter="-171.5" height="32" verticalCenter="-250"/>
|
||||
<e:Image id="iconNo" x="513.67" y="53" source="zl_iconzw" visible="false"/>
|
||||
<e:Label id="lbFail" text="很遗憾您洗炼失败了" x="638" y="245" size="18" textColor="0xf22626" visible="false"/>
|
||||
<e:Group id="group_star" anchorOffsetX="0" anchorOffsetY="0" x="356.39" y="153.18">
|
||||
<e:Image id="imgStar1" x="15" y="17" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar2" x="25" y="27" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar3" x="35" y="37" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar4" x="45" y="47" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar5" x="55" y="57" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar6" x="65" y="67" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar7" x="75" y="77" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar8" x="85" y="87" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar9" x="95" y="97" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar10" x="105" y="107" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar11" x="115" y="117" source="forge_xxbg"/>
|
||||
<e:Image id="imgStar12" x="125" y="127" source="forge_xxbg"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout horizontalAlign="left" gap="0"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Label text="消耗材料:" x="331" y="372" size="23" textColor="0xf0c896" stroke="2" visible="false"/>
|
||||
<e:Label id="lbMax" text="已满星" x="644.65" y="267.33" size="23" textColor="0xF0C896" visible="false"/>
|
||||
<e:Image source="forge_json.forge_sxjt" x="510.65" y="234"/>
|
||||
<e:Image x="-1" y="0" source="forge_sxt"/>
|
||||
<e:Label id="lbTitle" text="黄金裁决" stroke="1" size="20" textAlign="center" y="131.23" horizontalCenter="117.5" textColor="0xff7700"/>
|
||||
<e:Label id="txt_get0" text="" x="782.48" y="420" size="16" textAlign="left" textColor="0x32FC00" multiline="false" scaleX="1" scaleY="1" italic="false" anchorOffsetX="0" stroke="2"/>
|
||||
<e:Label id="txt_get1" text="" x="782.48" y="466" size="16" textAlign="left" textColor="0x32FC00" multiline="false" scaleX="1" scaleY="1" italic="false" anchorOffsetX="0" stroke="2"/>
|
||||
<e:Label id="txt_get2" text="" x="782.48" y="443" size="16" textAlign="left" textColor="0x32FC00" multiline="false" scaleX="1" scaleY="1" italic="false" anchorOffsetX="0" stroke="2"/>
|
||||
<e:Label id="rateLabel" text="" x="695" y="503" size="18" stroke="2" textColor="0xe0ae75"/>
|
||||
<e:Label text="7星以上装备在回收时返还部分玛法宝石" x="421" y="187" size="16" stroke="2" textColor="0xeee104" lineSpacing="5"/>
|
||||
</e:Skin>
|
||||
33
public/resource/eui_skins/web/forge/ForgeViewSkin.exml
Normal file
33
public/resource/eui_skins/web/forge/ForgeViewSkin.exml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeViewSkin" width="869" height="558" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image width="238" height="499" source="kbg_3_1_png" scale9Grid="42,45,3,4" horizontalCenter="308.5" bottom="57"/>
|
||||
<e:Image source="forge_bg" horizontalCenter="-123" bottom="57"/>
|
||||
<e:Image id="obtain" source="forge_huode" horizontalCenter="-116" bottom="448"/>
|
||||
<e:Group width="712" height="44" horizontalCenter="6.5" bottom="7">
|
||||
<e:Button id="recycle" label="回 收" x="9" y="1" skinName="Btn9Skin"/>
|
||||
<e:Button id="bulkRecycle" label="批量回收" x="127" y="2" skinName="Btn9Skin"/>
|
||||
<e:Button id="historyRecord" label="历史记录" x="246.3" y="2" skinName="Btn9Skin"/>
|
||||
<e:Button id="forge" label="锻造" x="362.8" y="2" skinName="Btn9Skin"/>
|
||||
<e:Button id="forgeTen" label="锻造10次" x="480" y="2" skinName="Btn9Skin"/>
|
||||
<e:Button id="rule" label="说明" x="598.8" y="2" skinName="Btn9Skin"/>
|
||||
</e:Group>
|
||||
<e:Group id="oneGrp" verticalCenter="-79" horizontalCenter="-119">
|
||||
<e:Image source="forge_equip1" scaleX="1" scaleY="1"/>
|
||||
<e:Image id="itemQua" source="quality_0" horizontalCenter="-1" verticalCenter="-1"/>
|
||||
<e:Image id="itemIcon" horizontalCenter="-1" verticalCenter="-1" source="11000"/>
|
||||
</e:Group>
|
||||
<e:Image source="forge_t" bottom="513" horizontalCenter="310.5"/>
|
||||
<e:Scroller id="scroller" width="219" height="411" horizontalCenter="309" bottom="97">
|
||||
<e:List id="forgeList" width="219" height="411" itemRendererSkinName="ItemBaseSkin" horizontalCenter="309" bottom="97">
|
||||
<e:layout>
|
||||
<e:TileLayout requestedColumnCount="3" horizontalGap="19" verticalGap="11"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:List id="rewardList" itemRendererSkinName="ForgeRewardItemSkin" horizontalCenter="-109" bottom="298" visible="false">
|
||||
<e:layout>
|
||||
<e:TileLayout requestedColumnCount="5"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:Label id="txt_get" text="" x="529" y="475" size="16" textAlign="left" textColor="0x32FC00" multiline="false" scaleX="1" scaleY="1" italic="false" anchorOffsetX="0"/>
|
||||
</e:Skin>
|
||||
7
public/resource/eui_skins/web/forge/ForgeWinSkin.exml
Normal file
7
public/resource/eui_skins/web/forge/ForgeWinSkin.exml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ForgeWinSkin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing" width="919" height="644">
|
||||
<app:UIViewFrame id="dragDropUI" y="0" skinName="ViewBgWin1Skin" width="921"/>
|
||||
<e:Group id="viewStack" width="869" horizontalCenter="0" height="558" verticalCenter="14">
|
||||
</e:Group>
|
||||
<app:RuleTipsButton id="ruleTips" label="Button" ruleId="23" horizontalCenter="-408.5" height="32" verticalCenter="-234"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="SynthesisItem2CostItemSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" height="20">
|
||||
<e:Image id="iconImg" width="30" height="30" x="-30" y="-6" source="13009"/>
|
||||
<e:Group verticalCenter="0">
|
||||
<e:Label id="costName" text="炎之赤月凭证 (1/3)" size="18" stroke="2" verticalAlign="middle" textColor="0xe5ddcf"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
51
public/resource/eui_skins/web/forge/SynthesisItem2Skin.exml
Normal file
51
public/resource/eui_skins/web/forge/SynthesisItem2Skin.exml
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="SynthesisItem2Skin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*"
|
||||
xmlns:w="http://ns.egret.com/wing" width="338" height="183">
|
||||
<e:Group width="338" height="183">
|
||||
<e:Image source="hecheng_bg1" x="0" y="0" scaleX="1" scaleY="1" />
|
||||
<app:SynthesisItemBase id="itemData" skinName="ItemBaseSkin" y="50" x="28" scaleX="1" scaleY="1" />
|
||||
<e:Label id="itemName" text="炎之黄金裁决" size="20" stroke="2" textColor="0xff7700" verticalCenter="-63.5"
|
||||
horizontalCenter="-1" />
|
||||
<e:Button id="syntheticBtn" label="第88天开放" horizontalCenter="0" bottom="14" x="183" y="279" scaleX="1" scaleY="1"
|
||||
width="113" height="44">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="tips_btn" source.down="tips_btn"
|
||||
source.disabled="tips_btn" alpha.disabled="0.5" scaleX.down="0.95" scaleY.down="0.95" />
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" size="20" textColor="0xf0c896" stroke="2" />
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Button id="syntheticBtn1" label="第88天开放" horizontalCenter="-65" bottom="14" x="183" y="279" scaleX="1" scaleY="1"
|
||||
width="113" height="44">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="tips_btn" source.down="tips_btn"
|
||||
source.disabled="tips_btn" alpha.disabled="0.5" scaleX.down="0.95" scaleY.down="0.95" />
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" size="20" textColor="0xf0c896" stroke="2" />
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Button id="syntheticBtn2" label="第88天开放" horizontalCenter="65" bottom="14" x="183" y="279" scaleX="1" scaleY="1"
|
||||
width="113" height="44">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="tips_btn" source.down="tips_btn"
|
||||
source.disabled="tips_btn" alpha.disabled="0.5" scaleX.down="0.95" scaleY.down="0.95" />
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" size="20" textColor="0xf0c896" stroke="2" />
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Label id="limitLab" text="20转开放" size="20" stroke="2" textColor="0x28ee01" verticalCenter="54.5"
|
||||
horizontalCenter="1.5" />
|
||||
<app:RedDotControl id="redPoint" x="210" y="120" />
|
||||
<app:RedDotControl id="redPoint1" x="150" y="120" />
|
||||
<app:RedDotControl id="redPoint2" x="280" y="120" />
|
||||
<e:Label text="材料:" x="99.34" y="54.01" size="18" stroke="2" textColor="0xe5ddcf" />
|
||||
<e:List id="costList" x="144" y="52" itemRendererSkinName="SynthesisItem2CostItemSkin" width="152">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="5" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
39
public/resource/eui_skins/web/forge/SynthesisItemSkin.exml
Normal file
39
public/resource/eui_skins/web/forge/SynthesisItemSkin.exml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="SynthesisItemSkin" width="700" currentState="item4" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing" height="119" states="item4,item3,item2,item1" >
|
||||
<e:Image left="0" right="0" top="0" bottom="0" source="hecheng_bg2" scale9Grid="183,51,84,22"/>
|
||||
<e:Group x="23.35" y="12" width="92">
|
||||
<app:SynthesisItemBase id="item1" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="name1" text="两仪魔器" size="16" textAlign="center" y="66" horizontalCenter="-16" textColor="0xe5ddcf" stroke="2"/>
|
||||
<e:Image x="70" y="20" source="bag_jia" source.item1="com_jiantoux3" x.item1="100" x.item2="76.67"/>
|
||||
</e:Group>
|
||||
<e:Group x="119" y="12" visible.item1="false" width="92" x.item2="132.34" x.item3="125.67">
|
||||
<app:SynthesisItemBase id="item2" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="name2" text="两仪魔器" size="16" textAlign="center" y="66" horizontalCenter="-16" textColor="0xe5ddcf" stroke="2"/>
|
||||
<e:Image x="70" y="20" source="bag_jia" source.item2="com_jiantoux3" x.item2="100"/>
|
||||
</e:Group>
|
||||
<e:Group x="216" y="12" visible.item2="false" visible.item1="false" width="92" x.item3="229.34" x.item4="218.68">
|
||||
<app:SynthesisItemBase id="item3" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="name3" text="两仪魔器" size="16" textAlign="center" y="66" horizontalCenter="-16" textColor="0xe5ddcf" stroke="2"/>
|
||||
<e:Image x="70" y="20" source="bag_jia" source.item3="com_jiantoux3" x.item3="95" y.item3="23.25"/>
|
||||
</e:Group>
|
||||
<e:Group x="315" y="13" visible.item3="false" visible.item2="false" visible.item1="false" width="120" x.item4="320.36">
|
||||
<app:SynthesisItemBase id="item4" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="name4" text="两仪魔器" size="16" textAlign="center" y="66" horizontalCenter="-29" textColor="0xe5ddcf" stroke="2"/>
|
||||
<e:Image x="88" y="20" source="com_jiantoux3"/>
|
||||
</e:Group>
|
||||
<e:Group x="459" y="12" x.item3="370.62" x.item2="278.62" x.item1="200.62" width="64">
|
||||
<app:SynthesisItemBase id="itemData" skinName="ItemBaseSkin"/>
|
||||
<e:Label id="itemName" text="两仪魔器" size="16" textAlign="center" y="66" horizontalCenter="-1" textColor="0xe5ddcf" stroke="2"/>
|
||||
</e:Group>
|
||||
<e:Button label="合 成" x="594" y="37" skinName="Btn9Skin" visible="false"/>
|
||||
<e:Button id="sure" label="第88天开放" x="570" y="36" scaleX="1" scaleY="1" width="113" height="44">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="tips_btn" source.down="tips_btn" source.disabled="tips_btn" alpha.disabled="0.5" scaleX.down="0.95" scaleY.down="0.95"/>
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" size="20" textColor="0xf0c896" stroke="2"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<app:RedDotControl id="redPoint" x="673.5" y="33.5" visible="false"/>
|
||||
<e:Label id="limitLab" text="" size="20" right="16" stroke="2" textColor="0x28ee01" verticalCenter="-2.5" visible="false"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="SynthesisTab2Skin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*" states="up,down" height="41" width="130">
|
||||
<e:Image source="com_yeqian_6" horizontalCenter="0" verticalCenter="0"/>
|
||||
<e:Image id="chosen" source="com_yeqian_7" includeIn="down" horizontalCenter="0" verticalCenter="0"/>
|
||||
<e:Label id="itemName" text="魔龙装备" size="20" horizontalCenter="0" verticalCenter="-0.5" textColor="0xf0c896" textColor.up="0x807b73" stroke="2"/>
|
||||
<app:RedDotControl id="redPoint" right="4" top="4" visible="false"/>
|
||||
</e:Skin>
|
||||
11
public/resource/eui_skins/web/forge/SynthesisTabSkin.exml
Normal file
11
public/resource/eui_skins/web/forge/SynthesisTabSkin.exml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="SynthesisTabSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*" states="clickUp,clickDown" >
|
||||
<e:Group width="139" height="51">
|
||||
<e:Image source="tab_01_2"/>
|
||||
<e:Image includeIn="clickDown" source="tab_01_3"/>
|
||||
<e:Label id="equipName" text="魔龙装备" size="22" horizontalCenter="0.5" top="16" textColor="0xf0c896" x="23" y="11" stroke="2" textColor.clickDown="0xe5ddcf"/>
|
||||
<app:RedDotControl id="redPoint" right="2" top="1" visible="false"/>
|
||||
</e:Group>
|
||||
<e:List id="list" y="48" visible.clickUp="false" itemRendererSkinName.clickDown="SynthesisTab2Skin" x.clickDown="2" includeIn="clickDown" width="130" x="5">
|
||||
</e:List>
|
||||
</e:Skin>
|
||||
25
public/resource/eui_skins/web/forge/SynthesisViewSkin.exml
Normal file
25
public/resource/eui_skins/web/forge/SynthesisViewSkin.exml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="SynthesisViewSkin" width="869" height="558" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image left="0" right="712" top="0" bottom="0" source="com_bg_kuang_xian1" scale9Grid="10,9,3,3" visible="false"/>
|
||||
<e:Image left="155" right="0" top="0" bottom="0" source="com_bg_kuang_xian1" scale9Grid="10,9,2,3" visible="false"/>
|
||||
<e:Image source="com_bg_kuang_4_png" x="149" y="-5"/>
|
||||
<e:Scroller id="tabScroller" width="139" height="541" x="6" y="7" scrollPolicyH="off" bounces="false">
|
||||
<e:List id="TabList" x="12" y="8" itemRendererSkinName="SynthesisTabSkin" anchorOffsetX="0" width="135">
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:Scroller id="itemScroller2" width="700" height="546" x="162" y="6">
|
||||
<e:List id="itemList2" y="-1" itemRendererSkinName="SynthesisItemSkin">
|
||||
<e:layout>
|
||||
<e:TileLayout verticalGap="1" requestedColumnCount="1"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:Scroller id="itemScroller1" width="700" height="546" x="162" y="6">
|
||||
<e:List id="itemList1" y="-1" itemRendererSkinName="SynthesisItem2Skin">
|
||||
<e:layout>
|
||||
<e:TileLayout verticalGap="6" requestedColumnCount="2" paddingLeft="8" horizontalGap="7"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:Label id="isVisible" text="该类型物品合成即将开放,敬请期待" horizontalCenter="91" verticalCenter="-36" size="23" textColor="0x5bfc0c" visible="false"/>
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user