<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="BloodTipSkin" 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" />
            <e:Label id="desc_t" left="27" top="66" right="24" bottom="24" size="24" textColor="0xFFD907"
                     lineSpacing="6" bold="true"  width="502"/>
					<e:Label id="xmxs_t" left="24" top="24" bold="true" x="10" y="10"/>
					<e:Label id="xishi_t" x="196" y="31" size="24" width="502" lineSpacing="6"/>
					<e:Label id="xdztshi_t" x="206" y="41" size="20" width="502" lineSpacing="6"/>
					<e:layout>
						<e:VerticalLayout gap="15"/>
					</e:layout>
        </e:Group>
    </e:Group>
</e:Skin>