<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="HeroAdditionTipSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        xmlns:w="http://ns.egret.com/wing">
    <mx:ImageUI id="bg_rect" alpha="0" />
    <e:Group id="tip_g" width="522" x="150" y="300">
        <e:Image source="tipbg_png" top="0" left="0" right="0" bottom="0" scale9Grid="31,34,14,17" />
        <e:Group top="24" left="10" bottom="24" right="10">
            <e:Label id="name_t" left="24" top="24" bold="true"  textColor="0xffd907"/>
            <e:Label id="desc_t" left="27" top="66" right="24" bottom="24" size="24" textColor="0xFFD907"
                     lineSpacing="6" bold="true"  width="502"/>
					<e:layout>
						<e:VerticalLayout gap="15"/>
					</e:layout>
        </e:Group>
    </e:Group>
</e:Skin>