refactor(web):改造成vue工程
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="NpcLabelRendererSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" height="40">
|
||||
<e:Group>
|
||||
<e:Label id="mfLabel" text="" size="22" height="40" scaleX="1" scaleY="1" textColor="0xfff606" verticalAlign="middle" textAlign="center" y="0" x="0"/>
|
||||
<e:Rect bottom="9" left="0" right="0" height="1" x="22" y="199" scaleX="1" scaleY="1" fillColor="0xfff606"/>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
6
public/resource/eui_skins/web/npc/NpcRendererSkin.exml
Normal file
6
public/resource/eui_skins/web/npc/NpcRendererSkin.exml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="NpcRendererSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" height="40">
|
||||
<e:Image width="20" height="20" x="3" source="npc_lingxing" verticalCenter="0"/>
|
||||
<e:Label id="mfLabel" text="" x="29" y="0" size="22" textColor="0xfff606" height="40" verticalAlign="middle" textAlign="center"/>
|
||||
<e:Group id="effGrp" y="13" right="49" visible="false"/>
|
||||
</e:Skin>
|
||||
26
public/resource/eui_skins/web/npc/NpcSkin.exml
Normal file
26
public/resource/eui_skins/web/npc/NpcSkin.exml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="NpcSkin" width="642" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Group width="642" minHeight="300">
|
||||
<app:UIViewFrame id="dragDropUI" top="0" left="0" right="0" bottom="0" skinName="ViewBgWin3Skin"/>
|
||||
<e:Group x="28" scaleX="1" scaleY="1" top="36" bottom="30" anchorOffsetY="0" touchEnabled="false">
|
||||
<e:Label id="npcName" text="" x="29" y="31" size="21" textColor="0x28ee01" touchEnabled="false" stroke="2"/>
|
||||
<e:Label id="descLabel" text="" x="30" y="67" size="21" width="582" lineSpacing="9" touchEnabled="false" stroke="2" textColor="0xe5ddcf"/>
|
||||
<e:Group x="108" y="150">
|
||||
<e:List id="transList" itemRendererSkinName="NpcLabelRendererSkin" x="5" y="40">
|
||||
<e:layout>
|
||||
<e:TileLayout horizontalGap="26" verticalGap="26" columnWidth="288" requestedColumnCount="2"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:List id="list" y="35" itemRendererSkinName="NpcRendererSkin" x="2" anchorOffsetX="0" visible="false">
|
||||
<e:layout>
|
||||
<e:VerticalLayout gap="16"/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
</e:Group>
|
||||
<e:layout>
|
||||
<e:VerticalLayout/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
<e:Label id="lookRewardLab" text="" size="21" stroke="2" right="42" top="36" textColor="0x28ee01"/>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
31
public/resource/eui_skins/web/npc/ShabakRewardsWinSkin.exml
Normal file
31
public/resource/eui_skins/web/npc/ShabakRewardsWinSkin.exml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="ShabakRewardsWinSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" width="641" height="326">
|
||||
<e:Image id="dragDropUI" source="bg_newNpc_png"/>
|
||||
<e:Button id="btn_close" label="" y="-11.02" width="60" x="624.02">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image width="100%" height="100%" source="btn_guanbi3" source.down="btn_guanbi4" source.disabled="btn_guanbi4"/>
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0"/>
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Label text="沙巴克攻城结束后,城主可通过我来领取专属奖励!" x="30" y="40" size="20" textColor="0xe5ddcf" stroke="2"/>
|
||||
<e:Label text="沙巴克所属行会:" x="30" y="74" size="20" textColor="0xE5DDCF" stroke="2"/>
|
||||
<e:Label text="当前沙巴克城主:" x="30" y="107" size="20" textColor="0xE5DDCF" stroke="2"/>
|
||||
<e:Label text="城主奖励:" x="34" y="206" size="20" textColor="0xff7700"/>
|
||||
<e:Label id="guildName" text="暂无" x="187" y="75" size="20" stroke="2" textColor="0x28ee01"/>
|
||||
<e:Label id="playerName" text="暂无" x="187" y="108" size="20" stroke="2" textColor="0x28EE01"/>
|
||||
<e:Image width="330" height="77.5" x="30" y="230" source="bg_sixiang_3" scale9Grid="5,6,8,9" anchorOffsetX="0" anchorOffsetY="0"/>
|
||||
<e:List id="rewardsList" x="35.5" y="238" itemRendererSkinName="ItemBaseSkin">
|
||||
<e:layout>
|
||||
<e:HorizontalLayout/>
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<e:Group x="492" y="272">
|
||||
<e:Image x="12" y="14" source="npc_lingxing"/>
|
||||
<e:Label id="receiveLab" text="领取奖励" x="43" y="11" textColor="0xeee104" size="20" scaleX="1" scaleY="1"/>
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="6"/>
|
||||
</e:layout>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
32
public/resource/eui_skins/web/npc/WashRedNameViewSkin.exml
Normal file
32
public/resource/eui_skins/web/npc/WashRedNameViewSkin.exml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="WashRedNameViewSkin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<app:UIViewFrame id="dragDropUI" skinName="ViewBgWin4Skin"/>
|
||||
<e:Group width="370" height="382" x="30" y="56" >
|
||||
<e:Group width="370" height="186" x="0" y="0" >
|
||||
<e:Image id="bg0" source="kbg_3_1_png" x="1" y="-1" width="345" height="188" scale9Grid="38,38,14,23" visible="false"/>
|
||||
<e:Image source="mail_bg" scale9Grid="14,15,1,1" left="0" right="0" top="0" bottom="0"/>
|
||||
<e:Label id="goldLb0" text="" size="20" verticalCenter="-72" horizontalCenter="11" textColor="0xe0ae75" stroke="2"/>
|
||||
<e:Label id="goldPkvalLb0" text="" x="148" y="54" size="20" stroke="2" textColor="0xe0ae75"/>
|
||||
<e:Label id="goldDayNum0" text="" y="149" size="18" stroke="2" textColor="0xe0ae75" right="11"/>
|
||||
<e:Label id="txt0" text="" x="148" y="87" size="20" textColor="0xe0ae75" stroke="2"/>
|
||||
<e:Label id="goldAddCionLb0" text="" x="189" y="87" size="20" textColor="0x28ee01" stroke="2"/>
|
||||
<e:Button id="goldWashBtn0" label="" x="125" y="129" skinName="Btn9Skin" />
|
||||
<e:Image source="guild_jxfgx" x="36" y="36" />
|
||||
<e:Image source="guild_jxiconk" x="52" y="51"/>
|
||||
<e:Image id="money1Icon0" source="13010" x="56" y="54"/>
|
||||
</e:Group>
|
||||
<e:Group width="370" height="186" x="0" y="200" >
|
||||
<e:Image id="bg1" source="kbg_3_1_png" x="1" y="-1" width="345" height="188" scale9Grid="38,38,14,23" visible="false"/>
|
||||
<e:Image source="mail_bg" scale9Grid="15,14,1,1" left="0" right="0" top="0" bottom="0"/>
|
||||
<e:Label id="goldLb1" text="" size="20" verticalCenter="-72" horizontalCenter="11" textColor="0xe0ae75" stroke="2"/>
|
||||
<e:Label id="goldPkvalLb1" text="" x="148" y="54" size="20" textColor="0xe0ae75" stroke="2"/>
|
||||
<e:Label id="goldDayNum1" text="" y="149" size="18" stroke="2" textColor="0xe0ae75" right="11"/>
|
||||
<e:Label id="txt1" text="" x="148" y="87" size="20" textColor="0xe0ae75" stroke="2"/>
|
||||
<e:Label id="goldAddCionLb1" text="" x="189" y="87" size="20" textColor="0x00EF00" stroke="2"/>
|
||||
<e:Button id="goldWashBtn1" label="" x="125" y="129" skinName="Btn9Skin" />
|
||||
<e:Image source="guild_jxfgx" x="26" y="36" />
|
||||
<e:Image source="guild_jxiconk" x="52" y="51"/>
|
||||
<e:Image id="money1Icon1" source="13010" x="56" y="54"/>
|
||||
</e:Group>
|
||||
</e:Group>
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user