<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="ClothStarTiShiAlertSkin" 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="616" verticalCenter="0" horizontalCenter="0" height="413">
        <e:Image id="bg" top="0" bottom="0" left="0" right="0" source="tytipdi_png" scale9Grid="166,107,280,166" />

        <e:Image source="tytiptitledi_png" horizontalCenter="0" top="8" />
        <e:Image source="tytiptitle_png" horizontalCenter="0" top="14" />
        <e:Image source="slxqing_png" top="80" horizontalCenter="0" />
			<e:Group id="star_g" top="141" left="182">
				<e:layout>
					<e:VerticalLayout gap="20"/>
				</e:layout>
			</e:Group>

        <e:List id="num_list" top="140" left="358">
            <e:layout>
                <e:VerticalLayout gap="15" />
            </e:layout>
            <e:itemRendererSkinName>
                <e:Skin>
                    <e:Label text="{data.text}" size="20" textColor="{data.cor}" left="0"  top="0"/>
                </e:Skin>
            </e:itemRendererSkinName>
        </e:List>
        <e:Image source="xqfenge_png" top="134" bottom="67" horizontalCenter="0" />
    </e:Group>
</e:Skin>