#marqueeDemo {  
height: 640px;  
overflow: hidden;  
margin-top: 10px;  
}  
  
#marqueeDemo li {  
margin-bottom: 10px;  
overflow: hidden;  
height: auto;  
}  
  
#marqueeDemo li a {  
display: block;  
height: 100%;  
}  
  
#marqueeDemo li img {  
width: 100%;  
height: 160px;  
}  
  
扫描二维码,关注微信公众号。function loginout() {  
$.ajax({  
url: whir.site.getAppPath() + "label/member/loginout.aspx?t=" + new Date().getMilliseconds(),  
url: "/label/member/loginout.aspx?t=" + new Date().getMilliseconds(),  
// 没有用到 wtl:resource 置标的写法 success: function (data) {}  
});  
}