<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="YXDGiftViewSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
	<mx:ScreenbgUI id="bg" top="0" left="0" />
	<mx:SSButton id="close_b" label="tyscreenback_png" left="0" top="0" />
	<mx:CurrencyUI currentState="ybao" top="108" right="32" />
	<e:Scroller top="189" bottom="46" width="698" horizontalCenter="0">
		<e:viewport>
			<e:List id="item_list" horizontalCenter="0">
				<e:layout>
					<e:VerticalLayout gap="28"  paddingLeft="13" paddingRight="0" paddingTop="14"/>
				</e:layout>
				<e:itemRendererSkinName>
					<e:Skin width="672" height="176" states="up,down,disabled">
						<e:Image source="tylistbg_png" left="0" right="0" top="0" bottom="0" scale9Grid="29,19,42,23" />
						<e:Group width="90" height="176" left="19">
							<e:Image id="itembg" width="90" height="90" top="30" source="itembg4_png" />
							<e:Image id="item_p" width="75" height="75" top="39" source="{data.item}" horizontalCenter="0" />
							<e:Group height="20" top="126" horizontalCenter="0">
								<e:Label id="price_t" verticalAlign="top" textAlign="left" size="20" textColor="0x958bb7" verticalCenter="0"
								         x="0" text="{data.price}" />
								<e:Image source="ybao_20_png" scaleX="0.8" scaleY="0.8" verticalCenter="0" horizontalCenter="0" />
								<e:layout>
									<e:HorizontalLayout gap="6" />
								</e:layout>
							</e:Group>
						</e:Group>
						<e:Group width="183" height="30" left="140" top="24">
							<e:Image source="scdjwpdchen_png" horizontalCenter="0" verticalCenter="0" />
							<e:Label id="name_t" text="{data.name}" textColor="0xffffff" verticalAlign="top" textAlign="center" size="22"
							         horizontalCenter="0" verticalCenter="0" />
						</e:Group>
						<e:Group top="20" left="90">
							<e:Image source="tishi2_png" top="0" bottom="0" left="0" right="0" scale9Grid="10,10,4,4" />
							<e:Label id="num_t" verticalAlign="middle" textAlign="center" size="18" verticalCenter="1" textColor="0xffffff"
							         y="-7" right="4" text="{data.num}" left="4" />
						</e:Group>
						<e:Label id="desc_t" text="{data.desc}" verticalAlign="top" textAlign="left" left="140" right="145" top="63"
						         size="22" textColor="0x958BB7" lineSpacing="5" />
						<e:Group bottom="23" right="19" width="103" height="59">
							<mx:SSButton id="sc_b" label="tylistbtn3_png" icon="{data.buttontext}" horizontalCenter="0" verticalCenter="0" />
							<mx:CLabel id="buttondesc_t" size="28" bold="true" text="{data.buttontext}" verticalCenter="0"
							           horizontalCenter="0" />
						</e:Group>
						<e:Label text="{data.tip}" x="342" y="28" size="22" textColor="0xff4b4b" />
						<e:Image source="scdjqixiao_png" left="-13" top="-14" visible="{data.qx_vis}"/>
					</e:Skin>
				</e:itemRendererSkinName>
			</e:List>
		</e:viewport>
	</e:Scroller>
</e:Skin>