12345678910111213141516171819202122 |
- <uipanel id="KLDailyRafflePanel" name="每日抽奖界面" zindex="-1" width="1049" height="565" x="0" z="-200" onload = "" maskonclick="">
- <panel id="root_panel" width="1049" height="565" x="95" y="-40">
- ;<img id="trade_common_bg" src="Texture/img_interface_main138.jpg" width="1049" height="565" raycast="1"/>
- ;<img id="btn_mask" src="Texture/Daily_rafflepanel_bg.png" width="3000" height="2000" color="#00000000" raycast="1"/>
- <img id="img_interface" src="Texture/Daily_rafflepanel_bg.png" width="851" height="427" raycast="1"/>
- ;<img id="btn_close" atlas="Atlas/DailyRaffle.spriteatlas" src="btn_close" a="21" onclick="" raycast = "1" x="-150" y="-100"></img>
- <panel id="reward_layout" width="500" height="500" x="17" y="15">
- <datalist id="reward_dl" >
- </datalist>
- </panel>
- <button id="btnStart" atlas="Atlas/DailyRaffle.spriteatlas" src="btn_choujaing" onclick="" raycast="1" x="18" y="-180" fontsize="20" active="1" outlinesize="1" outlinecolor="0">
- </button>
- <button id="btnPhoneNumber" atlas="Atlas/DailyRaffle.spriteatlas" src="btn_wenjuan" onclick="" raycast="1" x="280" y="182" fontsize="20" active="1" outlinesize="1" outlinecolor="0">
- <text id="wenjuan_tishi" a="00" text="填写问卷可获得多次抽奖机会" fontsize="18" height="20" width="300" ta="11" horwrap="1" y="43" x="0" color="#1add1f" outlinesize="1" outlinecolor="0">
- </text>
- </button>
- <text id="last_num" a="00" text="剩余次数" fontsize="18" height="20" width="300" ta="11" horwrap="1" y="142" x="281" color="#ff2323" outlinesize="1" outlinecolor="0">
- </text>
- <text id="day_num" a="00" text="剩余次数" fontsize="18" height="20" width="300" ta="11" horwrap="1" y="-223" x="18" color="#ff2323" outlinesize="1" outlinecolor="0">
- </text>
- </panel>
- </uipanel>
|