<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="XinWuYLSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*"
        width="720" height="1280">
    <mx:ImageUI id="bg_rect" alpha="0" />
    <e:Group id="tip_g" width="449" minHeight="151">
        <e:Image top="0" bottom="0" left="0" right="0"  source="skillTipbg2_png" scale9Grid="9,8,17,12"/>
        <e:Image id="xinwu_p" source="item32_png" left="24" top="36" scaleX="0.66" scaleY="0.66" />
        <e:Label id="xwname_t" left="113" top="46" size="24" text="青玉佩" />
        <e:List id="sm_list" top="148" left="33" right="33">
            <e:itemRendererSkinName>
                <e:Skin width="383">
                    <mx:MultiUI id="stars" left="0" top="0" />
                    <e:Label id="desc_t" size="20" left="0" right="0" top="40" width="300" />
                </e:Skin>
            </e:itemRendererSkinName>
            <e:layout>
                <e:VerticalLayout gap="32" />
            </e:layout>
        </e:List>
    </e:Group>
</e:Skin>