refactor(web):改造成vue工程
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImageLevelUpWinSkin" width="912" height="646" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*"
|
||||
xmlns:w="http://ns.egret.com/wing">
|
||||
<app:UIViewFrame id="dragDropUI" skinName="ViewBgWin1Skin" />
|
||||
<e:Group id="pageGroup" width="876" height="556" verticalCenter="8" horizontalCenter="0" touchEnabled="false">
|
||||
<e:Image x="154.98" scaleX="1" scaleY="1" source="com_bg_kuang_4_png" y="-0.7" />
|
||||
<e:Scroller width="147" horizontalCenter="-357.5" top="7" bottom="69">
|
||||
<e:List id="tabList" height="481" itemRendererSkinName="TradeLineTabSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="-2" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
<e:Group x="136.28" y="8.8">
|
||||
<app:RedDotControl id="redPoint1" width="20" height="20" x="51" y="12" scaleX="1" scaleY="1" />
|
||||
<app:RedDotControl id="redPoint2" width="20" height="20" x="61" y="22" scaleX="1" scaleY="1" />
|
||||
<app:RedDotControl id="redPoint3" width="20" height="20" x="71" y="32" scaleX="1" scaleY="1" />
|
||||
<app:RedDotControl id="redPoint4" width="20" height="20" x="81" y="42" scaleX="1" scaleY="1" />
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="37" />
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Image source="bg_sixiang2_png" x="162.01" y="1.3" anchorOffsetY="0" height="565" anchorOffsetX="0" width="710" />
|
||||
<e:Group id="effGrp" x="510" y="200" touchEnabled="false" touchChildren="false" />
|
||||
<e:Label id="curLV" text="当前等级:9" size="22" textColor="0xded104" y="300" left="289" stroke="2" />
|
||||
<e:Label id="nextLv" text="下一等级:10" size="22" textColor="0xDED104" y="300" left="578" stroke="2" />
|
||||
<e:List id="gCurList" name="list" itemRendererSkinName="FourImagesAttrItemCurSkin" verticalCenter="87"
|
||||
horizontalCenter="-57">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="6" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:List id="gNextList" name="list" itemRendererSkinName="FourImagesAttrItemNextSkin" verticalCenter="88"
|
||||
horizontalCenter="221.5">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="6" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:Image x="485" y="340" source="sx_jiantou" />
|
||||
<e:Label id="costLab" text="所需材料:" x="276" y="408" size="20" textColor="0xe1d7cb" stroke="2" visible="false" />
|
||||
<e:List id="costList" x="282" y="422" itemRendererSkinName="FourImagesCostItemSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="4" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:Button id="btnUp" label="立即升星" verticalCenter="234" right="309" skinName="Btn9Skin"></e:Button>
|
||||
<e:Label id="txt_get" text="" size="16" textAlign="left" textColor="0x32FC00" multiline="false" italic="false"
|
||||
bottom="37" right="84" />
|
||||
<e:Group verticalCenter="-190" horizontalCenter="-181.5">
|
||||
<e:Image source="jiejikuang" top="-5" bottom="-5" scale9Grid="4,13,31,83" minHeight="110"/>
|
||||
<e:BitmapLabel id="curOrder" font="fourImage_fnt" text="二十阶" width="27" verticalCenter="0" horizontalCenter="0" />
|
||||
</e:Group>
|
||||
<e:Label id="lbMax" text="青龙之魂已达满阶" x="434" y="447" textColor="0xe0ae75" size="20" />
|
||||
<e:Label id="lbMax0" text="已满阶" x="586" y="347" textColor="0xe0ae75" size="20" visible="false" />
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesAttrItemCurSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
|
||||
width="183.8" height="22">
|
||||
<e:Label id="txt_cur" text="体力加成:+0%" y="0" size="20"
|
||||
textColor="0xf4d1a4" anchorOffsetX="0" anchorOffsetY="0" height="20" left="1"/>
|
||||
<e:Image id="arrow" smoothing="false" width="20" height="20" x="152.8" y="-1" source="com_jiantoux2" visible="false"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesAttrItemNextSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*"
|
||||
width="162" height="25">
|
||||
<e:Label id="txt_next" text="体力上限:+50" y="2" size="20" anchorOffsetX="0" anchorOffsetY="0" height="17" textColor="0x55cc0c" textAlign="left" left="0"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesCostItemSkin" width="221" height="29" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Label text="消耗:" x="7.67" y="7.5" size="17" textColor="0xe5ddcf" stroke="2"/>
|
||||
<e:Label id="txtCost" text="3124/9527" x="90" y="7.5" size="17" anchorOffsetX="0" anchorOffsetY="0" stroke="2" textColor="0xe5ddcf"/>
|
||||
<e:Image id="iconGoods" x="51.31" y="-4.04" source="13107" scaleX="0.6" scaleY="0.6" width="60" height="60"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesInfoLevelViewSkin" width="228.83" height="26" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Group id="group_0" width="89" height="26" x="0" y="0" anchorOffsetX="0" anchorOffsetY="0" visible="false">
|
||||
<e:Image id="iconLv" source="t_sx_1" x="0" y="0" scaleX="1" scaleY="1"/>
|
||||
<e:Image source="t_sx_jie" x="24" y="0"/>
|
||||
<e:Image id="iconTitle_0" source="t_sx_qing" x="48" y="0"/>
|
||||
<e:Image id="iconTitle_1" source="t_sx_long" x="72" y="0"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="-3"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Group id="group_1" width="103" height="26" x="0" y="0" anchorOffsetX="0" anchorOffsetY="0">
|
||||
<e:Image x="0" y="0" scaleX="1" scaleY="1" id="iconLv0" source="t_sx_2"/>
|
||||
<e:Image source="sixiang_json.t_sx_10" x="24" y="0"/>
|
||||
<e:Image source="t_sx_jie" x="48" y="0"/>
|
||||
<e:Image source="t_sx_qing" x="72" y="0" id="iconTitle_2"/>
|
||||
<e:Image source="t_sx_long" x="96" y="0" id="iconTitle_3"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="-4"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Group id="group_2" width="205.33" height="26" x="0" y="0" anchorOffsetX="0" anchorOffsetY="0">
|
||||
<e:Image id="iconLv2_0" source="t_sx_2" x="0" y="0" scaleX="1" scaleY="1"/>
|
||||
<e:Image source="sixiang_json.t_sx_10" x="24" y="0"/>
|
||||
<e:Image id="iconLv2_1" source="sixiang_json.t_sx_5" x="38" y="8"/>
|
||||
<e:Image source="t_sx_jie" x="48" y="0"/>
|
||||
<e:Image id="iconStarLv_2" x="79" y="9" source="t_sx_5"/>
|
||||
<e:Image source="sixiang_json.t_sx_xing" x="100" y="10"/>
|
||||
<e:Image id="iconTitle_2_0" source="t_sx_qing" x="72" y="0"/>
|
||||
<e:Image id="iconTitle_2_1" source="t_sx_long" x="96" y="0"/>
|
||||
<e:Image source="sixiang_json.t_sx_zhi" x="153" y="9"/>
|
||||
<e:Image source="sixiang_json.t_sx_hun" x="191" y="11"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="-4"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesItemViewSkin" width="144" height="173" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image id="seletectd" x="3.65" y="7.65" source="" visible="false"/>
|
||||
<e:Image id="icon" source="sx_icon_1" bottom="42" horizontalCenter="-1.5"/>
|
||||
<e:Group id="listStar" width="94" height="46" x="26.98" y="122.55" anchorOffsetX="0" anchorOffsetY="0" visible="false">
|
||||
<app:FourImagesStarView width="25" height="23" x="4" y="1" skinName="FourImagesStarViewSkin"/>
|
||||
<app:FourImagesStarView width="25" height="23" x="14" y="11" skinName="FourImagesStarViewSkin"/>
|
||||
<app:FourImagesStarView width="25" height="23" x="24" y="21" skinName="FourImagesStarViewSkin"/>
|
||||
<app:FourImagesStarView width="25" height="23" x="34" y="31" skinName="FourImagesStarViewSkin"/>
|
||||
<app:FourImagesStarView width="25" height="23" x="44" y="41" skinName="FourImagesStarViewSkin"/>
|
||||
<app:FourImagesStarView width="25" height="23" x="54" y="51" skinName="FourImagesStarViewSkin"/>
|
||||
<app:FourImagesStarView width="25" height="23" x="64" y="61" skinName="FourImagesStarViewSkin"/>
|
||||
<app:FourImagesStarView width="25" height="23" x="74" y="71" skinName="FourImagesStarViewSkin"/>
|
||||
<e:layout>
|
||||
<e:TileLayout horizontalGap="-2" verticalGap="-3"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:BitmapLabel id="lbLevel" anchorOffsetX="0" anchorOffsetY="0" text="四阶青龙" font="sixiangfnt_fnt" verticalCenter="48.5" horizontalCenter="0.5" smoothing="true" letterSpacing="-5" visible="false"/>
|
||||
<e:BitmapLabel id="lbTitle" anchorOffsetX="0" anchorOffsetY="0" text="" font="sixiangfnt_fnt" verticalCenter="-62.5" smoothing="true" letterSpacing="-5" horizontalCenter="-1"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesLevelViewSkin" width="123.66" height="26" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Group id="group_0" width="89" height="26" x="0" y="0" anchorOffsetX="0" anchorOffsetY="0" visible="false">
|
||||
<e:Image id="iconLv" source="t_sx_1" x="0" y="0" scaleX="1" scaleY="1"/>
|
||||
<e:Image source="t_sx_jie" x="24" y="0"/>
|
||||
<e:Image id="iconTitle_0" source="t_sx_qing" x="48" y="0"/>
|
||||
<e:Image id="iconTitle_1" source="t_sx_long" x="72" y="0"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="-3"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Group id="group_1" width="103" height="26" x="0" y="0" anchorOffsetX="0" anchorOffsetY="0" visible="false">
|
||||
<e:Image x="0" y="0" scaleX="1" scaleY="1" id="iconLv0" source="t_sx_2"/>
|
||||
<e:Image source="sixiang_json.t_sx_10" x="24" y="0"/>
|
||||
<e:Image source="t_sx_jie" x="48" y="0"/>
|
||||
<e:Image source="t_sx_qing" x="72" y="0" id="iconTitle_2"/>
|
||||
<e:Image source="t_sx_long" x="96" y="0" id="iconTitle_3"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="-4"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Group id="group_2" width="123.33" height="26" x="0" y="0" anchorOffsetX="0" anchorOffsetY="0">
|
||||
<e:Image source="t_sx_2" x="0" y="0" scaleX="1" scaleY="1" id="iconLv1"/>
|
||||
<e:Image source="sixiang_json.t_sx_10" x="24" y="0"/>
|
||||
<e:Image source="sixiang_json.t_sx_5" x="38" y="8"/>
|
||||
<e:Image source="t_sx_jie" x="48" y="0"/>
|
||||
<e:Image source="t_sx_qing" x="72" y="0" id="iconTitle_4"/>
|
||||
<e:Image source="t_sx_long" x="96" y="0" id="iconTitle_5"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="-4"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesShowInfoViewSkin" width="248" height="342.33" xmlns:e="http://ns.egret.com/eui"
|
||||
xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image source="bg_sixiang_3" scale9Grid="10,11,1,1" left="0" right="0" top="0" bottom="0" />
|
||||
<e:BitmapLabel id="lbTitle" font="sixiangfnt_fnt" text="5星28阶青龙之魂" verticalCenter="-137.165" horizontalCenter="0.5" />
|
||||
<e:Label text="[当前属性]" x="28" y="250" size="20" textColor="0xf1ed02" stroke="2" />
|
||||
<e:List id="gCurList" name="list" x="27" y="283.69" itemRendererSkinName="FourImagesAttrItemCurSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="0" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:List id="gNextList" name="list" x="143.95" y="283.69" visible="false">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="0" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:Label id="txtLimit" text="需要四象神兽都达到5星0阶才能升阶" x="38" y="316.88" size="20" textColor="0xff8a00" visible="false" />
|
||||
<e:Label id="txtAttrib" text="都是你个都是你个都是你个都是你个\n都是你个都是你个" x="40.35" y="279.9" size="20" textColor="0x3794fb"
|
||||
lineSpacing="5" visible="false" />
|
||||
<e:Group id="effGrp" horizontalCenter="0" verticalCenter="-10.665" />
|
||||
<e:Group verticalCenter="-73" horizontalCenter="-101.5" scaleX="0.7" scaleY="0.7">
|
||||
<e:Image source="jiejikuang" top="-5" bottom="-5" scale9Grid="4,13,31,83" minHeight="110" />
|
||||
<e:BitmapLabel id="curOrder" font="fourImage_fnt" text="二阶" width="27" verticalCenter="0" horizontalCenter="0" />
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesStarViewSkin" width="25" height="23" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image id="star_0" source="common_xx_bg" x="0" y="0"/>
|
||||
<e:Image id="star_1" source="common_xx" x="0" y="0" visible="false"/>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="FourImagesViewSkin" width="384" height="447" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image id="bg" source="bg_sixiang_png"/>
|
||||
|
||||
<app:FourImagesItemView id="fourImagesItemView_1" width="144" height="185" x="4" y="28" skinName="FourImagesItemViewSkin" anchorOffsetX="0" anchorOffsetY="0"/>
|
||||
<app:FourImagesItemView id="fourImagesItemView_2" width="144" height="185" x="237" y="28" skinName="FourImagesItemViewSkin" anchorOffsetX="0" anchorOffsetY="0"/>
|
||||
<app:FourImagesItemView id="fourImagesItemView_3" width="144" height="185" x="4" y="189" skinName="FourImagesItemViewSkin" anchorOffsetX="0" anchorOffsetY="0"/>
|
||||
<app:FourImagesItemView id="fourImagesItemView_4" width="144" height="185" x="237" y="189" skinName="FourImagesItemViewSkin" anchorOffsetX="0" anchorOffsetY="0"/>
|
||||
<e:Button id="goBtn" label="前往提升" width="113" height="46" verticalCenter="184.5" right="134">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<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" textColor.disabled="0xb9b9b9" stroke="2"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<app:RedDotControl id="redPoint" x="236.32" y="382.67" visible="false"/>
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user