<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="TeamBuffTipSkin" width="720" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
        xmlns:mx="mx.*" height="1280">
	<mx:ImageUI id="bg_rect" alpha="0"/>
	<e:Group id="tip_g" anchorOffsetX="0" width="500" verticalCenter="0" horizontalCenter="0">
		<e:Image id="buffBg" top="0" bottom="0" left="0" right="0" width="170" source="skillTipbg_png" scaleY="0.5"  scale9Grid="12,8,11,11"/>
		<mx:SSButton id="close_b" right="-10" top="-10" label="tytyclose_png" visible="false"/>
		<e:Label id="title_t" textColor="0xffcf00" top="20" left="20" size="24"/>
		<e:List id="buffList" top="80" right="20" left="20" width="255">
			<e:itemRendererSkinName>
				<e:Skin>
					<e:Group top="0" width="460">
						<e:Label textFlow="{data.str}" size="24" left="0" top="0" right="0" bottom="40" textAlign="left" textColor="0xffffff"/>
						<e:Label size="24" textAlign="right" textColor="0xffbc3d" right="0" bottom="0" text="{data.timeStr}" />
					</e:Group>
				</e:Skin>
			</e:itemRendererSkinName>
			<e:layout>
				<e:VerticalLayout gap="20"/>
			</e:layout>
		</e:List>
	</e:Group>
</e:Skin>