<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="StoryDetailsUiSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*"
        width="720" height="1280">
	<e:Group id="all_g" horizontalCenter="0" top="0" touchChildren="true" touchThrough="true">
		<e:Image id="bg" source="zkai_png" width="570" horizontalCenter="0" scale9Grid="120,15,20,15" top="0"/>

		<e:Image source="jq_flower_png" right="-17" bottom="-20" touchEnabled="true"/>
		<e:List id="item_list" horizontalCenter="0" top="33">
			<e:layout>
			<e:VerticalLayout gap="22"/>
			</e:layout>
		</e:List>
	</e:Group>

</e:Skin>