1234567891011121314151617181920212223242526 |
- <uipanel id="KLTradeGoodsItem" width="203" height="197" zindex="-1">
- <button id="btn_goods_item" src="bg_goods_item" atlas="Atlas/KLTradePanel.spriteatlas" raycast="1">
- </button>
- <prefab id="scroll_text_template" path="Kml/KmlPrefab/Cookbook/Common/KmlScrollTextTemplate.prefab" a="01" width="170" y="-15">
- <panel id="KmlScrollTextTemplate" bind="KmlScrollTextTemplate" width="170">
- </panel>
- <text id="txt_item_name" bind="Text" color="#F36055" width="170" 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" itemcount="99" ta="12" textcolor="#fbd994" outlinesize="1" outlinecolor="#000000" >
- </item>
- <text id="txt_count_down" text="" fontsize="18" color="#FF0000" y="-44" width="180" ta="11" horwrap="1" outlinesize="1" outlinecolor="#000000" >
- </text>
- <img id="img_coin_type" src="img_bag_04" atlas="Atlas/UIBagPanel.spriteatlas" a="12" x="40" y="12" width="34" height="34">
- </img>
- <text id="monthCardText" text="1天" a="02" color="#DCE1E5" outlinesize="0" outlinecolor="#000000" fontsize="14" y="68" x="0" ta="11" width="100" horwrap="1" height="20" active="0" chatiteminfo="">
- </text>
- <text id="txt_price" text="3316" a="12" color="#DCE1E5" outlinesize="1" outlinecolor="#000000" fontsize="18" y="16" x="80" ta="01" width="100" horwrap="0" fonttype="微软雅黑" >
- </text>
- <img id="img_favor_count" src="star" atlas="Atlas/KLTradePanel.spriteatlas" x="-16" y="17" a="22">
- <text id="txt_favor_count" text="1" color="#1ADD1F" outlinesize="1" outlinecolor="#000000">
- </text>
- </img>
- <img id="icon_career" width="30" height="30" a="21" x="-9" y="-5" />
- </uipanel>
|