日期:2014-05-17 浏览次数:20679 次
.buybutton{ width: 89px;,现在我想点击这个div后跳转运行
height: 24px;
background: url(${ initParam.resource }/image/button1.png);
background-position: bottom;
float: right;
margin-top: 15px;
margin-right: 10px;}
.buybutton:hover{ background-position:center}
.buybutton:active{ background-position:top}
$(".buybutton").click(function(){
window.location.href = '${ pageContext.request.contextPath }/customer!querystore.action?tp_id=${stores.tp_id}';
})