<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="LDInfoAlertViewSkin" 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:Scroller id="dim" x="80" y="400">
		<e:Group>
			<e:Image id="bg" left="0" top="0" height="218" width="367" source="tipbg_png" scale9Grid="25,27,26,24" />
			<e:Group left="20" top="20" bottom="20" right="20">
				<e:Label id="title" textColor="0xffbc3d" size="22" textAlign="left" x="11" y="13" />
				<e:Group top="36" left="8">
					<e:Label id="zong_t" size="22" textAlign="left" textColor="0xffffff" y="36" x="10" />
					<e:Label id="tatol_TF" text="300 " size="22" textAlign="left" top="37" left="87" textColor="0xffbc3d" x="58" y="25" />
					<e:Image right="83" y="37" x="131" source="zjb30_png" />
					<e:layout>
						<e:HorizontalLayout gap="8" verticalAlign="middle" />
					</e:layout>
				</e:Group>
				<e:Label id="laiyuan_t" textColor="0xFFFFFF" size="22" textAlign="left" x="10" y="58" />
				<e:List id="dataList" width="327" x="10" y="82">
					<e:itemRendererSkinName>
						<e:Skin width="212" height="30">
							<e:Group top="0" left="0" right="0" bottom="0">
								<e:Label size="20" text="{data.timeStr}" />
								<e:Label text="{data.user_name}" size="20" />
								<e:Label text="{data.num}" size="20" />
								<e:Image right="10" source="zjb30_png" />
								<e:layout>
									<e:HorizontalLayout gap="8" verticalAlign="middle" />
								</e:layout>
							</e:Group>
						</e:Skin>
					</e:itemRendererSkinName>
					<e:ArrayCollection>
						<e:Array>
							<e:Object user_name="12213213" num="1121" timeStr="(70:70:70)" />
						</e:Array>
					</e:ArrayCollection>
					<e:layout>
						<e:VerticalLayout gap="0" />
					</e:layout>
				</e:List>
				<e:layout>
					<e:VerticalLayout gap="10" />
				</e:layout>
			</e:Group>
		</e:Group>
	</e:Scroller>
</e:Skin>