<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="ItemTipSkin" 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="530" minHeight="151">
        <e:Image source="tipbg_png" scale9Grid="16,16,48,48" width="522" top="0" bottom="0" left="2" />
        <e:Image id="yinbi_p" top="70" source="ybi_20_png" right="12" />
        <mx:GeneralRender id="item" left="27" top="22" width="90" height="90" touchChildren="false" touchEnabled="false" />
        <e:Label id="name_t" left="127" top="34" size="24" bold="true" />
        <e:Label id="atr_t" top="70" left="127" size="24" textColor="0xfacf4b" bold="true" />
        <e:Label id="price_t" textColor="0xFfd907" top="75" size="24" bold="true" right="48" />
        <e:Label id="desc_t" left="27" top="127" right="24" bottom="24" size="24" textColor="0xffd907" lineSpacing="6"
                 bold="true" />
    </e:Group>
</e:Skin>