<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="YHYuanScreenSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        xmlns:w="http://ns.egret.com/wing">
    <e:Image id="bg_p" source="yhy_bg_jpg" left="0" right="0" top="0" bottom="0" />
    <e:Image id="sun_shine" source="yhy_sun_png" scaleX="2" scaleY="2" anchorOffsetX="125" anchorOffsetY="-100" x="-150"
             y="-150" />
    <e:Group id="shine_g" top="0" right="0" width="480" height="360" />
    <e:Image source="yhy_title_png" horizontalCenter="0" />
    <e:Group id="gardon_g" left="0" right="0" top="-30" bottom="0" />
    <mx:SSButton id="back_b" label="xxiuback_png" left="20" top="20" />
    <mx:SSButton id="shop_b" label="yhy_shop_png" top="147" left="28" />
    <e:Group bottom="4" horizontalCenter="0">
        <e:Image source="yhy_NPC_png" width="714" scale9Grid="222,115,6,16" />
        <e:Image source="yhy_tpxt_png" x="151" y="58" />
        <e:Label id="xuetong_tip" x="214" y="126" textColor="0xCA629B" size="22" lineSpacing="8" />
        <e:Scroller top="47" left="503">
            <e:List id="xuetong_list">
                <e:itemRendererSkinName>
                    <e:Skin>
                        <e:Image source="yhy_xtdi_png" />
                        <mx:CLabel text="{data.xuetong}" horizontalCenter="0" verticalCenter="-6" size="28" />
                    </e:Skin>
                </e:itemRendererSkinName>
                <e:layout>
                    <e:HorizontalLayout gap="10" />
                </e:layout>
            </e:List>
        </e:Scroller>
    </e:Group>
    <mx:SSButton id="sm_b" label="gzsming_png" right="160" scaleX="0.8" scaleY="0.8" top="40" />
</e:Skin>