123456789101112131415161718192021222324252627 |
- <uipanel id="KLShowStallGoodsItem" name="摆摊货物模板" width="160" height="157" zindex="-1">
- <button id="btn_goods_item" src="bg_goods_item" atlas="Atlas/KLTradePanel.spriteatlas" width="160" height="157" raycast="1">
- </button>
- <prefab id="scroll_text_template" path="Kml/KmlPrefab/Cookbook/Common/KmlScrollTextTemplate.prefab" a="01" width="140" y="-15">
- <panel id="KmlScrollTextTemplate" bind="KmlScrollTextTemplate" width="140">
- </panel>
- <text id="txt_item_name" bind="Text" color="#F36055" width="140" text="你好你好你好你好你好你好你好你好你好" fontsize="18" outlinesize="1" outlinecolor="#000000">
- </text>
- </prefab>
- <item id="item" width="100" height="100" mfixsize="100,100" bgscale="0,0" itemid="10040001" y="15">
- </item>
- <text id="itemCount" text="" a="02" color="#DCE1E5" outlinesize="0" outlinecolor="#000000" fontsize="16" y="52" x="0" ta="11" width="100" horwrap="1" height="20" active="1" chatiteminfo="">
- </text>
- <text id="txt_count_down" text="" color="#FF0000" y="-32" width="180" ta="11" horwrap="1">
- </text>
- <img id="img_coin_type" src="img_bag_04" atlas="Atlas/UIBagPanel.spriteatlas" a="12" x="10" y="6" width="34" height="34">
- </img>
- <text id="monthCardText" text="1天" a="02" color="#DCE1E5" outlinesize="0" outlinecolor="#000000" fontsize="14" y="43" x="0" ta="11" width="100" horwrap="1" height="20" active="0" chatiteminfo="">
- </text>
- <text id="txt_price" text="3316" color="#DCE1E5" outlinesize="1" outlinecolor="#000000" fontsize="18" y="-57" x="2" ta="11" width="100" horwrap="0" fonttype="微软雅黑" >
- </text>
- <img id="img_favor_count" src="star" atlas="Atlas/KLTradePanel.spriteatlas" x="-10" y="11" a="22">
- <text id="txt_favor_count" text="1" color="#1ADD1F" outlinesize="1" outlinecolor="#000000">
- </text>
- </img>
- </uipanel>
|